From 7c1865b3076a27be90b6aaba8f8ba71e0e1c7077 Mon Sep 17 00:00:00 2001 From: thelittlefireman <5165783+thelittlefireman@users.noreply.github.com> Date: Sat, 11 Apr 2026 08:42:13 +0200 Subject: [PATCH] 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> --- gallery/z-image-ggml.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery/z-image-ggml.yaml b/gallery/z-image-ggml.yaml index 3d1e73f18..0140c403d 100644 --- a/gallery/z-image-ggml.yaml +++ b/gallery/z-image-ggml.yaml @@ -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