unsloth/async_task_outputs/async_task_output_07qggq.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
405 B
Markdown

- Decision: GPU default stays PyTorch/diffusers; benchmark showed PyTorch GGUF 0.82s vs sd.cpp `--diffusion-fa` 6.96s at 1024px (~8.5x faster).
- File noted: `scripts/compare_engines.py` reproduces benchmark; not committed in span.
- Command `tail -30 ...compare_engines_*.log` showed run progress; background run completed exit 0.
- COMPLETED: GPU comparison. PENDING: optional commit and CPU comparison.