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

<Update label="v0.19.2" description="April 17, 2026">

**Performance & Memory**
- Fixed OOM regression in quantized models during inference, improving memory usage for _apply() operations

**Text Generation**
- Added option to disable default template in text generation nodes for more flexible prompt handling
- Introduced JsonExtractString node for JSON data manipulation in workflows

**Partner Nodes**
- Added 1080p resolution support for SeeDance 2.0 model, enabling higher quality dance generation

</Update>

<Update label="v0.19.1" description="April 16, 2026">

**New Model Support**
Expand Down Expand Up @@ -72,7 +86,6 @@ icon: "clock-rotate-left"
- Grok Video Extend
- [Blog](https://blog.comfy.org/p/grok-imagine-model-feature-updates)
</Update>

<Update label="v0.18.1" description="March 23, 2026">

**FP16 Support Fixes**
Expand Down
19 changes: 19 additions & 0 deletions zh-CN/changelog/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "更新日志"
description: "跟踪 ComfyUI 的最新功能、改进和错误修复。详细的发布说明请参见 [Github releases](https://github.com/comfyanonymous/ComfyUI/releases) 页面。"
icon: "clock-rotate-left"
---

<Update label="v0.19.2" description="2026年4月17日">

**性能与内存**
- 修复了量化模型在推理过程中的内存不足(OOM)回归问题,改善了 _apply() 操作的内存使用

**文本生成**
- 为文本生成节点添加了禁用默认模板的选项,以实现更灵活的提示词处理
- 引入了 JsonExtractString 节点,用于在工作流中进行 JSON 数据操作

**合作伙伴节点**
- 为 SeeDance 2.0 模型添加了 1080p 分辨率支持,实现更高质量的舞蹈生成

</Update>
Loading