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

<Update label="v0.3.64" description="October 8, 2025">
**New AI Video Generation APIs**
- **Sora2 API Node**: Added support for OpenAI's Sora2 video generation API
</Update>

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

**Model Compatibility Enhancements**
Expand Down Expand Up @@ -54,7 +59,6 @@ icon: "clock-rotate-left"
- **Memory Leak Fix**: Resolved memory leaks by explicitly detaching model finalizers, improving long-running workflow stability
- **Sampler CFG Enhancement**: Added 'input_cond' and 'input_uncond' parameters to sampler CFG function arguments for more flexible conditioning control
</Update>

<Update label="v0.3.60" description="September 23, 2025">

**New Model Support**
Expand Down
10 changes: 8 additions & 2 deletions zh-CN/changelog/index.mdx
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
---
title: "更新日志"
description: "跟踪 ComfyUI 的最新功能、改进和错误修复"
description: "跟踪ComfyUI的最新功能、改进和错误修复"
icon: "clock-rotate-left"
---

<Update label="v0.3.64" description="2025年10月8日">

**API节点**
- **Sora2 API节点**:新增对OpenAI Sora2视频生成API的支持
</Update>

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

**API 节点更新**
Expand Down