Skip to content

Latest commit

 

History

History
129 lines (71 loc) · 1.9 KB

ModelPayloadLorasStable.md

File metadata and controls

129 lines (71 loc) · 1.9 KB

@zeldafan0225/ai_horde / Exports / ModelPayloadLorasStable

Interface: ModelPayloadLorasStable

Table of contents

Properties

Properties

clip

Optional clip: number

The strength of the LoRa to apply to the clip model.

Default

1

Minimum

0

Maximum

5

Defined in

index.ts:1868


inject_trigger

Optional inject_trigger: string

If set, will try to discover a trigger for this LoRa which matches or is similar to this string and inject it into the prompt. I 'any' is specified it will be pick the first trigger.

Min Length

1

Max Length

30

Defined in

index.ts:1874


is_version

Optional is_version: boolean

If true, will consider the LoRa ID as a CivitAI version ID and search accordingly. Ensure the name is an integer

Default

false

Defined in

index.ts:1879


model

Optional model: number

The strength of the LoRa to apply to the SD model.

Default

1

Minimum

0

Maximum

5

Defined in

index.ts:1861


name

name: string

The exact name of the LoRa

Example

GlowingRunesAIV6

Min Length

1

Max Length

255

Defined in

index.ts:1854