Skip to content

Commit d7d2a98

Browse files
Update changelog with comfyui v0.3.72 (#587)
* Add/update changelog/index.mdx * Add/update zh-CN/changelog/index.mdx * Add/update changelog/index.mdx * Add/update zh-CN/changelog/index.mdx * Add/update changelog/index.mdx * Add/update zh-CN/changelog/index.mdx * Update Changelog --------- Co-authored-by: ComfyUI Wiki <[email protected]>
1 parent caf8934 commit d7d2a98

File tree

2 files changed

+92
-2
lines changed

2 files changed

+92
-2
lines changed

changelog/index.mdx

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

7+
<Update label="v0.3.75" description="November 26, 2025">
8+
9+
**New Model Support**
10+
- Added Z Image model with optimized performance for image processing workflows
11+
12+
**Bug Fixes**
13+
- Fixed LoRA functionality with mixed FP8 precision models
14+
- Enhanced Flux2 reference image memory estimation to reduce VRAM errors
15+
16+
</Update>
17+
18+
<Update label="v0.3.73" description="November 26, 2025">
19+
20+
**Bug Fixes**
21+
- Fixed critical system crashes that could interrupt workflow execution
22+
- Optimized Flux 2 text encoder VRAM usage for better performance
23+
24+
</Update>
25+
26+
<Update label="v0.3.72" description="November 25, 2025">
27+
28+
**New Model Support**
29+
- Added comprehensive Flux 2 model support including Flux 2 Pro API nodes
30+
- Enhanced HunyuanVideo workflows with new variants and improved display names
31+
32+
**API & Security Improvements**
33+
- Improved API security with Content Security Policy headers
34+
- Fixed public API access issues and Gemini model support
35+
36+
**Video Processing**
37+
- Added `get_frame_count` and `get_frame_rate` methods for better video workflow control
38+
39+
**Performance Optimizations**
40+
- Optimized text encoder quantization with hardware-aware detection
41+
- Enhanced quantization support with better memory management
42+
43+
**Developer Tools**
44+
- Added BlockInfo support for Chroma, Qwen-Image, and HunyuanVideo models
45+
46+
**Frontend & Dependencies**
47+
- Updated frontend to v1.30.6
48+
- Bumped Transformers version
49+
50+
</Update>
51+
752
<Update label="v0.3.71" description="November 21, 2025">
853

954
**Model Compatibility & Enhancements**
@@ -68,7 +113,6 @@ icon: "clock-rotate-left"
68113
- Unified RoPE function implementation across models
69114

70115
</Update>
71-
72116
<Update label="v0.3.68" description="November 5, 2025">
73117

74118
**Performance & Memory Optimizations**

zh-CN/changelog/index.mdx

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,55 @@
11
---
22
title: "更新日志"
3-
description: "跟踪 ComfyUI 的最新功能、改进和错误修复。如需详细发布说明,请查看 [Github releases](https://github.com/comfyanonymous/ComfyUI/releases) 页面。"
3+
description: "跟踪 ComfyUI 的最新功能、改进和错误修复。详细发布说明请查看 [Github releases](https://github.com/comfyanonymous/ComfyUI/releases) 页面。"
44
icon: "clock-rotate-left"
55
---
66

7+
<Update label="v0.3.75" description="2025年11月26日">
8+
9+
**新模型支持**
10+
- 添加 Z Image 模型支持,优化图像处理工作流性能
11+
12+
**错误修复**
13+
- 修复 LoRA 在混合 FP8 精度模型下的功能问题
14+
- 增强 Flux2 参考图像内存估算,减少显存错误
15+
16+
</Update>
17+
18+
<Update label="v0.3.73" description="2025年11月26日">
19+
20+
**错误修复**
21+
- 修复可能中断工作流执行的关键系统崩溃问题
22+
- 优化 Flux 2 文本编码器显存使用,提升性能
23+
24+
**模板更新**
25+
- 更新工作流模板至 v0.7.20,提供更好的入门示例
26+
27+
</Update>
28+
29+
<Update label="v0.3.72" description="2025年11月25日">
30+
31+
**新模型支持**
32+
- 新增 Flux 2 模型全面支持,包括 Flux 2 Pro API 节点
33+
- 增强 HunyuanVideo 工作流,添加新变体和改进显示名称
34+
35+
**API 和安全改进**
36+
- 改进 API 安全性,添加内容安全策略标头
37+
- 修复公共 API 访问问题和 Gemini 模型支持
38+
39+
**视频处理**
40+
- 添加视频处理方法:`get_frame_count``get_frame_rate`,实现更好的工作流控制
41+
42+
**性能优化**
43+
- 优化文本编码器量化,支持硬件感知检测
44+
- 增强量化支持,改善内存管理
45+
46+
**开发者工具**
47+
- 为 Chroma、Qwen-Image 和 HunyuanVideo 模型添加 BlockInfo 支持
48+
49+
**前端和依赖项**
50+
- 更新前端至 v1.30.6 并升级 Transformers 库
51+
52+
</Update>
753
<Update label="v0.3.71" description="2025年11月21日">
854

955
**模型兼容性与增强功能**

0 commit comments

Comments
 (0)