v0.5.0
Breaking Changes📦 comfyuiView on GitHub →
⚠ 3 breaking✨ 10 features🐛 7 fixes🔧 14 symbols
Summary
This release focuses heavily on memory optimization, especially around Z Image and VAE loading, alongside introducing several new video and image generation nodes (Kling, Tripo 3.0, new samplers). Several old API nodes (Kling, Pika) were dropped, and internal API type handling was cleaned up.
⚠️ Breaking Changes
- The comfy_api removed usage of the generic Python types "Type", "List", and "Dict". If you were relying on these specific type representations in the API structure, you may need to update your client code to handle the new structure.
- Very old Kling models have been dropped from the API nodes.
- Pika API nodes have been dropped.
Migration Steps
- If using API clients that relied on "Type", "List", or "Dict" in the comfy_api structure, update them to reflect the removal of these specific type representations.
- If using very old Kling models or Pika API nodes, they must be replaced or removed as they have been dropped.
✨ New Features
- Enabled Kling Omni Image node.
- Added Kling TextToVideoWithAudio and ImageToVideoWithAudio nodes.
- Basic implementation of z image fun control union 2.0.
- Added phi_2 variant and sampler node for seeds_2.
- Added per-queue live preview method override.
- Added context windows callback for custom condition handling.
- Added tripo3.0 support.
- Added ZImageFunControlnet node for inpainting for z image fun control.
- Added Wan2.6 model support to video nodes.
- Added exp_heun_2_x0 sampler series.
🐛 Bug Fixes
- Correctly process Node V1 dict results on V3 node.
- Filtered hidden files from /internal/files endpoint.
- Fixed regular chroma radiance calculation.
- Fixed bias dtype issue in mixed ops.
- Fixed pytorch warnings.
- Fixed issue where guards were enabled on transformer_options when torch.compile was used.
- Fixed issue where fp16 was enabled on ZImage on older PyTorch versions (now only enabled on newer PyTorch).
🔧 Affected Symbols
Kling Omni Image nodeKling TextToVideoWithAudio nodeImageToVideoWithAudio nodez image fun control union 2.0seeds_2phi_2 samplercomfy_apiTypeListDicttorch.compileZImageFunControlnet nodeWan2.6 modelexp_heun_2_x0 sampler series