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

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

**New Nodes & Features**
- Added BBox widget for precise bounding box selection in image workflows
- Introduced 3-band equalizer node for audio processing workflows
- Added basic text generation support with native models, initially supporting Gemma3 and Qwen 3
- New GLSL shader node using PyOpenGL for advanced visual effects
- Added ElevenLabs API nodes for text-to-speech functionality
- New gradient-slider display mode for FLOAT inputs with improved UI
- Added SplitImageToTileList and ImageMergeTileList nodes for tiled processing workflows

**API Nodes**
- Added price badge for Rodin Gen-2 node
- Added KlingAvatar node for avatar generation
- Added ByteDance Seedream-5 model support
- Fixed Gemini image MIME type handling with glob matching
- Forced Gemini to return uncompressed images for better quality

**Performance & Bug Fixes**
- Fixed FP8 dynamic VRAM workflow performance issues by limiting return of requants
- Resolved non-contiguous audio waveform crashes in video save operations
- Fixed LTXAV model loading issues including fp8 checkpoint support and embedding connector dtype problems
- Improved PyOpenGL compatibility for versions < 3.1.4

**UI Improvements**
- Marked 429 widgets as advanced for collapsible UI
- Added essentials_category for better node organization
- Enhanced essential subgraph blueprints with improved categorization
- Updated frontend to version 1.39.16

**Model Support**
- Enhanced text generation with tokenization improvements and minimum length enforcement
- Updated LTXAV av embedding connectors integration
- Temporary compatibility fixes for LTX 2.0 workflows during migration period

</Update>

<Update label="v0.14.2" description="February 18, 2026">

Expand Down Expand Up @@ -43,7 +79,6 @@ icon: "clock-rotate-left"
- Updated workflow templates to v0.7.69

</Update>

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

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

<Update label="v0.15.0" description="2026年2月24日">

**新节点和功能**
- 添加了 BBox 小部件,用于在图像工作流中精确选择边界框
- 引入了 3 段均衡器节点,用于音频处理工作流
- 添加了基础文本生成支持,支持原生模型,最初支持 Gemma3 和 Qwen 3
- 新增使用 PyOpenGL 的 GLSL 着色器节点,用于高级视觉效果
- 添加了 ElevenLabs API 节点,实现文本转语音功能
- 为 FLOAT 输入新增渐变滑块显示模式,改进了用户界面
- 添加了 SplitImageToTileList 和 ImageMergeTileList 节点,用于分块处理工作流

**API 节点**
- 为 Rodin Gen-2 节点添加了价格标签
- 添加了用于头像生成的 KlingAvatar 节点
- 添加了 ByteDance Seedream-5 模型支持
- 使用通配符匹配修复了 Gemini 图像 MIME 类型处理
- 强制 Gemini 返回未压缩图像以获得更好的质量

**性能和错误修复**
- 通过限制重新量化的返回,修复了 FP8 动态 VRAM 工作流性能问题
- 解决了视频保存操作中非连续音频波形崩溃问题
- 修复了 LTXAV 模型加载问题,包括 fp8 检查点支持和嵌入连接器数据类型问题
- 改进了对 PyOpenGL 版本 < 3.1.4 的兼容性

**界面改进**
- 将 429 个小部件标记为高级,以支持可折叠界面
- 添加了 essentials_category,便于节点组织
- 通过改进分类增强了基本子图蓝图
- 前端更新至版本 1.39.16

**模型支持**
- 通过分词改进和最小长度强制增强了文本生成功能
- 更新了 LTXAV av 嵌入连接器集成
- 在迁移期间为 LTX 2.0 工作流提供临时兼容性修复

</Update>
<Update label="v0.14.2" description="2026年2月18日">

**错误修复**
Expand Down