Skip to content
23 changes: 19 additions & 4 deletions changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,31 @@ description: "Track ComfyUI's latest features, improvements, and bug fixes. For
icon: "clock-rotate-left"
---

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

**LTX text generation**
* Implemented `use_default_template` for LTX models in text generation nodes

**Partner node updates**
* Added Quiver **arrow-1.1** and **arrow-1.1-max** SVG models for enhanced vector graphics capabilities
* Made "obj" output optional in Hunyuan3D Text and Image to 3D nodes for improved workflow flexibility
* Corrected StabilityAI price badges for accurate API node pricing information

</Update>

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

**Performance & Memory**
**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
**Text generation**
- **LTX:** Added option to disable the default template in text generation nodes for more flexible prompt handling
- Introduced JsonExtractString node for JSON data manipulation in workflows

**Partner Nodes**
**Bug fixes**
- **Ernie Image:** Fixed incorrect class name — use `ErnieTEModel_` instead of `ErnieTEModel`

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

</Update>
Expand Down
17 changes: 16 additions & 1 deletion ja/changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,30 @@ translationSourceHash: c4a3b192
translationFrom: changelog/index.mdx, zh/changelog/index.mdx
---

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

**LTX テキスト生成**
* テキスト生成ノードで LTX モデル向けに `use_default_template` を実装

**パートナーノードの更新**
* ベクター描画を強化するため、Quiver の **arrow-1.1** / **arrow-1.1-max** SVG モデルを追加
* Hunyuan3D Text および Image to 3D ノードで「obj」出力を任意化し、ワークフローの柔軟性を向上
* API ノードの価格表示を正確にするため、StabilityAI の価格バッジを修正

</Update>

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

**パフォーマンスとメモリ**
- 量子化モデルの推論時に発生していた OOM の回帰を修正し、_apply() 処理のメモリ使用量を改善

**テキスト生成**
- テキスト生成ノードでデフォルトテンプレートを無効化するオプションを追加し、プロンプト処理の柔軟性を向上
- **LTX:** テキスト生成ノードでデフォルトテンプレートを無効化できるオプションを追加し、プロンプト処理の柔軟性を向上
- JsonExtractString ノードを追加し、ワークフロー内での JSON 文字列操作に対応

**バグ修正**
- **Ernie Image:** 誤ったクラス名を修正(`ErnieTEModel` ではなく `ErnieTEModel_` を使用)

**パートナーノード**
- SeeDance 2.0 モデルで 1080p 解像度に対応し、より高品質な動画生成を実現

Expand Down
17 changes: 16 additions & 1 deletion zh/changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,30 @@ description: "跟踪 ComfyUI 的最新功能、改进和错误修复。详细的
icon: "clock-rotate-left"
---

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

**LTX 文本生成**
* 在文本生成节点中为 LTX 模型实现了 `use_default_template` 功能

**合作伙伴节点更新**
* 新增 Quiver 的 **arrow-1.1** 与 **arrow-1.1-max** SVG 模型,增强矢量图形能力
* 在 Hunyuan3D Text 和 Image to 3D 节点中使 "obj" 输出变为可选,以提高工作流灵活性
* 修正了 StabilityAI 价格标识,确保 API 节点定价信息的准确性

</Update>

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

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

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

**Bug 修复**
- **Ernie Image:** 修正错误的类名,应使用 `ErnieTEModel_` 而非 `ErnieTEModel`

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

Expand Down
Loading