Skip to content

Commit 3f6dd8c

Browse files
Update changelog with comfyui v0.3.69 (#565)
* Add/update changelog/index.mdx * Add/update zh-CN/changelog/index.mdx * Update changelog for v0.3.69 with condensed entries Simplified and reorganized changelog entries for v0.3.69 in both English and Chinese. Highlights include pinned memory by default, reduced VRAM usage, new features like ScaleROPE node support for Flux models, left padding in tokenizers, and bug fixes for node imports and Qwen ControlNet. Removed redundant details for clarity. --------- Co-authored-by: ComfyUI Wiki <[email protected]>
1 parent 00a401a commit 3f6dd8c

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

changelog/index.mdx

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ description: "Track ComfyUI's latest features, improvements, and bug fixes"
44
icon: "clock-rotate-left"
55
---
66

7+
<Update label="v0.3.69" description="November 18, 2025">
8+
9+
**Memory & Performance Optimizations**
10+
- **Pinned Memory Enabled by Default** for NVIDIA and AMD GPUs
11+
- **Reduced VRAM Usage** for Flux, Qwen, and LTX-Video models
12+
- Smart model unloading that automatically frees memory when VRAM usage increases
13+
- Improved weight casting performance on offload streams
14+
15+
**New Features**
16+
- **ScaleROPE Node Now Works with Flux Models**
17+
- Added left padding support to tokenizers
18+
- Added `create_time` field to `/history` and `/queue` endpoints
19+
20+
**Bug Fixes**
21+
- Fixed custom node import errors for SingleStreamBlock/DoubleStreamBlock (temporary fix)
22+
- Fixed Qwen ControlNet regression
23+
- Enhanced quantized operations with offload support and stability improvements
24+
- Unified RoPE function implementation across models
25+
26+
</Update>
27+
728
<Update label="v0.3.68" description="November 5, 2025">
829

930
**Performance & Memory Optimizations**
@@ -78,7 +99,6 @@ icon: "clock-rotate-left"
7899
- Improved merge_nested_dicts functionality with proper input ordering
79100
- Added deprecation warnings for unused files
80101
</Update>
81-
82102
<Update label="v0.3.65" description="October 14, 2025">
83103

84104
**Node Schema Migration (V3)**

zh-CN/changelog/index.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ description: "跟踪ComfyUI的最新功能、改进和错误修复"
44
icon: "clock-rotate-left"
55
---
66

7+
<Update label="v0.3.69" description="2025年11月18日">
8+
9+
**内存与性能优化**
10+
- **默认启用锁页内存**,适用于NVIDIA和AMD GPU
11+
- **减少VRAM使用量**,优化Flux、Qwen和LTX-Video模型
12+
- 智能模型卸载,当VRAM使用增加时自动释放内存
13+
- 改进卸载流上的权重转换性能
14+
15+
**新功能**
16+
- **ScaleROPE节点现已支持Flux模型**
17+
- 为分词器添加左填充支持
18+
-`/history``/queue` 端点中添加 `create_time` 字段
19+
- Rodin3D节点迁移到新的API客户端架构
20+
21+
**Bug修复**
22+
- 修复自定义节点导入错误(SingleStreamBlock/DoubleStreamBlock,临时修复)
23+
- 修复Qwen ControlNet回归问题
24+
- 增强量化操作,添加offload支持和稳定性改进
25+
- 统一所有模型的RoPE函数实现
26+
27+
</Update>
728
<Update label="v0.3.68" description="2025年11月5日">
829
**模型支持**
930
- 支持 [ChronoEdit 14B](https://research.nvidia.com/labs/toronto-ai/chronoedit/) 模型

0 commit comments

Comments
 (0)