- Preparing search index...
- The search index is not available
stablehorde
Interface StableHordeRequestParameters
Hierarchy
- StableHordeRequestParameters
Properties
cfgScale
cfgScale: number
height
height: number
n
n: number
steps
steps: number
width
width: number
Request parameters for a single Stable Diffusion image generation.
Property
The number of images to generate. Defaults to 1.
Property
The width of the images to generate. Defaults to 512.
Property
The height of the images to generate. Defaults to 512.
Property
The config scale (C-value) of the generated images. Defaults to 7.5.
Property
The number of steps. Defaults to 24.