v2.6.3-beta
Pre-release
Pre-release
Diffusion4Mac v2.6.3-beta Release
- Self-Contained Offline Execution: Bundled with a frozen Python backend, offline Ollama, and RealESRGAN binaries to remove all external system dependencies.
- Apple Silicon MPS Fixes: Resolved the black image bug on macOS by setting the default precision to float16 and upcasting VAE operations to float32.
- Flux Klein 9B CUDA Crash Fix: Patched Qwen3Next in transformers to bypass the CUDA-specific
FusedRMSNormGatedlayer when CUDA is not available on the platform, resolving the startup crash. - Packaging Improvements: Integrated dependency overrides to bypass macOS python2 removal issues in electron-builder.