Interface StableHordeRequestParameters

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.

Hierarchy

  • StableHordeRequestParameters

Properties

Properties

cfgScale: number
height: number
n: number
steps: number
width: number

Generated using TypeDoc