-
Notifications
You must be signed in to change notification settings - Fork 455
Description
Git commit
My MacBook with an M3 chip takes 600 seconds per iteration. With ComfyUI, it only takes 19 seconds per iteration. Is this normal? Or am I doing something wrong?
Operating System & Version
macOS 26.1
GGML backends
Metal
Command-line arguments used
./sd --diffusion-model z_image_turbo-Q3_K.gguf --vae vae.sft --llm Qwen3-4B-Instruct-2507-Q4_K_M.gguf -p "A cinematic, melancholic photograph of a solitary hooded figure walking through a sprawling, rain-slicked metropolis at night." --cfg-scale 1.0 -v --offload-to-cpu --diffusion-fa -H 1024 -W 512
Steps to reproduce
unzip
copy models to folder
SET DYLD_LIBRARY_PATH to folder of binary
run
./sd --diffusion-model z_image_turbo-Q3_K.gguf --vae vae.sft --llm Qwen3-4B-Instruct-2507-Q4_K_M.gguf -p "A cinematic, melancholic photograph of a solitary hooded figure walking through a sprawling, rain-slicked metropolis at night." --cfg-scale 1.0 -v --offload-to-cpu --diffusion-fa -H 1024 -W 512
What you expected to happen
Iteration of 20 seconds per step
What actually happened
Iteration of 600 seconds per step
Logs / error messages / stack trace
No response
Additional context / environment details
No response