mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 13:27:21 +00:00
Fix load of z-image-turbo (#9264)
* 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>
This commit is contained in:
parent
62a674ce12
commit
7c1865b307
1 changed files with 1 additions and 1 deletions
|
|
@ -11,5 +11,5 @@ config_file: |
|
|||
- vae_path:ae.safetensors
|
||||
- offload_params_to_cpu:true
|
||||
parameters:
|
||||
model: z_image_turbo-Q4_K.gguf
|
||||
model: z_image_turbo-Q4_0.gguf
|
||||
step: 25
|
||||
|
|
|
|||
Loading…
Reference in a new issue