LocalAI/gallery/flux-ggml.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

14 lines
275 B
YAML

---
name: "flux-ggml"
config_file: |
backend: stablediffusion-ggml
step: 25
options:
- "diffusion_model"
- "clip_l_path:clip_l.safetensors"
- "t5xxl_path:t5xxl_fp16.safetensors"
- "vae_path:ae.safetensors"
- "sampler:euler"
cfg_scale: 1