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

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

**FP16 Support Fixes**
- Fixed Canny node compatibility with FP16 precision, resolving workflow issues when using 16-bit floating point operations
- Resolved sampling problems with FP16 intermediates that were causing inconsistent generation results
- Fixed FP16 intermediates producing different results than expected, ensuring consistent output across runs

**VAE Improvements**
- Fixed light and color issues in WAN VAE processing, improving output quality and color accuracy

</Update>

<Update label="v0.18.0" description="March 21, 2026">

**Memory & Performance Optimizations**
Expand Down Expand Up @@ -52,7 +64,6 @@ This release focuses on stability and bug fixes. For complete technical details,
This is a patch release that includes various bug fixes and stability improvements. For full details on changes included in this release, see the complete changelog comparison between v0.17.0 and v0.17.1.

</Update>

<Update label="v0.17.0" description="March 13, 2026">

**Architecture & Performance Improvements**
Expand Down
13 changes: 12 additions & 1 deletion zh-CN/changelog/index.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
---
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.18.1" description="2026年3月23日">

**FP16 支持修复**
- 修复了 Canny 节点与 FP16 精度的兼容性问题,解决了使用16位浮点运算时的工作流问题
- 解决了 FP16 中间结果导致生成结果不一致的采样问题
- 修复了 FP16 中间结果产生与预期不同结果的问题,确保跨运行的一致性输出

**VAE 改进**
- 修复了 WAN VAE 处理中的光照和颜色问题,提升了输出质量和色彩准确性

</Update>
<Update label="v0.18.0" description="2026年3月21日">

**内存与性能优化**
Expand Down
Loading