Change8

Migrating to ComfyUI v0.11.0

Version v0.11.0 introduces 2 breaking changes. This guide details how to update your code.

Released: 1/27/2026

2
Breaking Changes
2
Migration Steps
12
Affected Symbols

⚠️ Check Your Code

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

LTX Mel spectrogram creationEasyCacheembeddings_connector weightsLTX2 VAEResizeImageMaskNodeQWEN VAEWANmistral 3 tokenizerByteDanceImageEditNodeNoise_EmptyNoiseLoraLoaderModelOnlyamd portable

Breaking Changes

Issue #1

Fix mistral 3 tokenizer code failing on latest transformers version and other breakage. Users relying on the old tokenizer implementation for Mistral 3 models may need to verify compatibility with the updated transformers version.

Issue #2

The ByteDanceImageEditNode (seededit) node has been removed from API Nodes. Users should migrate workflows using this node to an alternative method.

Migration Steps

  1. 1
    If using the ByteDanceImageEditNode (seededit) in API Nodes, migrate workflows to use an alternative node.
  2. 2
    Verify compatibility if relying on the specific implementation of the mistral 3 tokenizer that was updated to fix breakage with the latest transformers version.

Release Summary

This release introduces significant feature additions, including support for zimage omni, Qwen 3 0.6B, and various API nodes, alongside numerous performance improvements and bug fixes, particularly around LTX2 and VAE memory usage.

Need More Details?

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

View Full Changelog