v0.24.0
FerrisMind/omnivoice-rsv0.24.0Jun 3, 2026by github-actions[bot]
AI Summary
This release introduces support for the Ideogram V4 model and enhances PiD capabilities with SDXL and QwenImage support. It also includes critical stability fixes for MultiGPU operations, math expression handling, and model inference for Birefnet and Dino3.
Key Highlights
- Added Ideogram V4 model support.
- Enhanced PiD with SDXL and QwenImage capabilities.
- Fixed uncaught OverflowError in Math Expression node.
- Resolved MultiGPU freeze issues during manual abort.
- Applied dtype and cast fixes for Birefnet and Dino3 models.
New Features
- Ideogram V4 model support.
- PiD support for SDXL and QwenImage.
- Radiance variant support with nonzero txt_ids.
- Partner Nodes Ideogram V4 node.
- comfy-aimdo 0.4.8 update.
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