mirror of
https://github.com/mudler/LocalAI.git
synced 2026-01-06 10:39:55 -06: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
275 B
YAML
15 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
|