v0.24.0
google/magikav0.24.0Jun 3, 2026by github-actions[bot]
AI Summary
This release focuses on bug fixes for AI models (birefnet, dino3) and inference types, alongside new features like Ideogram 4 support, PiD model additions, and various UI workflow improvements.
Key Highlights
- Fixes for birefnet and dino3 models
- Support for Ideogram 4 model
- Addition of PixelDiT (PiD) and QwenImage models
- Fixes for Math Expression node overflow errors
- Removal of old fallbacks
New Features
- Ideogram 4 model support
- PiD (PixelDiT) with SDXL and QwenImage
- Partner Nodes (Ideogram V4, OpenRouter LLM, Rodin2.5)
- Radiance variant support
- MultiGPU CFG Split freeze fix
Full Release Notes
## What's Changed * Some cast/dtype fixes for the birefnet and dino3 models. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14217 * Fix issue with triposplat preview and old offloading mode. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14218 * Do tripo dinov3 inference in fp32. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14221 * Fix uncaught OverflowError in Math Expression node for large int results by @vidigoat in https://github.com/Comfy-Org/ComfyUI/pull/14214 * fix: Revert partner nodes category by @alexisrolland in https://github.com/Comfy-Org/ComfyUI/pull/14229 * Radiance: support variant with nonzero txt_ids by @person4268 in https://github.com/Comfy-Org/ComfyUI/pull/14206 * fix (MultiGPU): prevent freeze on manual abort when using MultiGPU CFG Split by @quasar-of-mikus in https://github.com/Comfy-Org/ComfyUI/pull/14235 * PiD: Add SDXL and QwenImage by @kijai in https://github.com/Comfy-Org/ComfyUI/pull/14240 * Remove old useless no comfy kitchen fallback. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14245 * comfy-aimdo: 0.4.8 by @rattus128 in https://github.com/Comfy-Org/ComfyUI/pull/14244 * [Partner Nodes] feat: add Ideogram V4 node by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14261 * feat: Add Ideogram4 model support (CORE-208) by @kijai in https://github.com/Comfy-Org/ComfyUI/pull/14259 * Mark DualModelGuider as experimental by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14262 * Update workflow templates to v0.9.94 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14263 * Memory usage factor for ideogram 4 on non dynamic vram. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14264 ## New Contributors * @vidigoat made their first contribution in https://github.com/Comfy-Org/ComfyUI/pull/14214 * @person4268 made their first contribution in https://github.com/Comfy-Org/ComfyUI/pull/14206 * @quasar-of-mikus made their first contribution in https://github.com/Comfy-Org/ComfyUI/pull/14235 **Full Changelog**: https://github.com/Comfy-Org/ComfyUI/compare/v0.23.0...v0.24.0