@@ -1104,15 +1104,16 @@ type GRPC struct {
11041104
11051105// @Description Diffusers configuration
11061106type Diffusers struct {
1107- CUDA bool `yaml:"cuda,omitempty" json:"cuda,omitempty"`
1108- PipelineType string `yaml:"pipeline_type,omitempty" json:"pipeline_type,omitempty"`
1109- SchedulerType string `yaml:"scheduler_type,omitempty" json:"scheduler_type,omitempty"`
1110- EnableParameters string `yaml:"enable_parameters,omitempty" json:"enable_parameters,omitempty"` // A list of comma separated parameters to specify
1111- IMG2IMG bool `yaml:"img2img,omitempty" json:"img2img,omitempty"` // Image to Image Diffuser
1112- ClipSkip int `yaml:"clip_skip,omitempty" json:"clip_skip,omitempty"` // Skip every N frames
1113- ClipModel string `yaml:"clip_model,omitempty" json:"clip_model,omitempty"` // Clip model to use
1114- ClipSubFolder string `yaml:"clip_subfolder,omitempty" json:"clip_subfolder,omitempty"` // Subfolder to use for clip model
1115- ControlNet string `yaml:"control_net,omitempty" json:"control_net,omitempty"`
1107+ CUDA bool `yaml:"cuda,omitempty" json:"cuda,omitempty"`
1108+ PipelineType string `yaml:"pipeline_type,omitempty" json:"pipeline_type,omitempty"`
1109+ SchedulerType string `yaml:"scheduler_type,omitempty" json:"scheduler_type,omitempty"`
1110+ OriginalConfigFile string `yaml:"original_config_file,omitempty" json:"original_config_file,omitempty"`
1111+ EnableParameters string `yaml:"enable_parameters,omitempty" json:"enable_parameters,omitempty"` // A list of comma separated parameters to specify
1112+ IMG2IMG bool `yaml:"img2img,omitempty" json:"img2img,omitempty"` // Image to Image Diffuser
1113+ ClipSkip int `yaml:"clip_skip,omitempty" json:"clip_skip,omitempty"` // Skip every N frames
1114+ ClipModel string `yaml:"clip_model,omitempty" json:"clip_model,omitempty"` // Clip model to use
1115+ ClipSubFolder string `yaml:"clip_subfolder,omitempty" json:"clip_subfolder,omitempty"` // Subfolder to use for clip model
1116+ ControlNet string `yaml:"control_net,omitempty" json:"control_net,omitempty"`
11161117}
11171118
11181119// @Description LLMConfig is a struct that holds the configuration that are generic for most of the LLM backends.
0 commit comments