v0.24.0
Agenta-AI/agentav0.24.0Jun 3, 2026by github-actions[bot]
AI Summary
This release focuses on model support, specifically adding Ideogram 4 support and fixing inference issues for other models like birefnet and dino3, along with various bug fixes.
Key Highlights
- Add Ideogram 4 model support
- Fix triposplat preview and old offloading mode
- Fix uncaught OverflowError in Math Expression node
- Fix MultiGPU freeze on manual abort
- Mark DualModelGuider as experimental
New Features
- Ideogram 4 model support
- Ideogram V4 node
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