From 245cddbdb0c7c7ffd12e7fc5d5ca505fbb14253e Mon Sep 17 00:00:00 2001 From: thelittlefireman <5165783+thelittlefireman@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:37:32 +0200 Subject: [PATCH 1/2] Fix load of z-image and improve speed Signed-off-by: thelittlefireman <5165783+thelittlefireman@users.noreply.github.com> --- gallery/z-image-ggml.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gallery/z-image-ggml.yaml b/gallery/z-image-ggml.yaml index 3d1e73f18473..e229727827e3 100644 --- a/gallery/z-image-ggml.yaml +++ b/gallery/z-image-ggml.yaml @@ -10,6 +10,7 @@ config_file: | - llm_path:Qwen3-4B.Q4_K_M.gguf - vae_path:ae.safetensors - offload_params_to_cpu:true + - diffusion_flash_attn:true parameters: - model: z_image_turbo-Q4_K.gguf + model: z_image_turbo-Q4_0.gguf step: 25 From d2f63478de39c599e89f863c0f251c58dfc41baf Mon Sep 17 00:00:00 2001 From: thelittlefireman <5165783+thelittlefireman@users.noreply.github.com> Date: Tue, 7 Apr 2026 23:18:07 +0200 Subject: [PATCH 2/2] 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> --- gallery/z-image-ggml.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/gallery/z-image-ggml.yaml b/gallery/z-image-ggml.yaml index e229727827e3..0140c403dce4 100644 --- a/gallery/z-image-ggml.yaml +++ b/gallery/z-image-ggml.yaml @@ -10,7 +10,6 @@ config_file: | - llm_path:Qwen3-4B.Q4_K_M.gguf - vae_path:ae.safetensors - offload_params_to_cpu:true - - diffusion_flash_attn:true parameters: model: z_image_turbo-Q4_0.gguf step: 25