Skip to content
Merged
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
27 changes: 26 additions & 1 deletion changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ description: "Track ComfyUI's latest features, improvements, and bug fixes"
icon: "clock-rotate-left"
---

<Update label="v0.3.63" description="October 6, 2025">

**Model Compatibility Enhancements**
- **HunyuanVAE Support**: Added support for the new HunyuanVAE, expanding model compatibility for advanced image generation workflows
- **Epsilon Scaling Node**: Introduced new Epsilon Scaling node that reduces exposure bias in diffusion models by scaling predicted noise, improving generation quality (based on the paper [Elucidating the Exposure Bias in Diffusion Models](https://arxiv.org/abs/2308.15321))

**Memory and Performance Optimizations**
- **VAE Memory Leak Fix**: Fixed VRAM leak caused by Python call stack holding tensor references during VAE OOM exception handling, significantly improving tiled fallback reliability on low VRAM devices
- **AMD Support**: Enabled TORCH_ROCM_AOTRITON_ENABLE_EXPERIMENTAL by default

**API Node Updates**
- **Kling 2.5 Turbo**: Added support for kling-2-5-turbo in both txt2video and img2video nodes, with proper mode configuration fixes
- **API Node Fixes**: Improved Gemini node base64 handling and fixed indentation issues in Recraft API node functions

**Node Schema Migration (V3)**
- **Extensive V3 Conversion**: Migrated numerous node categories to V3 schema including audio encoder, GITS, differential diffusion, optimal steps, PAG, LT, IP2P, morphology, torch compile, EPS, Pixverse, TomeSD, edit model, Rodin, and Stable3D nodes for improved workflow compatibility

**Developer Experience Improvements**
- **Code Quality**: Added pylint support for comfy_api_nodes folder and updated example_node.py to use V3 schema, making custom node development more consistent
- **Documentation Updates**: Enhanced AMD installation instructions with nightly PyTorch commands for Windows users

**Frontend Updates**
- **Subgraph Publish**: Allows publishing subgraphs to the node library
- **Node Selection Toolbox Redesign**: Redesigned the node selection toolbox
</Update>

<Update label="v0.3.62" description="September 30, 2025">

**API Node**
Expand Down Expand Up @@ -53,7 +79,6 @@ icon: "clock-rotate-left"
- **Frontend Version Update**: Updated to version 1.26.13

</Update>

<Update label="v0.3.59" description="September 10, 2025">

**ByteDance Seedream 4.0 Integration**
Expand Down
29 changes: 29 additions & 0 deletions zh-CN/changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@ description: "跟踪 ComfyUI 的最新功能、改进和错误修复"
icon: "clock-rotate-left"
---

<Update label="v0.3.63" description="2025年10月6日">

**模型兼容性增强**
- **HunyuanVAE 支持**:新增对 HunyuanVAE 的支持,扩展了高级图像生成工作流的模型兼容性
- **Epsilon Scaling 节点**:新增 Epsilon Scaling 节点,通过缩放预测噪声来减少扩散模型的曝光偏差,提升生成质量(基于论文 [Elucidating the Exposure Bias in Diffusion Models](https://arxiv.org/abs/2308.15321))

**内存和性能优化**
- **VAE 内存泄漏修复**:修复了 VAE OOM 异常处理中 Python 调用栈持有张量引用导致的 VRAM 泄漏,显著提升低显存设备上瓦片回退的可靠性
- **AMD 相关支持**:默认启用 TORCH_ROCM_AOTRITON_ENABLE_EXPERIMENTAL

**API 节点更新**
- **Kling 2.5 Turbo**:在 txt2video 和 img2video 节点中新增对 kling-2-5-turbo 的支持,并修复了模式配置问题
- **API 节点修复**:改进了 Gemini 节点的 base64 处理,并修复了 Recraft API 节点函数中的缩进问题

**节点架构迁移(V3)**
- **大规模 V3 转换**:将众多节点类别迁移到 V3 架构,包括音频编码器、GITS、差分扩散、最优步数、PAG、LT、IP2P、形态学、torch compile、EPS、Pixverse、TomeSD、编辑模型、Rodin 和 Stable3D 节点,提高了工作流兼容性

**音频系统更新**
- **依赖清理**:移除了 soundfile 依赖并取消了 torchaudio 加载/保存操作,简化了音频处理管道

**开发者体验改进**
- **代码质量**:为 comfy_api_nodes 文件夹添加了 pylint 支持,并更新 example_node.py 使用 V3 架构,使自定义节点开发更加一致
- **文档更新**:为 Windows 用户增加了 AMD 安装说明,添加了 nightly PyTorch 命令

**前端更新**
- **子图发布工功能**: 允许将子图发布到节点库
- **选择工具箱重设计**:重新设计了节点选择工具箱

</Update>
<Update label="v0.3.62" description="2025年10月1日">
- **Rodin3D-Gen2 参数修复**
- **Seedance Pro 模型支持**
Expand Down