Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct {
ControlMode int `json:"control_mode"`
Enabled bool `json:"enabled"`
GuidanceEnd float64 `json:"guidance_end"`
GuidanceStart float64 `json:"guidance_start"`
Image string `json:"image"`
Lowvram bool `json:"lowvram"`
Model string `json:"model"`
Module string `json:"module"`
PixelPerfect bool `json:"pixel_perfect"`
ProcessorRes int `json:"processor_res"`
ResizeMode int `json:"resize_mode"`
ThresholdA int `json:"threshold_a"`
ThresholdB int `json:"threshold_b"`
Weight float64 `json:"weight"`
}
type ControlNet ¶
type ControlNet struct {
Args []Args `json:"args"`
}
type ExtraImageResult ¶
type ProgressResult ¶
type Txt2ImgResult ¶
Click to show internal directories.
Click to hide internal directories.