Change8

v0.31.0

📦 comfyuiView on GitHub →
7 features🐛 9 fixes1 deprecations🔧 14 symbols

Summary

This release introduces new models and features for Partner Nodes, including Bloom 2, Wonder 3.5, Flux 3, and SeeDance 2.5, alongside improvements to MiniMax H3 VAEs and sampler support. Several bug fixes address memory pinning, noise mask sampling, and audio corruption issues.

Migration Steps

  1. Remove usage of deprecated Reve nodes.

✨ New Features

  • Added support for Bloom 2 and Wonder 3.5 models in Partner Nodes (TopazAI).
  • Added Flux 3 video model in Partner Nodes (BFL).
  • Added SeeDance 2.5 model in Partner Nodes (ByteDance).
  • Introduced ImageCompositor node with layer-state compositing and layer from bbox, and Seedream Layer Separation node in Partner Nodes.
  • Added support for Wan-Animate2.
  • Support for int8_convrot VAE for MiniMax-H3.
  • Support for asym w4a8_int.

🐛 Bug Fixes

  • Fixed an issue where too much memory was pinned on Linux systems with no swap partition.
  • Casted raw parameters to input device in H3 VAEs for minimax.
  • Harden some nodes against potential issues related to combos.
  • Restored SDPA non-cudnn small attention bypass.
  • Fixed MiniMax H3 noise mask sampling.
  • Fixed sampler issues for audio with minimax, and supported more samplers.
  • Skipped creating useless noise in res_multistep sampler.
  • Fixed full offload on minimax audio vae.
  • Fixed MiniMax H3 audio corruption with EasyCache.

Affected Symbols

⚡ Deprecations

  • Reve nodes have been deprecated.