Skip to content

Latest commit

 

History

History
437 lines (241 loc) · 7.51 KB

ModelGenerationInputStable.md

File metadata and controls

437 lines (241 loc) · 7.51 KB

@zeldafan0225/ai_horde / Exports / ModelGenerationInputStable

Interface: ModelGenerationInputStable

Table of contents

Properties

Properties

cfg_scale

Optional cfg_scale: number

its how much the AI listens to your prompt, essentially.

Default

7.5

Minimum

0

Maximum

100

Multiple of 0.5

Defined in

index.ts:1739


clip_skip

Optional clip_skip: number

The number of CLIP language processor layers to skip

Minimum

1

Maximum

12

Defined in

index.ts:1793


control_type

Optional control_type: "canny" | "hed" | "depth" | "normal" | "openpose" | "seg" | "scribble" | "fakescribbles" | "hough"

Defined in

index.ts:1794


denoising_strength

Optional denoising_strength: number

The strength of denoising

Minimum

0.01

Maximum

1

Multiple of 0.01

Defined in

index.ts:1747


extra_texts

Optional extra_texts: ExtraText[]

Defined in

index.ts:1814


facefixer_strength

Optional facefixer_strength: number

Example

0.75

Minimum

0

Maximum

1

Defined in

index.ts:1810


height

Optional height: number

The height of the image to generate

Default

512

Minimum

64

Maximum

3072

Multiple of 64

Defined in

index.ts:1758


hires_fix

Optional hires_fix: boolean

Set to True to process the image at base resolution before upscaling and re-processing

Default

false

Defined in

index.ts:1787


image_is_control

Optional image_is_control: boolean

Set to True if the image submitted is a pre-generated control map for ControlNet use

Default

false

Defined in

index.ts:1799


karras

Optional karras: boolean

Set to True to enable karras noise scheduling tweaks

Defined in

index.ts:1775


loras

Optional loras: ModelPayloadLorasStable[]

Defined in

index.ts:1811


n

Optional n: number

The amount of images to generate

Minimum

1

Maximum

20

Defined in

index.ts:1831


post_processing

Optional post_processing: ("GFPGAN" | "RealESRGAN_x4plus" | "RealESRGAN_x2plus" | "RealESRGAN_x4plus_anime_6B" | "NMKD_Siax" | "4x_AnimeSharp" | "strip_background" | "CodeFormers")[]

The list of post-processors to apply to the image, in the order to be applied

Defined in

index.ts:1777


return_control_map

Optional return_control_map: boolean

Set to True if you want the ControlNet map returned instead of a generated image

Default

false

Defined in

index.ts:1804


sampler_name

Optional sampler_name: "lcm" | "k_lms" | "k_heun" | "k_euler_a" | "k_euler" | "k_dpm_2" | "k_dpm_2_a" | "DDIM" | "PLMS" | "k_dpm_fast" | "k_dpm_adaptive" | "k_dpmpp_2s_a" | "k_dpmpp_2m" | "dpmsolver" | "k_dpmpp_sde"

Default

k_euler

Defined in

index.ts:1730


seed

Optional seed: string

The seed to use to generete this request.

Defined in

index.ts:1749


seed_variation

Optional seed_variation: number

If passed with multiple n, the provided seed will be incremented every time by this value

Minimum

1

Maximum

1000

Defined in

index.ts:1773


special

Optional special: Record<string, any>

Defined in

index.ts:1813


steps

Optional steps: number

Default

30

Minimum

1

Maximum

500

Defined in

index.ts:1825


tiling

Optional tiling: boolean

Set to True to create images that stitch together seamlessly

Default

false

Defined in

index.ts:1782


tis

Optional tis: ModelPayloadTextualInversionsStable[]

Defined in

index.ts:1812


width

Optional width: number

The width of the image to generate

Default

512

Minimum

64

Maximum

3072

Multiple of 64

Defined in

index.ts:1767


workflow

Optional workflow: "qr_code"

Explicitly specify the horde-engine workflow to use

Example

qr_code

Defined in

index.ts:1819