Skip to content

Commit ca69048

Browse files
Update changelog with comfyui v0.3.46 (#292)
* Add/update changelog/index.mdx * Add/update zh-CN/changelog/index.mdx
1 parent cfb257f commit ca69048

File tree

2 files changed

+85
-1
lines changed

2 files changed

+85
-1
lines changed

changelog/index.mdx

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

7+
<Update label="v0.3.46" description="July 28, 2025">
8+
9+
**Hardware Acceleration & Audio Processing Improvements**
10+
11+
This release focuses on expanding hardware support and enhancing audio processing capabilities for workflow creators:
12+
13+
## Audio Processing Enhancements
14+
- **PyAV Audio Backend**: Replaced torchaudio.load with PyAV for more reliable audio processing in video workflows, improving compatibility and performance
15+
- **Better Audio Integration**: Enhanced audio handling for multimedia generation workflows, particularly beneficial for video content creators
16+
17+
## Expanded Hardware Support
18+
- **Iluvatar CoreX Support**: Added native support for Iluvatar CoreX accelerators, expanding hardware options for AI inference
19+
- **Intel XPU Optimization**: Comprehensive XPU support improvements including async offload capabilities and device-specific optimizations
20+
- **AMD ROCm Enhancements**: Enabled PyTorch attention by default for gfx1201 on Torch 2.8, improving performance on AMD hardware
21+
- **CUDA Memory Management**: Fixed CUDA malloc to only activate on CUDA-enabled PyTorch installations, preventing conflicts on other platforms
22+
23+
## Sampling Algorithm Improvements
24+
- **Euler CFG++ Enhancement**: Separated denoised and noise estimation processes in Euler CFG++ sampler for improved numerical precision and quality
25+
- **WAN Model Support**: Added comprehensive support for WAN (Wavelet-based Attention Network) models including ATI support and WAN 2.2 compatibility
26+
27+
## Advanced Training Features
28+
- **Enhanced Training Nodes**: Added algorithm support, gradient accumulation, and optional gradient checkpointing to training workflows
29+
- **Improved Training Flexibility**: Better memory management and performance optimization for custom model training
30+
31+
## Node & Workflow Enhancements
32+
- **Moonvalley V2V Node**: Added Moonvalley Marey V2V node with enhanced input validation for video-to-video workflows
33+
- **Negative Prompt Updates**: Improved negative prompt handling for Moonvalley nodes, providing better control over generation outputs
34+
- **History API Enhancement**: Added map_function parameter to get_history API for more flexible workflow history management
35+
36+
## API & System Improvements
37+
- **Frontend Version Tracking**: Added required_frontend_version parameter in /system_stats API response for better version compatibility
38+
- **Device Information**: Enhanced XPU device name printing for better hardware identification and debugging
39+
- **Template Updates**: Multiple template updates (0.1.40, 0.1.41) ensuring compatibility with latest node development standards
40+
41+
## Developer Experience
42+
- **Documentation Updates**: Enhanced README with HiDream E1.1 examples and updated model integration guides
43+
- **Line Ending Fixes**: Improved cross-platform compatibility by standardizing line endings in workflows
44+
- **Code Cleanup**: Removed deprecated code and optimized various components for better maintainability
45+
46+
These improvements make ComfyUI more accessible across different hardware platforms while enhancing audio processing capabilities essential for modern multimedia AI workflows.
47+
48+
</Update>
49+
750
<Update label="v0.3.45" description="July 21, 2025">
851

952
**Advanced Sampling & Training Infrastructure Improvements**
@@ -105,7 +148,6 @@ This release brings significant improvements to model compatibility and workflow
105148
These changes enhance the reliability of advanced model workflows while maintaining ComfyUI's flexibility for AI artists and researchers working with cutting-edge generative models.
106149

107150
</Update>
108-
109151
<Update label="v0.3.41" description="June 17, 2025">
110152

111153
**Major Model Support Additions**

zh-CN/changelog/index.mdx

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

7+
<Update label="v0.3.46" description="2025年7月28日">
8+
9+
**硬件加速和音频处理改进**
10+
11+
此版本专注于扩展硬件支持并增强工作流创建者的音频处理能力:
12+
13+
## 音频处理增强
14+
- **PyAV 音频后端**:用 PyAV 替换 torchaudio.load,在视频工作流中提供更可靠的音频处理,改善兼容性和性能
15+
- **更好的音频集成**:增强多媒体生成工作流的音频处理,特别有利于视频内容创作者
16+
17+
## 扩展的硬件支持
18+
- **Iluvatar CoreX 支持**:添加对 Iluvatar CoreX 加速器的原生支持,为 AI 推理扩展硬件选项
19+
- **Intel XPU 优化**:全面的 XPU 支持改进,包括异步卸载功能和设备特定优化
20+
- **AMD ROCm 增强**:在 Torch 2.8 上为 gfx1201 默认启用 PyTorch attention,提升 AMD 硬件性能
21+
- **CUDA 内存管理**:修复 CUDA malloc 仅在启用 CUDA 的 PyTorch 安装上激活,防止在其他平台上发生冲突
22+
23+
## 采样算法改进
24+
- **Euler CFG++ 增强**:在 Euler CFG++ 采样器中分离去噪和噪声估计过程,改善数值精度和质量
25+
- **WAN 模型支持**:添加对 WAN(基于小波的注意力网络)模型的全面支持,包括 ATI 支持和 WAN 2.2 兼容性
26+
27+
## 高级训练功能
28+
- **增强的训练节点**:向训练工作流添加算法支持、梯度累积和可选梯度检查点
29+
- **改进的训练灵活性**:为自定义模型训练提供更好的内存管理和性能优化
30+
31+
## 节点和工作流增强
32+
- **Moonvalley V2V 节点**:添加 Moonvalley Marey V2V 节点,为视频到视频工作流提供增强的输入验证
33+
- **负面提示词更新**:改进 Moonvalley 节点的负面提示词处理,提供对生成输出的更好控制
34+
- **历史 API 增强**:向 get_history API 添加 map_function 参数,实现更灵活的工作流历史管理
35+
36+
## API 和系统改进
37+
- **前端版本跟踪**:在 /system_stats API 响应中添加 required_frontend_version 参数,改善版本兼容性
38+
- **设备信息**:增强 XPU 设备名称打印,改善硬件识别和调试
39+
- **模板更新**:多个模板更新(0.1.40、0.1.41),确保与最新节点开发标准的兼容性
40+
41+
## 开发者体验
42+
- **文档更新**:使用 HiDream E1.1 示例增强 README,并更新模型集成指南
43+
- **行结束符修复**:通过标准化工作流中的行结束符改善跨平台兼容性
44+
- **代码清理**:移除已弃用的代码并优化各种组件以提高可维护性
45+
46+
这些改进使 ComfyUI 在不同硬件平台上更易于使用,同时增强了现代多媒体 AI 工作流所必需的音频处理能力。
47+
48+
</Update>
749
<Update label="v0.3.45" description="2025年7月21日">
850

951
**高级采样与训练基础设施改进**

0 commit comments

Comments
 (0)