mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-19 18:15:00 +00:00

The recommendation with Flux is to set CFG to 1 as shown in the stablediffusion-cpp README. Signed-off-by: Richard Palethorpe <io@richiejp.com>
15 lines
214 B
YAML
15 lines
214 B
YAML
---
|
|
name: "flux"
|
|
|
|
config_file: |
|
|
backend: diffusers
|
|
f16: true
|
|
low_vram: true
|
|
step: 25
|
|
|
|
diffusers:
|
|
cuda: true
|
|
enable_parameters: num_inference_steps
|
|
pipeline_type: FluxPipeline
|
|
|
|
cfg_scale: 1
|