v0.24.0

agentscope-ai/QwenPawv0.24.0Jun 3, 2026by github-actions[bot]

AI Summary

This is a major version release that includes numerous improvements to AI model inference, including fixes for multiple models, new contributor integrations, and support for new AI generation models.

Key Highlights

  • Fixed cast/dtype issues for birefnet and dino3 models
  • Added Ideogram4 model support
  • Fixed MultiGPU freeze issues
  • New contributors: vidigoat, person4268, quasar-of-mikus
  • Added PiD support for SDXL and QwenImage

New Features

  • Ideogram4 model support
  • PiD support for SDXL and QwenImage
  • Radiance variant support
  • DualModelGuider experimental feature

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