Skip to content

Commit bbac13e

Browse files
Update changelog with comfyui v0.3.68 (#530)
* Add/update changelog/index.mdx * Add/update zh-CN/changelog/index.mdx * Simplify changelog --------- Co-authored-by: ComfyUI Wiki <contact@comfyui-wiki.com>
1 parent 234f094 commit bbac13e

File tree

2 files changed

+55
-2
lines changed

2 files changed

+55
-2
lines changed

changelog/index.mdx

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

7+
<Update label="v0.3.68" description="November 5, 2025">
8+
9+
**Performance & Memory Optimizations**
10+
- Introduced **Mixed Precision Quantization System** for optimized model loading
11+
- Added **RAM Pressure Cache Mode** for intelligent memory management under resource constraints
12+
- Accelerated model offloading using pinned memory with automatic low-RAM hardware detection
13+
- Enhanced FP8 operations: reduced memory usage and fixed torch.compile performance regressions
14+
- Improved async offload speeds and resolved race conditions
15+
16+
**New Nodes & Execution Features**
17+
- **ScaleROPE Node**: Rope scaling support for WAN and Lumina models
18+
- Enhanced subgraph execution allowing multiple runs within single workflows
19+
- Improved caching system with proper handling of bytes data and None outputs
20+
21+
**API Node Enhancements**
22+
- Migrated API nodes to V3 client architecture: Luma, Minimax, Pixverse, Ideogram, StabilityAI, Pika, Recraft, Hypernetwork, OpenAI
23+
- Extended LTXV API nodes with 12s-20s duration options
24+
- Fixed img2img operations in DALL-E 2 node
25+
- Enhanced Rodin3D nodes to return proper relative paths
26+
27+
**Updates**
28+
- Embedded documentation updated to v0.3.1
29+
- Workflow templates updated to v0.2.11
30+
- Fixed Windows pinned memory allocation issues
31+
32+
</Update>
33+
734
<Update label="v0.3.67" description="October 28, 2025">
835

936
**API Nodes**
@@ -76,7 +103,6 @@ icon: "clock-rotate-left"
76103
- Fixed WAN2.2 cache VRAM leak
77104

78105
</Update>
79-
80106
<Update label="v0.3.64" description="October 8, 2025">
81107

82108
**API Nodes**

zh-CN/changelog/index.mdx

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,36 @@
11
---
22
title: "更新日志"
3-
description: "追踪ComfyUI的最新功能、改进和错误修复"
3+
description: "跟踪ComfyUI的最新功能、改进和错误修复"
44
icon: "clock-rotate-left"
55
---
66

7+
<Update label="v0.3.68" description="2025年11月5日">
8+
**模型支持**
9+
- 支持 [ChronoEdit 14B](https://research.nvidia.com/labs/toronto-ai/chronoedit/) 模型
10+
11+
**性能与内存优化**
12+
- 引入**混合精度量化系统**,优化模型加载
13+
- 新增**RAM压力缓存模式**,在资源受限条件下智能管理内存
14+
- 使用固定内存加速模型卸载,支持自动低RAM硬件检测
15+
- 增强FP8操作:减少内存使用并修复torch.compile性能回归问题
16+
- 改进异步卸载速度,解决竞争条件问题
17+
- 修复Windows固定内存分配问题
18+
19+
**新节点与执行功能**
20+
- **ScaleROPE节点**:支持WAN和Lumina模型的rope缩放
21+
- 增强子图执行功能,允许在单个工作流中多次运行
22+
- 改进缓存系统,正确处理字节数据和None输出
23+
24+
**API节点增强**
25+
- 扩展LTXV API节点,支持12秒-20秒时长选项
26+
- 修复DALL-E 2节点中的img2img操作
27+
- 增强Rodin3D节点,返回正确的相对路径
28+
29+
**更新**
30+
- 更新核心节点文档翻译(繁体中文,阿拉伯语,土耳其语)
31+
- 工作流模板更新至v0.2.11
32+
33+
</Update>
734
<Update label="v0.3.67" description="2025年10月28日">
835

936
**API 节点**

0 commit comments

Comments
 (0)