mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 13:27:21 +00:00
* Fix load of z-image and improve speed Signed-off-by: thelittlefireman <5165783+thelittlefireman@users.noreply.github.com> * Remove diffusion_flash_attn from z-image-ggml.yaml Removed 'diffusion_flash_attn' parameter from configuration. Signed-off-by: thelittlefireman <5165783+thelittlefireman@users.noreply.github.com> --------- Signed-off-by: thelittlefireman <5165783+thelittlefireman@users.noreply.github.com>
15 lines
311 B
YAML
15 lines
311 B
YAML
---
|
|
name: "Z-Image-GGML"
|
|
|
|
config_file: |
|
|
backend: stablediffusion-ggml
|
|
cfg_scale: 1
|
|
name: z-image-test
|
|
options:
|
|
- diffusion_model
|
|
- llm_path:Qwen3-4B.Q4_K_M.gguf
|
|
- vae_path:ae.safetensors
|
|
- offload_params_to_cpu:true
|
|
parameters:
|
|
model: z_image_turbo-Q4_0.gguf
|
|
step: 25
|