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
9 changes: 9 additions & 0 deletions changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ description: "Track ComfyUI's latest features, improvements, and bug fixes. For
icon: "clock-rotate-left"
---

<Update label="v0.16.3" description="March 5, 2026">

**LTX Audio Model Improvements**
- Fixed LTX2 vocoder conv_transpose1d with manual casting for improved audio processing stability
- Resolved LTX audio VAE novram compatibility issues for better memory management during audio generation
- Added causal_fix parameter to add_keyframe_index and append_keyframe functions, enhancing keyframe handling precision in video workflows

</Update>

<Update label="v0.16.2" description="March 5, 2026">

**Core Updates**
Expand Down
10 changes: 10 additions & 0 deletions zh-CN/changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ description: "跟踪 ComfyUI 的最新功能、改进和错误修复。详细的
icon: "clock-rotate-left"
---

<Update label="v0.16.3" description="2026年3月5日">

**LTX Audio 模型改进**
- 修复了 LTX2 vocoder conv_transpose1d 的手动类型转换问题,提高了音频处理稳定性
- 解决了 LTX audio VAE novram 兼容性问题,改善了音频生成过程中的内存管理
- 为 add_keyframe_index 和 append_keyframe 函数添加了 causal_fix 参数,增强了视频工作流中关键帧处理的精度

</Update>

<Update label="v0.16.2" description="2026年3月5日">

**核心更新**
Expand All @@ -15,6 +24,7 @@ icon: "clock-rotate-left"
- 代码重构改进,增强了稳定性

</Update>

<Update label="v0.16.1" description="2026年3月5日">

**API 节点更新**
Expand Down
Loading