Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 33 additions & 2 deletions changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@ description: "Track ComfyUI's latest features, improvements, and bug fixes. For
icon: "clock-rotate-left"
---

<Update label="v0.7.0" description="December 31, 2025">

**New Nodes & Workflow Tools**
- ManualSigmas node for precise sampling control in advanced workflows
- Kling Motion Control node integration for enhanced video generation workflows
- ResizeByLongerSide now supports video processing, expanding video workflow capabilities

**System Requirements**
- PyTorch 2.4+ is now the minimum supported version, ensuring better performance and compatibility with latest ML features

**Performance & Compatibility**
- Enabled async memory offload by default for AMD GPUs, improving memory efficiency
- Fixed ancestral sampler noise issues when running inference on CPU
- Enhanced memory management with better handling of pin/unpin operations
- Added VACE context handling in context windows for improved model compatibility

**Frontend & Manager Updates**
- ComfyUI Frontend updated to v1.35.9 with latest UI improvements
- ComfyUI Manager bumped to v4.0.4 with enhanced extension management
- Workflow templates updated to v0.7.64

**API Nodes**
- Enhanced Gemini API nodes with improved prompt enhancement
- Migrated billing system from dollars to credits for API nodes
- Deprecated "seededit" functionality with improved Seedream node display names

**Technical Improvements**
- Converted image processing nodes to V3 schema for better workflow compatibility
- Optimized Lumina/Z image model performance by removing unused components
- Better error handling for async operations and memory management

</Update>

<Update label="v0.6.0" description="December 24, 2025">

**New Model Support**
Expand Down Expand Up @@ -51,8 +84,6 @@ icon: "clock-rotate-left"
- Frontend updated to v1.34.9

</Update>


<Update label="v0.4.0" description="December 10, 2025">

**Model Support**
Expand Down
34 changes: 33 additions & 1 deletion zh-CN/changelog/index.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,41 @@
---
title: "更新日志"
description: "追踪 ComfyUI 的最新功能、改进和错误修复。详细发布说明请查看 [Github releases](https://github.com/comfyanonymous/ComfyUI/releases) 页面。"
description: "跟踪 ComfyUI 的最新功能、改进和错误修复。详细发布说明请查看 [Github releases](https://github.com/comfyanonymous/ComfyUI/releases) 页面。"
icon: "clock-rotate-left"
---

<Update label="v0.7.0" description="2025年12月31日">

**新节点和工作流工具**
- ManualSigmas 节点用于在高级工作流中进行精确的采样控制
- Kling Motion Control 节点集成,增强视频生成工作流
- ResizeByLongerSide 现在支持视频处理,扩展了视频工作流功能

**系统要求**
- PyTorch 2.4+ 现在是最低支持版本,确保更好的性能和与最新 ML 功能的兼容性

**性能和兼容性**
- 默认为 AMD GPU 启用异步内存卸载,提高内存效率
- 修复了在 CPU 上运行推理时祖先采样器的噪声问题
- 通过更好地处理 pin/unpin 操作增强内存管理
- 在上下文窗口中添加 VACE 上下文处理,改善模型兼容性

**前端和管理器更新**
- ComfyUI Frontend 更新至 v1.35.9,带来最新的 UI 改进
- ComfyUI Manager 升级至 v4.0.4,增强扩展管理功能
- 工作流模板更新至 v0.7.64

**API 节点**
- 增强 Gemini API 节点,改善提示词优化功能
- API 节点的计费系统从美元迁移到积分制
- 弃用"seededit"功能,改善 Seedream 节点显示名称

**技术改进**
- 将图像处理节点转换为 V3 架构,提高工作流兼容性
- 通过移除未使用的组件优化 Lumina/Z 图像模型性能
- 改善异步操作和内存管理的错误处理

</Update>
<Update label="v0.6.0" description="2025年12月24日">

**新模型支持**
Expand Down