mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 18:45:00 +00:00
feat(diffusers): various enhancements (#895)
This commit is contained in:
parent
77e1ae3d70
commit
a96c3bc885
11 changed files with 165 additions and 101 deletions
|
@ -42,9 +42,10 @@ type Config struct {
|
|||
}
|
||||
|
||||
type Diffusers struct {
|
||||
PipelineType string `yaml:"pipeline_type"`
|
||||
SchedulerType string `yaml:"scheduler_type"`
|
||||
CUDA bool `yaml:"cuda"`
|
||||
PipelineType string `yaml:"pipeline_type"`
|
||||
SchedulerType string `yaml:"scheduler_type"`
|
||||
CUDA bool `yaml:"cuda"`
|
||||
EnableParameters string `yaml:"enable_parameters"` // A list of comma separated parameters to specify
|
||||
}
|
||||
|
||||
type LLMConfig struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue