v0.24.0
domcyrus/rustnetv0.24.0Jun 3, 2026by github-actions[bot]
AI Summary
This update introduces support for the Ideogram V4 and SDXL models while fixing critical bugs in math expression calculations and MultiGPU handling. It also includes various stability improvements for existing models like birefnet and dino3.
Key Highlights
- Add Ideogram4 model support
- Add SDXL and QwenImage to PiD (Post-Training Quantization)
- Fix uncaught OverflowError in Math Expression node
- Fix MultiGPU freeze on manual abort
- Model casting/dtype fixes for birefnet and dino3 models
New Features
- Ideogram4 model support
- SDXL and QwenImage support in PiD
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