Change8

ComfyUI

AI & LLMs

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.

Latest: v0.34.025 releases3 breaking changes15 common errorsView on GitHub

Release History

View all versions →
v0.34.08 fixes37 features
Aug 26, 2026

This release introduces significant improvements to video and audio handling, including HDR support and new codecs. It also enhances various AI models and partner nodes, alongside performance optimizations and bug fixes.

v0.33.18 fixes4 features
Aug 13, 2026

This release includes several bug fixes for various nodes and features, such as KSamplerAdvanced, PreviewAny, and minimax music. It also introduces new partner nodes for image generation and expands support for anima tunes and Cuda Graphs.

v0.33.0
Aug 13, 2026
v0.32.0Breaking7 fixes9 features
Aug 11, 2026

This release enhances debugging of nested tensors, introduces new partner nodes for various models (Qwen, LTX, Grok), and improves API capabilities with new tag filters. It also includes several bug fixes for VRAM issues, model decoding, and dependency management.

v0.31.1
Aug 8, 2026
v0.31.09 fixes7 features
Aug 8, 2026

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.

v0.30.2
Aug 5, 2026
v0.30.1
Aug 3, 2026
v0.30.0Breaking15 fixes17 features
Aug 3, 2026

This release introduces several new features including int8 convrot embedding lookup, PrunaVAED support, and configurable DETAIL logging. It also includes numerous bug fixes and updates to partner nodes and workflow templates.

v0.29.21 fix2 features
Jul 31, 2026

This release includes frontend fixes and introduces new API and partner nodes.

v0.29.1
Jul 31, 2026
v0.29.04 fixes36 features
Jul 29, 2026

This release introduces significant improvements in video processing, adds support for new AI models from various partners, and includes numerous optimizations and bug fixes across different components of ComfyUI.

v0.28.3
Jul 22, 2026
v0.28.2
Jul 18, 2026
v0.28.1
Jul 17, 2026
v0.28.0Breaking22 fixes19 features
Jul 15, 2026

This release introduces new features like text overlay and advanced 3D nodes, alongside numerous bug fixes and performance optimizations. It also includes updates to partner nodes and documentation, while dropping support for PyTorch 2.4 and removing some older nodes.

v0.27.1
Jul 8, 2026
v0.27.03 fixes14 features
Jun 30, 2026

This release introduces major support for int8 models, bringing performance improvements and bug fixes related to int8 operations, alongside several new partner node integrations and feature additions like asset hashing control.

v0.26.2
Jun 25, 2026
v0.26.02 fixes16 features
Jun 23, 2026

This release introduces significant feature additions, including support for Qwen3-VL, Krea2, and various partner node model updates. It also includes several quality-of-life improvements like new API endpoints and node enhancements.

v0.25.11 feature
Jun 18, 2026

This minor release introduces support for the new Kling V3-Turbo model through Partner Nodes.

v0.25.015 fixes22 features
Jun 16, 2026

This release introduces numerous new partner nodes, model supports (like SCAIL-2 and Bernini-R), and 10-bit video capability. It also includes several bug fixes related to Ideogram stability, 3D preview nodes, and various partner node issues.

v0.24.07 fixes4 features
Jun 3, 2026

This release focuses on model compatibility fixes, particularly for birefnet and dino3, and introduces new features like Ideogram4 support and updates to PiD models. It also addresses several stability issues across different components.

v0.23.012 fixes14 features
Jun 1, 2026

This release introduces significant performance improvements via multi-threaded model loading and adds support for new models like MediaPipe face detection, NVIDIA PixelDiT, and Microsoft Lens. It also includes extensive cleanup and standardization across OpenAPI definitions and various partner nodes.

v0.22.016 fixes6 features
May 20, 2026

This release introduces significant feature additions, including support for MoGe and Stable Audio 3, alongside numerous bug fixes across various nodes and models. Several OpenAPI documentation elements were updated, including deprecating an endpoint.

Common Errors

ModuleNotFoundError7 reports

This error typically occurs in comfyui. Check the example issues for common solutions.

OutOfMemoryError6 reports

This error typically occurs in comfyui. Check the example issues for common solutions.

FileNotFoundError4 reports

This error typically occurs in comfyui. Check the example issues for common solutions.

NotImplementedError4 reports

NotImplementedError in ComfyUI usually arises when an operation or data type (like Float8_e4m3fn) is used that's not supported by the specific hardware backend (like MPS on Apple M1) or a custom node. To fix this, try updating ComfyUI and any custom nodes involved to their latest versions, as newer versions often add support for more data types and hardware; otherwise, try using a different sampler or model that is compatible with your hardware, or switch to a different execution device if possible (e.g., CUDA if available).

ConnectionResetError3 reports

ConnectionResetError in ComfyUI often arises from exceeding your system's resources (VRAM or RAM) or unstable network connections when dealing with large files/models. Try reducing the batch size or image resolution to lower VRAM usage, and ensure a stable internet connection when downloading/using online resources. Consider enabling CPU offloading or optimized options if available in custom nodes.

CalledProcessError3 reports

CalledProcessError in ComfyUI usually stems from errors during external program execution, often due to incorrect file paths, missing dependencies, or command-line argument issues within custom nodes. To fix it, carefully examine the specific error message's stderr output, then ensure the external program is correctly installed and its path is set up properly in the executing custom node's code, and that all command line arguments passed to the external program are valid.

Related AI & LLMs Packages

Subscribe to Updates

Get notified when new versions are released

RSS Feed