LocalAI/gallery/flux.yaml
Richard Palethorpe a8022cc564 fix(flux): Set CFG=1 so that prompts are followed
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>
2025-05-16 16:06:20 +01:00

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