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

<Update label="v0.16.4" description="March 7, 2026">

**New Nodes & Features**
- Added Math Expression node with simpleeval evaluation for mathematical operations in workflows
- Introduced TencentSmartTopology API node for enhanced topology processing capabilities
- Added Gemini 3.1 Flash-Lite model support to LLM node, expanding AI language model options

**Bug Fixes & Performance**
- Fixed fp16 audio encoder models compatibility issues
- Resolved Text Encoder CPU execution when dynamic VRAM is enabled
- Fixed requirements version conflicts
- Enhanced memory management with compute stream synchronization before buffer freeing

**Workflow Templates**
- Updated workflow templates to version 0.9.11 with latest improvements

</Update>

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

**API Nodes Updates**
Expand Down Expand Up @@ -79,7 +97,6 @@ icon: "clock-rotate-left"
- Updated workflow templates to version 0.9.4

</Update>

<Update label="v0.15.0" description="February 24, 2026">

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

<Update label="v0.16.4" description="2026年3月7日">

**新增节点和功能**
- 新增数学表达式节点,支持使用simpleeval评估进行工作流中的数学运算
- 引入TencentSmartTopology API节点,增强拓扑处理能力
- 在LLM节点中新增Gemini 3.1 Flash-Lite模型支持,扩展AI语言模型选项

**错误修复和性能优化**
- 修复fp16音频编码器模型兼容性问题
- 解决启用动态显存时文本编码器CPU执行的问题
- 修复依赖版本冲突问题
- 通过在释放缓冲区前进行计算流同步,增强内存管理

**工作流模板**
- 工作流模板更新至0.9.11版本,包含最新改进

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

**API 节点更新**
Expand Down