mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
13 lines
257 B
YAML
13 lines
257 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"
|