mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
45761f8be2
fix yamlint warnings and errors Signed-off-by: Dave Lee <dave@gray101.com>
14 lines
250 B
YAML
14 lines
250 B
YAML
---
|
|
name: "dreamshaper"
|
|
|
|
config_file: |
|
|
backend: diffusers
|
|
step: 25
|
|
f16: true
|
|
|
|
diffusers:
|
|
pipeline_type: StableDiffusionPipeline
|
|
cuda: true
|
|
enable_parameters: "negative_prompt,num_inference_steps"
|
|
scheduler_type: "k_dpmpp_2m"
|