Change8

v0.7.0

Breaking Changes
📦 comfyuiView on GitHub →
1 breaking4 features🐛 4 fixes1 deprecations🔧 8 symbols

Summary

This release introduces new nodes like ManualSigmas and Kling Motion Control, enables async offload for AMD, and enforces a minimum PyTorch version of 2.4. It also deprecates the "seededit" feature.

⚠️ Breaking Changes

  • The README now specifies that only PyTorch 2.4 and up is supported. Users on older PyTorch versions must upgrade to maintain compatibility.

Migration Steps

  1. Ensure you are using PyTorch version 2.4 or newer.
  2. If using the deprecated "seededit" functionality, update workflows to use the replacement (if one exists, though not explicitly named here).

✨ New Features

  • Added a ManualSigmas node.
  • Added the Kling Motion Control node.
  • Enabled async offload by default for AMD devices.
  • ResizeByLongerSide now supports video processing.

🐛 Bug Fixes

  • Fixed noise calculation issue with ancestral samplers when inferencing on CPU.
  • For api-nodes-gemini, always force enhance_prompt to be True.
  • Discarded async errors from pinning failures in the mm module.
  • Added warnings for pin and unpin errors.

🔧 Affected Symbols

ManualSigmas nodeKling Motion Control nodeResizeByLongerSideseededitSeedream nodenodes_images.pyapi-nodes-geminilumina/z image model

⚡ Deprecations

  • The "seededit" functionality/node has been marked as deprecated.