unsloth/async_task_outputs/async_task_output_yofm42.md
Daniel Han c800e89206 Merge remote-tracking branch 'origin/image-generation' into diffusion-image-workflows
# Conflicts:
#	studio/backend/core/inference/diffusion.py
#	studio/frontend/src/features/images/images-page.tsx
2026-07-02 03:36:50 +00:00

4 lines
No EOL
471 B
Markdown

- Decision: attributed Z-Image diffusers resident-GPU `default` gains almost entirely to `compile_repeated_blocks`; `channels_last`/`cudnn.benchmark` kept because free no-ops on DiT but useful for UNet.
- Evidence: `compile_probe.py` compile-only eager `1.83 → 0.79 s` `+56.6%`; `perf_verify.py` full default `1.80 → 0.82 s` `-54.7%`.
- Not isolated: `inference_mode`, TF32, fused QKV; offered clean ablation on `GPU 6`.
- Completed: answered attribution and caveats.