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
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.8.1" description="January 8, 2026">

**Model Support**
- Added Gemma 12B support with quantized weights
- Enhanced LTXAV text encoder with device selection support and reduced VRAM usage
- Improved memory estimation for LTXAV text encoder

**Performance Improvements**
- Fixed FP8MM offloading performance issues
- Added warning for outdated PyTorch versions with recommendation to upgrade to cu130 for performance boost
- Updated comfy kitchen version requirements

**Bug Fixes**
- Fixed stable release workflow to properly pull latest comfy kitchen updates
- Removed confusing load statistics from model patcher
- Updated workflow templates to v0.7.69

</Update>

<Update label="v0.8.0" description="January 7, 2026">

Expand Down Expand Up @@ -81,7 +99,6 @@ icon: "clock-rotate-left"
- Fixed mask concatenation issues in ZImageFunControlNet in --gpu-only mode

</Update>

<Update label="v0.5.1" description="December 18, 2025">

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

<Update label="v0.8.1" description="2026年1月8日">

**模型支持**
- 添加了Gemma 12B支持,包含量化权重
- 增强了LTXAV文本编码器,支持设备选择并降低了显存使用量
- 改进了LTXAV文本编码器的内存估算

**性能改进**
- 修复了FP8MM卸载的性能问题
- 为过时的PyTorch版本添加了警告提示,建议升级到cu130以提升性能
- 更新了comfy kitchen版本要求

**错误修复**
- 修复了稳定版本工作流,确保正确拉取最新的comfy kitchen更新
- 从模型补丁器中删除了令人困惑的加载统计信息
- 将工作流模板更新到v0.7.69

</Update>
<Update label="v0.8.0" description="2026年1月7日">

**新增模型与节点**
Expand Down