@zeldafan0225/ai_horde / Exports / ModelGenerationInputStable
- cfg_scale
- clip_skip
- control_type
- denoising_strength
- extra_texts
- facefixer_strength
- height
- hires_fix
- image_is_control
- karras
- loras
- n
- post_processing
- return_control_map
- sampler_name
- seed
- seed_variation
- special
- steps
- tiling
- tis
- width
- workflow
• 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
• Optional
clip_skip: number
The number of CLIP language processor layers to skip
Minimum
1
Maximum
12
• Optional
control_type: "canny"
| "hed"
| "depth"
| "normal"
| "openpose"
| "seg"
| "scribble"
| "fakescribbles"
| "hough"
• Optional
denoising_strength: number
The strength of denoising
Minimum
0.01
Maximum
1
Multiple of 0.01
• Optional
extra_texts: ExtraText
[]
• Optional
facefixer_strength: number
Example
0.75
Minimum
0
Maximum
1
• Optional
height: number
The height of the image to generate
Default
512
Minimum
64
Maximum
3072
Multiple of 64
• Optional
hires_fix: boolean
Set to True to process the image at base resolution before upscaling and re-processing
Default
false
• Optional
image_is_control: boolean
Set to True if the image submitted is a pre-generated control map for ControlNet use
Default
false
• Optional
karras: boolean
Set to True to enable karras noise scheduling tweaks
• Optional
loras: ModelPayloadLorasStable
[]
• Optional
n: number
The amount of images to generate
Minimum
1
Maximum
20
• 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
• Optional
return_control_map: boolean
Set to True if you want the ControlNet map returned instead of a generated image
Default
false
• 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
• Optional
seed: string
The seed to use to generete this request.
• Optional
seed_variation: number
If passed with multiple n, the provided seed will be incremented every time by this value
Minimum
1
Maximum
1000
• Optional
special: Record
<string
, any
>
• Optional
steps: number
Default
30
Minimum
1
Maximum
500
• Optional
tiling: boolean
Set to True to create images that stitch together seamlessly
Default
false
• Optional
tis: ModelPayloadTextualInversionsStable
[]
• Optional
width: number
The width of the image to generate
Default
512
Minimum
64
Maximum
3072
Multiple of 64
• Optional
workflow: "qr_code"
Explicitly specify the horde-engine workflow to use
Example
qr_code