Change8

Migrating to ComfyUI v0.7.0

Version v0.7.0 introduces 1 breaking change. This guide details how to update your code.

Released: 12/31/2025

1
Breaking Changes
2
Migration Steps
8
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

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

Breaking Changes

Issue #1

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

Release 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.

Need More Details?

View the full release notes and all changes for ComfyUI v0.7.0.

View Full Changelog