From 795dc562891bc4507007e57a32ca3c32df3ca1a8 Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Wed, 12 Aug 2026 23:14:03 +0800 Subject: [PATCH 1/8] docs: add v0.32.0 changelog and publish CMS release notes --- .cursor/skills/cms-changelog-sync/SKILL.md | 8 ++--- .github/scripts/cms/README.md | 4 +-- .github/scripts/cms/cms-simplify-prompt.ts | 23 ++++++------- .github/scripts/cms/published-versions.json | 28 ++++++++++++++++ .../cms/staging/cloud/en/changelog/index.mdx | 18 ++++++++-- .../cms/staging/cloud/es/changelog/index.mdx | 18 ++++++++-- .../cms/staging/cloud/fr/changelog/index.mdx | 18 ++++++++-- .../cms/staging/cloud/ja/changelog/index.mdx | 18 ++++++++-- .../cms/staging/cloud/ko/changelog/index.mdx | 18 ++++++++-- .../cms/staging/cloud/ru/changelog/index.mdx | 18 ++++++++-- .../cms/staging/cloud/zh/changelog/index.mdx | 18 ++++++++-- .../cms/staging/en/changelog/index.mdx | 12 +++++++ .../cms/staging/es/changelog/index.mdx | 12 +++++++ .../cms/staging/fr/changelog/index.mdx | 12 +++++++ .../cms/staging/ja/changelog/index.mdx | 12 +++++++ .../cms/staging/ko/changelog/index.mdx | 12 +++++++ .../cms/staging/ru/changelog/index.mdx | 12 +++++++ .../cms/staging/zh/changelog/index.mdx | 12 +++++++ changelog/index.mdx | 33 +++++++++++++++++++ 19 files changed, 268 insertions(+), 38 deletions(-) diff --git a/.cursor/skills/cms-changelog-sync/SKILL.md b/.cursor/skills/cms-changelog-sync/SKILL.md index 79f511f4e..f73fe3b94 100644 --- a/.cursor/skills/cms-changelog-sync/SKILL.md +++ b/.cursor/skills/cms-changelog-sync/SKILL.md @@ -91,7 +91,7 @@ Config: `.github/scripts/cms/cms-config.json` → `simplify` |------|-------| | Total bullets per version | **up to 10** (`max_bullets_total: 10`) | | Section headings max | **3** (`max_sections: 3`) | -| Section order | **New Open-Source Model Support** → **New Node Updates** → **Partner Node Updates** | +| Section order | **New Open-Source Model Support** → **Partner Node Updates** → **New Node Updates** | | Words per version | ~60–120 | | Bullet format | `[**Name**](pr_url): 6–12 words with one key trait` | | PR links | **Keep** when source has them; never invent URLs | @@ -118,11 +118,11 @@ Example staging shape (placeholders only): **New Open-Source Model Support** * [**Model Name**](source_url): Short description with 1–2 traits from the release data -**New Node Updates** -* [**Node Name**](source_url): What the node does and why it matters - **Partner Node Updates** * [**Partner Node**](source_url): Partner scope and capability from the release data + +**New Node Updates** +* [**Node Name**](source_url): What the node does and why it matters ``` Sync adds header: `# ComfyUI vX.Y.Z` via `format-cms-content.ts`. diff --git a/.github/scripts/cms/README.md b/.github/scripts/cms/README.md index 5b19540f1..b759e85b6 100644 --- a/.github/scripts/cms/README.md +++ b/.github/scripts/cms/README.md @@ -98,9 +98,9 @@ Configured in `cms-config.json` → `simplify`: | Key | Default | Meaning | |-----|---------|---------| | `max_bullets_total` | **10** | Bullets for the **entire version** (not per section) | -| `max_sections` | **3** | `**New Open-Source Model Support**` → `**New Node Updates**` → `**Partner Node Updates**` (bold labels, not `##`) | +| `max_sections` | **3** | `**New Open-Source Model Support**` → `**Partner Node Updates**` → `**New Node Updates**` (bold labels, not `##`) | -- Section order is **fixed**: open-source models first, node updates second, partner nodes last +- Section order is **fixed**: open-source models first, partner nodes second, node updates last - Include **all meaningful New Nodes** entries from the docs changelog (workflows, output sockets, multimodal nodes) - Each bullet: **[**Name**](pr_url): 12–25 word description** — preserve model/node traits from source - **Keep PR links** when the source has them diff --git a/.github/scripts/cms/cms-simplify-prompt.ts b/.github/scripts/cms/cms-simplify-prompt.ts index 957d2af21..ef186a121 100644 --- a/.github/scripts/cms/cms-simplify-prompt.ts +++ b/.github/scripts/cms/cms-simplify-prompt.ts @@ -24,26 +24,27 @@ export const CMS_SIMPLIFY_SYSTEM_PROMPT = `You are an expert technical writer cr **Section order (mandatory — never reorder):** 1. \`**New Open-Source Model Support**\` — when the source lists new open-source models -2. \`**New Node Updates**\` — when the source has a **New Nodes** (or equivalent) section with user-facing additions -3. \`**Partner Node Updates**\` — when the source lists partner or API node updates; always last among these three +2. \`**Partner Node Updates**\` — when the source lists partner or API node updates; always immediately after open-source models +3. \`**New Node Updates**\` — when the source has a **New Nodes** (or equivalent) section with user-facing additions; last among these three -Never place Partner Node Updates before New Open-Source Model Support. Never merge categories into a flat list. Omit a section entirely if the source has no items for it. +Never place Partner Node Updates before New Open-Source Model Support. Never place New Node Updates before Partner Node Updates when both are present. Never merge categories into a flat list. Omit a section entirely if the source has no items for it. **New Open-Source Model Support:** - Include every open-source model from the source (within the bullet limit) - Do not drop models to make room for nodes or partner items - Preserve 1–2 distinguishing traits per model from the source (variants, sizes, encoder, modality, key capability) +**Partner Node Updates:** +- Include partner/API node additions or updates from the source +- Preserve scope or capability details when stated (e.g. number of new nodes, supported modality) +- Always the second section when open-source models are also present (right after Open-Source Model Support) + **New Node Updates:** - When the source has a **New Nodes** section, include meaningful user-facing entries (within the bullet limit) - Include: new workflow nodes, save/load or I/O improvements, multimodal or video node additions - Skip only entries that are minor plumbing with no user workflow impact (e.g. internal loader tweaks) - Use \`**New Node Updates**\` as the section label - -**Partner Node Updates:** -- Include partner/API node additions or updates from the source -- Preserve scope or capability details when stated (e.g. number of new nodes, supported modality) -- Always in the last section when other sections are present +- Always last among the three sections when present **Bullet format:** - Linked: * [**Name**](url_from_source): Description @@ -56,8 +57,8 @@ Never place Partner Node Updates before New Open-Source Model Support. Never mer **What to include (priority — matches section order):** 1. All open-source models from the source -2. All meaningful **New Nodes** entries -3. Partner/API node updates +2. Partner/API node updates +3. All meaningful **New Nodes** entries **What to drop:** - Minor fixes, refactors, dtype cleanups, internal tooling @@ -81,7 +82,7 @@ export function buildSimplifyUserPrompt( "Rewrite the release note below for an **in-app popup**.", "", `Hard limits: **${limits.maxBulletsTotal} bullets total**, **${limits.maxSections} section headings max**.`, - "Section order: New Open-Source Model Support → New Node Updates → Partner Node Updates (omit empty sections).", + "Section order: New Open-Source Model Support → Partner Node Updates → New Node Updates (omit empty sections).", "Section labels: **bold** (e.g. **Partner Node Updates**), not ## headings.", "Use only facts and links from the release data. Each bullet: **6–12 words** — one key trait, no filler.", "", diff --git a/.github/scripts/cms/published-versions.json b/.github/scripts/cms/published-versions.json index b8904da3f..489a43044 100644 --- a/.github/scripts/cms/published-versions.json +++ b/.github/scripts/cms/published-versions.json @@ -595,6 +595,34 @@ "zh" ], "published_at": "2026-08-08T05:14:50.243Z" + }, + { + "project": "cloud", + "version": "0.32.0", + "locales": [ + "en", + "es", + "fr", + "ja", + "ko", + "ru", + "zh" + ], + "published_at": "2026-08-12T15:12:55.199Z" + }, + { + "project": "comfyui", + "version": "0.32.0", + "locales": [ + "en", + "es", + "fr", + "ja", + "ko", + "ru", + "zh" + ], + "published_at": "2026-08-12T15:11:35.642Z" } ] } diff --git a/.github/scripts/cms/staging/cloud/en/changelog/index.mdx b/.github/scripts/cms/staging/cloud/en/changelog/index.mdx index 7f87bde29..e3ddb702d 100644 --- a/.github/scripts/cms/staging/cloud/en/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/en/changelog/index.mdx @@ -4,14 +4,26 @@ cmsStaging: true --- + + +**New Open-Source Model Support** +* [**LTX 2.5**](https://links.comfy.org/cloLTX2_5): Native support with STG, dual CFG, duration prediction + +**Partner Node Updates** +* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): Adds 3.0 and 3.0 Pro text-to-image and edit nodes +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): Text, image, and audio to video partner nodes +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): Adds support for the grok-imagine-image-2.0 model + + + **New Open-Source Model Support** -* [**Wan-Animate2**](https://links.comfy.org/3TAWMHV): Native Wan-Animate2 with pose/reference controls and optional pose-branch cache +* [**Wan-Animate2**](https://github.com/Comfy-Org/ComfyUI/pull/15362): Native Wan-Animate2 with pose/reference controls and optional pose-branch cache **Partner Node Updates** -* [**ByteDance SeeDance 2.5**](https://links.comfy.org/3RPYzbv): Added ByteDance SeeDance 2.5 model support -* [**Seedream 5.0 Layer Separation**](https://links.comfy.org/4hgRB9L): ByteDance Seedream 5.0 Pro Layer Separation Support +* [**ByteDance SeeDance 2.5**](https://links.comfy.org/4hW2fmz): Added ByteDance SeeDance 2.5 model support +* [**Seedream 5.0 Layer Separation**](https://github.com/Comfy-Org/ComfyUI/pull/15317): ByteDance Seedream 5.0 Pro Layer Separation Support * [**Reve deprecated**](https://github.com/Comfy-Org/ComfyUI/pull/15331): Reve partner nodes have been deprecated **New Node Updates** diff --git a/.github/scripts/cms/staging/cloud/es/changelog/index.mdx b/.github/scripts/cms/staging/cloud/es/changelog/index.mdx index 8d767fa16..44b4d65b3 100644 --- a/.github/scripts/cms/staging/cloud/es/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/es/changelog/index.mdx @@ -4,14 +4,26 @@ cmsStaging: true --- + + +**Nuevo soporte para modelos de código abierto** +* [**LTX 2.5**](https://links.comfy.org/cloLTX2_5): Soporte nativo con STG, CFG dual y predicción de duración + +**Actualizaciones de nodos asociados** +* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): Añade nodos de texto a imagen y edición para 3.0 y 3.0 Pro +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): Nodos asociados de texto, imagen y audio a video +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): Añade soporte para el modelo grok-imagine-image-2.0 + + + **Nuevo soporte para modelos de código abierto** -* [**Wan-Animate2**](https://links.comfy.org/3TAWMHV): Wan-Animate2 nativo con controles de pose/referencia y caché opcional de rama de pose +* [**Wan-Animate2**](https://github.com/Comfy-Org/ComfyUI/pull/15362): Wan-Animate2 nativo con controles de pose/referencia y caché opcional de rama de pose **Actualizaciones de nodos partner** -* [**ByteDance SeeDance 2.5**](https://links.comfy.org/3RPYzbv): Se añadió soporte para el modelo ByteDance SeeDance 2.5 -* [**Seedream 5.0 Layer Separation**](https://links.comfy.org/4hgRB9L): Soporte de separación de capas de ByteDance Seedream 5.0 Pro +* [**ByteDance SeeDance 2.5**](https://links.comfy.org/4hW2fmz): Se añadió soporte para el modelo ByteDance SeeDance 2.5 +* [**Seedream 5.0 Layer Separation**](https://github.com/Comfy-Org/ComfyUI/pull/15317): Soporte de separación de capas de ByteDance Seedream 5.0 Pro * [**Reve obsoleto**](https://github.com/Comfy-Org/ComfyUI/pull/15331): Los nodos partner de Reve han quedado obsoletos **Actualizaciones de nuevos nodos** diff --git a/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx b/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx index 259ba75da..75ab59b5e 100644 --- a/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx @@ -4,14 +4,26 @@ cmsStaging: true --- + + +**Nouveau support de modèles open-source** +* [**LTX 2.5**](https://links.comfy.org/cloLTX2_5): Prise en charge native avec STG, double CFG, prédiction de durée + +**Mises à jour des nœuds partenaires** +* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): Ajoute les nœuds 3.0 et 3.0 Pro de texte-vers-image et d'édition +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): Nœuds partenaires texte, image et audio vers vidéo +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): Ajoute la prise en charge du modèle grok-imagine-image-2.0 + + + **Nouveau support de modèles open source** -* [**Wan-Animate2**](https://links.comfy.org/3TAWMHV) : Wan-Animate2 natif avec contrôles de pose/référence et cache de branche de pose optionnel +* [**Wan-Animate2**](https://github.com/Comfy-Org/ComfyUI/pull/15362) : Wan-Animate2 natif avec contrôles de pose/référence et cache de branche de pose optionnel **Mises à jour des nœuds partenaires** -* [**ByteDance SeeDance 2.5**](https://links.comfy.org/3RPYzbv) : Ajout du support du modèle ByteDance SeeDance 2.5 -* [**Seedream 5.0 Layer Separation**](https://links.comfy.org/4hgRB9L) : Support de la séparation des calques ByteDance Seedream 5.0 Pro +* [**ByteDance SeeDance 2.5**](https://links.comfy.org/4hW2fmz) : Ajout du support du modèle ByteDance SeeDance 2.5 +* [**Seedream 5.0 Layer Separation**](https://github.com/Comfy-Org/ComfyUI/pull/15317) : Support de la séparation des calques ByteDance Seedream 5.0 Pro * [**Reve déprécié**](https://github.com/Comfy-Org/ComfyUI/pull/15331) : Les nœuds partenaires Reve ont été dépréciés **Nouvelles mises à jour de nœuds** diff --git a/.github/scripts/cms/staging/cloud/ja/changelog/index.mdx b/.github/scripts/cms/staging/cloud/ja/changelog/index.mdx index 9b4d0e7d7..5919e8e3a 100644 --- a/.github/scripts/cms/staging/cloud/ja/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/ja/changelog/index.mdx @@ -4,14 +4,26 @@ cmsStaging: true --- + + +**新規オープンソースモデルサポート** +* [**LTX 2.5**](https://links.comfy.org/cloLTX2_5): STG、デュアルCFG、再生時間予測を備えたネイティブサポート + +**パートナーノードの更新** +* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): 3.0および3.0 Proのテキストから画像への変換ノードと編集ノードを追加 +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): テキスト、画像、オーディオからビデオへのパートナーノード +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): grok-imagine-image-2.0モデルのサポートを追加 + + + **新規オープンソースモデルのサポート** -* [**Wan-Animate2**](https://links.comfy.org/3TAWMHV): Wan-Animate2をネイティブにサポートし、ポーズ/リファレンスコントロールとオプションのポーズブランチキャッシュを備えています。 +* [**Wan-Animate2**](https://github.com/Comfy-Org/ComfyUI/pull/15362): Wan-Animate2をネイティブにサポートし、ポーズ/リファレンスコントロールとオプションのポーズブランチキャッシュを備えています。 **パートナーノードの更新** -* [**ByteDance SeeDance 2.5**](https://links.comfy.org/3RPYzbv): ByteDance SeeDance 2.5モデルのサポートを追加しました。 -* [**Seedream 5.0 Layer Separation**](https://links.comfy.org/4hgRB9L): ByteDance Seedream 5.0 Pro のレイヤー分離サポート。 +* [**ByteDance SeeDance 2.5**](https://links.comfy.org/4hW2fmz): ByteDance SeeDance 2.5モデルのサポートを追加しました。 +* [**Seedream 5.0 Layer Separation**](https://github.com/Comfy-Org/ComfyUI/pull/15317): ByteDance Seedream 5.0 Pro のレイヤー分離サポート。 * [**Reve 非推奨**](https://github.com/Comfy-Org/ComfyUI/pull/15331): Reve パートナーノードは非推奨となりました。 **新規ノードの更新** diff --git a/.github/scripts/cms/staging/cloud/ko/changelog/index.mdx b/.github/scripts/cms/staging/cloud/ko/changelog/index.mdx index eec443f23..b0bef79c0 100644 --- a/.github/scripts/cms/staging/cloud/ko/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/ko/changelog/index.mdx @@ -4,14 +4,26 @@ cmsStaging: true --- + + +**새로운 오픈소스 모델 지원** +* [**LTX 2.5**](https://links.comfy.org/cloLTX2_5): STG, 이중 CFG, 재생 시간 예측을 포함한 네이티브 지원 + +**파트너 노드 업데이트** +* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): 3.0 및 3.0 Pro 텍스트 기반 이미지 생성 및 편집 노드 추가 +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): 텍스트, 이미지, 오디오를 비디오로 변환하는 파트너 노드 +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): grok-imagine-image-2.0 모델 지원 추가 + + + **새로운 오픈소스 모델 지원** -* [**Wan-Animate2**](https://links.comfy.org/3TAWMHV): 네이티브 Wan-Animate2, 포즈/참조 컨트롤 및 선택적 포즈 브랜치 캐시 포함 +* [**Wan-Animate2**](https://github.com/Comfy-Org/ComfyUI/pull/15362): 네이티브 Wan-Animate2, 포즈/참조 컨트롤 및 선택적 포즈 브랜치 캐시 포함 **파트너 노드 업데이트** -* [**ByteDance SeeDance 2.5**](https://links.comfy.org/3RPYzbv): ByteDance SeeDance 2.5 모델 지원 추가 -* [**Seedream 5.0 Layer Separation**](https://links.comfy.org/4hgRB9L): ByteDance Seedream 5.0 Pro 레이어 분리 지원 +* [**ByteDance SeeDance 2.5**](https://links.comfy.org/4hW2fmz): ByteDance SeeDance 2.5 모델 지원 추가 +* [**Seedream 5.0 Layer Separation**](https://github.com/Comfy-Org/ComfyUI/pull/15317): ByteDance Seedream 5.0 Pro 레이어 분리 지원 * [**Reve 지원 중단됨**](https://github.com/Comfy-Org/ComfyUI/pull/15331): Reve 파트너 노드가 지원 중단되었습니다 **새로운 노드 업데이트** diff --git a/.github/scripts/cms/staging/cloud/ru/changelog/index.mdx b/.github/scripts/cms/staging/cloud/ru/changelog/index.mdx index f2f711a9f..578808133 100644 --- a/.github/scripts/cms/staging/cloud/ru/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/ru/changelog/index.mdx @@ -4,14 +4,26 @@ cmsStaging: true --- + + +**Поддержка новых моделей с открытым исходным кодом** +* [**LTX 2.5**](https://links.comfy.org/cloLTX2_5): Нативная поддержка с STG, двойным CFG и предсказанием длительности + +**Обновления партнёрских узлов** +* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): Добавляет узлы для генерации изображений по тексту и редактирования для 3.0 и 3.0 Pro +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): Партнёрские узлы для преобразования текста, изображения и аудио в видео +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): Добавляет поддержку модели grok-imagine-image-2.0 + + + **Поддержка новых моделей с открытым исходным кодом** -* [**Wan-Animate2**](https://links.comfy.org/3TAWMHV): Нативная поддержка Wan-Animate2 с управлением позой/референсами и опциональным кэшем ветви позы +* [**Wan-Animate2**](https://github.com/Comfy-Org/ComfyUI/pull/15362): Нативная поддержка Wan-Animate2 с управлением позой/референсами и опциональным кэшем ветви позы **Обновления партнёрских узлов** -* [**ByteDance SeeDance 2.5**](https://links.comfy.org/3RPYzbv): Добавлена поддержка модели ByteDance SeeDance 2.5 -* [**Seedream 5.0 Layer Separation**](https://links.comfy.org/4hgRB9L): Поддержка разделения слоёв ByteDance Seedream 5.0 Pro +* [**ByteDance SeeDance 2.5**](https://links.comfy.org/4hW2fmz): Добавлена поддержка модели ByteDance SeeDance 2.5 +* [**Seedream 5.0 Layer Separation**](https://github.com/Comfy-Org/ComfyUI/pull/15317): Поддержка разделения слоёв ByteDance Seedream 5.0 Pro * [**Reve устарел**](https://github.com/Comfy-Org/ComfyUI/pull/15331): Партнёрские узлы Reve объявлены устаревшими **Новые узлы** diff --git a/.github/scripts/cms/staging/cloud/zh/changelog/index.mdx b/.github/scripts/cms/staging/cloud/zh/changelog/index.mdx index a7a0461b6..0020dddcb 100644 --- a/.github/scripts/cms/staging/cloud/zh/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/zh/changelog/index.mdx @@ -4,14 +4,26 @@ cmsStaging: true --- + + +**新增开源模型支持** +* [**LTX 2.5**](https://links.comfy.org/cloLTX2_5):原生支持 STG、双 CFG 和时长预测 + +**合作节点更新** +* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327):新增 3.0 和 3.0 Pro 的文生图与编辑节点 +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501):文本、图像和音频转视频合作节点 +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496):新增对 grok-imagine-image-2.0 模型的支持 + + + **新增开源模型支持** -* [**Wan-Animate2**](https://links.comfy.org/3TAWMHV): 原生 Wan-Animate2,带姿势/参考控制和可选姿势分支缓存 +* [**Wan-Animate2**](https://github.com/Comfy-Org/ComfyUI/pull/15362): 原生 Wan-Animate2,带姿势/参考控制和可选姿势分支缓存 **合作节点更新** -* [**ByteDance SeeDance 2.5**](https://links.comfy.org/3RPYzbv): 新增字节跳动 SeeDance 2.5 模型支持 -* [**Seedream 5.0 Layer Separation**](https://links.comfy.org/4hgRB9L): 字节跳动 Seedream 5.0 Pro 图层分离支持 +* [**ByteDance SeeDance 2.5**](https://links.comfy.org/4hW2fmz): 新增字节跳动 SeeDance 2.5 模型支持 +* [**Seedream 5.0 Layer Separation**](https://github.com/Comfy-Org/ComfyUI/pull/15317): 字节跳动 Seedream 5.0 Pro 图层分离支持 * [**Reve 已弃用**](https://github.com/Comfy-Org/ComfyUI/pull/15331): Reve 合作节点已被弃用 **新节点更新** diff --git a/.github/scripts/cms/staging/en/changelog/index.mdx b/.github/scripts/cms/staging/en/changelog/index.mdx index 962311078..3e75b2413 100644 --- a/.github/scripts/cms/staging/en/changelog/index.mdx +++ b/.github/scripts/cms/staging/en/changelog/index.mdx @@ -4,6 +4,18 @@ cmsStaging: true --- + + +**New Open-Source Model Support** +* [**LTX 2.5**](https://links.comfy.org/relLTX2_5): Native support with STG, dual CFG, duration prediction + +**Partner Node Updates** +* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): Adds 3.0 and 3.0 Pro text-to-image and edit nodes +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): Text, image, and audio to video partner nodes +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): Adds support for the grok-imagine-image-2.0 model + + + **New Open-Source Model Support** diff --git a/.github/scripts/cms/staging/es/changelog/index.mdx b/.github/scripts/cms/staging/es/changelog/index.mdx index 6712d2a2f..735d41b1c 100644 --- a/.github/scripts/cms/staging/es/changelog/index.mdx +++ b/.github/scripts/cms/staging/es/changelog/index.mdx @@ -4,6 +4,18 @@ cmsStaging: true --- + + +**Nuevo soporte para modelos de código abierto** +* [**LTX 2.5**](https://links.comfy.org/relLTX2_5): Soporte nativo con STG, CFG dual y predicción de duración + +**Actualizaciones de nodos asociados** +* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): Añade nodos de texto a imagen y edición para 3.0 y 3.0 Pro +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): Nodos asociados de texto, imagen y audio a video +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): Añade soporte para el modelo grok-imagine-image-2.0 + + + **Nuevo soporte para modelos de código abierto** diff --git a/.github/scripts/cms/staging/fr/changelog/index.mdx b/.github/scripts/cms/staging/fr/changelog/index.mdx index 102853208..907312db2 100644 --- a/.github/scripts/cms/staging/fr/changelog/index.mdx +++ b/.github/scripts/cms/staging/fr/changelog/index.mdx @@ -4,6 +4,18 @@ cmsStaging: true --- + + +**Nouveau support de modèles open-source** +* [**LTX 2.5**](https://links.comfy.org/relLTX2_5): Prise en charge native avec STG, double CFG, prédiction de durée + +**Mises à jour des nœuds partenaires** +* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): Ajoute les nœuds 3.0 et 3.0 Pro de texte-vers-image et d'édition +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): Nœuds partenaires texte, image et audio vers vidéo +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): Ajoute la prise en charge du modèle grok-imagine-image-2.0 + + + **Nouveau support de modèles open source** diff --git a/.github/scripts/cms/staging/ja/changelog/index.mdx b/.github/scripts/cms/staging/ja/changelog/index.mdx index 27721ae6a..09eba5751 100644 --- a/.github/scripts/cms/staging/ja/changelog/index.mdx +++ b/.github/scripts/cms/staging/ja/changelog/index.mdx @@ -4,6 +4,18 @@ cmsStaging: true --- + + +**新規オープンソースモデルサポート** +* [**LTX 2.5**](https://links.comfy.org/relLTX2_5): STG、デュアルCFG、再生時間予測を備えたネイティブサポート + +**パートナーノードの更新** +* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): 3.0および3.0 Proのテキストから画像への変換ノードと編集ノードを追加 +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): テキスト、画像、オーディオからビデオへのパートナーノード +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): grok-imagine-image-2.0モデルのサポートを追加 + + + **新規オープンソースモデルのサポート** diff --git a/.github/scripts/cms/staging/ko/changelog/index.mdx b/.github/scripts/cms/staging/ko/changelog/index.mdx index 6626e33c6..e337776ec 100644 --- a/.github/scripts/cms/staging/ko/changelog/index.mdx +++ b/.github/scripts/cms/staging/ko/changelog/index.mdx @@ -4,6 +4,18 @@ cmsStaging: true --- + + +**새로운 오픈소스 모델 지원** +* [**LTX 2.5**](https://links.comfy.org/relLTX2_5): STG, 이중 CFG, 재생 시간 예측을 포함한 네이티브 지원 + +**파트너 노드 업데이트** +* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): 3.0 및 3.0 Pro 텍스트 기반 이미지 생성 및 편집 노드 추가 +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): 텍스트, 이미지, 오디오를 비디오로 변환하는 파트너 노드 +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): grok-imagine-image-2.0 모델 지원 추가 + + + **새로운 오픈소스 모델 지원** diff --git a/.github/scripts/cms/staging/ru/changelog/index.mdx b/.github/scripts/cms/staging/ru/changelog/index.mdx index 866cc8c6d..887c9c695 100644 --- a/.github/scripts/cms/staging/ru/changelog/index.mdx +++ b/.github/scripts/cms/staging/ru/changelog/index.mdx @@ -4,6 +4,18 @@ cmsStaging: true --- + + +**Поддержка новых моделей с открытым исходным кодом** +* [**LTX 2.5**](https://links.comfy.org/relLTX2_5): Нативная поддержка с STG, двойным CFG и предсказанием длительности + +**Обновления партнёрских узлов** +* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): Добавляет узлы для генерации изображений по тексту и редактирования для 3.0 и 3.0 Pro +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): Партнёрские узлы для преобразования текста, изображения и аудио в видео +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): Добавляет поддержку модели grok-imagine-image-2.0 + + + **Поддержка новых моделей с открытым исходным кодом** diff --git a/.github/scripts/cms/staging/zh/changelog/index.mdx b/.github/scripts/cms/staging/zh/changelog/index.mdx index 530ffb737..f141ee1f3 100644 --- a/.github/scripts/cms/staging/zh/changelog/index.mdx +++ b/.github/scripts/cms/staging/zh/changelog/index.mdx @@ -4,6 +4,18 @@ cmsStaging: true --- + + +**新增开源模型支持** +* [**LTX 2.5**](https://links.comfy.org/relLTX2_5):原生支持 STG、双 CFG 和时长预测 + +**合作节点更新** +* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327):新增 3.0 和 3.0 Pro 的文生图与编辑节点 +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501):文本、图像和音频转视频合作节点 +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496):新增对 grok-imagine-image-2.0 模型的支持 + + + **新增开源模型支持** diff --git a/changelog/index.mdx b/changelog/index.mdx index 4e7df0de2..b7cd51544 100644 --- a/changelog/index.mdx +++ b/changelog/index.mdx @@ -4,6 +4,39 @@ description: "Track ComfyUI's latest features, improvements, and bug fixes. For icon: "clock-rotate-left" --- + + +**New Open-Source Model Support** +* [**LTX 2.5**](https://links.comfy.org/docLTX2_5): Native LTX 2.5 support with STG, dual CFG, and duration prediction + +**Partner Node Updates** +* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): Added Qwen-Image 3.0 and 3.0 Pro text-to-image and edit nodes +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): Added LTX 2.5 Text/Image/Audio to Video partner nodes +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): Added grok-imagine-image-2.0 model support + +**New Nodes** +* [**LTXV Spatio-Temporal Guidance**](https://github.com/Comfy-Org/ComfyUI/pull/15499): STG guidance for LTX video generation +* [**LTXV Modality Guidance**](https://github.com/Comfy-Org/ComfyUI/pull/15499): Audio/video coupling guidance for LTX +* [**LTXV Dual CFG Guider**](https://github.com/Comfy-Org/ComfyUI/pull/15499): Dual-CFG guider for LTX workflows +* [**LTXV Duration Predictor**](https://github.com/Comfy-Org/ComfyUI/pull/15499): Predict natural shot duration from caption tokens + +**Performance & Stability** +* [**PyTorch 2.7**](https://github.com/Comfy-Org/ComfyUI/pull/15413): Minimum officially supported PyTorch is now 2.7 +* [**MiniMax-H3 VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15446): Optimized MiniMax-H3 VAE +* [**Comfy kitchen attention**](https://github.com/Comfy-Org/ComfyUI/pull/15479): Implemented comfy kitchen attention +* [**MiniMax-H3 memory**](https://github.com/Comfy-Org/ComfyUI/pull/15486): Fixed peak memory issue with MiniMax-H3 +* [**ER-SDE scaler**](https://github.com/Comfy-Org/ComfyUI/pull/15428): Extended ER-SDE noise scaler by scaling h(t) +* [**Tokenizers**](https://github.com/Comfy-Org/ComfyUI/pull/15503): Mistral and Llama tokenizers no longer depend on transformers + +**Bug Fixes** +* [**Upscale models**](https://github.com/Comfy-Org/ComfyUI/pull/15437): Fixed upscale models breaking on non-dynamic low VRAM +* [**VAEDecodeTiled**](https://github.com/Comfy-Org/ComfyUI/pull/15477): Fixed crash on NestedTensor latents (MiniMax H3) +* [**Tiled audio decode**](https://github.com/Comfy-Org/ComfyUI/pull/15502): Fixed broken tiled audio decode +* [**CLIP Vision**](https://github.com/Comfy-Org/ComfyUI/pull/15506): Fixed CLIP Vision regression +* [**Create Layered Image**](https://github.com/Comfy-Org/ComfyUI/pull/15429): Made Create Layered Image discoverable with clearer flags + + + **New Open-Source Model Support** From 2157c0c3b1cec574a59f9953446cc72468f4c999 Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Wed, 12 Aug 2026 23:33:49 +0800 Subject: [PATCH 2/8] fix(cms): merge prepared versions into cloud staging instead of full copy Full-file copy was overwriting cloud-only tracking shortlinks on older releases (e.g. Wan-Animate2). Restore cloud v0.31.0 links from main. --- .cursor/skills/cms-changelog-sync/SKILL.md | 2 +- .github/scripts/cms/README.md | 2 + .github/scripts/cms/cms-staging-io.ts | 43 ++++++++++++++----- .github/scripts/cms/prepare-cms-changelog.ts | 38 ++++++++++++---- .../cms/staging/cloud/en/changelog/index.mdx | 6 +-- .../cms/staging/cloud/es/changelog/index.mdx | 6 +-- .../cms/staging/cloud/fr/changelog/index.mdx | 6 +-- .../cms/staging/cloud/ja/changelog/index.mdx | 6 +-- .../cms/staging/cloud/ko/changelog/index.mdx | 6 +-- .../cms/staging/cloud/ru/changelog/index.mdx | 6 +-- .../cms/staging/cloud/zh/changelog/index.mdx | 6 +-- 11 files changed, 85 insertions(+), 42 deletions(-) diff --git a/.cursor/skills/cms-changelog-sync/SKILL.md b/.cursor/skills/cms-changelog-sync/SKILL.md index f73fe3b94..79a2cdb8a 100644 --- a/.cursor/skills/cms-changelog-sync/SKILL.md +++ b/.cursor/skills/cms-changelog-sync/SKILL.md @@ -138,7 +138,7 @@ Same changelog content; Strapi `project` field and CMS header differ (`# ComfyUI | `comfyui` | `staging/{locale}/…` | `# ComfyUI vX.Y.Z` | | `cloud` | `staging/cloud/{locale}/…` | `# Cloud vX.Y.Z` | -Prepare runs LLM once on comfyui, then **copies staging to cloud**. Sync/publish must be project-scoped by agents: `--project comfyui` first, then `--project cloud` only after explicit cloud approval. +Prepare runs LLM once on comfyui, then **merges only the prepared version blocks into cloud** (does not overwrite older cloud-only tracking shortlinks). Sync/publish must be project-scoped by agents: `--project comfyui` first, then `--project cloud` only after explicit cloud approval. Single project: `--project comfyui`, `--project cloud`, or `CMS_PROJECT=`. diff --git a/.github/scripts/cms/README.md b/.github/scripts/cms/README.md index b759e85b6..ea99ebef1 100644 --- a/.github/scripts/cms/README.md +++ b/.github/scripts/cms/README.md @@ -60,6 +60,8 @@ Strapi drafts → publish → published-versions.json Each version is **saved immediately** after simplify/translate (safe to resume). +After prepare, secondary projects (cloud) **merge only the prepared `` blocks** from comfyui. Older cloud blocks (including project-specific tracking shortlinks) are left untouched. Do not full-file overwrite `staging/cloud/`. + ## Projects & attention | Project | CLI | Default attention | diff --git a/.github/scripts/cms/cms-staging-io.ts b/.github/scripts/cms/cms-staging-io.ts index 2f555c3f3..1b70bbf6d 100644 --- a/.github/scripts/cms/cms-staging-io.ts +++ b/.github/scripts/cms/cms-staging-io.ts @@ -2,14 +2,14 @@ * Shared read/write helpers for CMS staging MDX (per-version checkpoint). */ -import { copyFile, mkdir, readFile, writeFile } from "fs/promises"; +import { mkdir, readFile, writeFile } from "fs/promises"; import { dirname, join } from "path"; import { parseDocument, serializeUpdateBlocksDocument, sortUpdateBlocksByVersion, } from "../i18n/chunked-translate.ts"; -import { parseChangelogUpdates } from "./changelog-parse.ts"; +import { normalizeVersion, parseChangelogUpdates } from "./changelog-parse.ts"; import { configForProject, type CmsConfig } from "./cms-config.ts"; import { isEnoent, ROOT } from "./cms-env.ts"; @@ -66,12 +66,26 @@ export async function writeStagingCheckpoint( return output; } -/** Copy all locale staging files from one project to another (same changelog body). */ +/** + * Merge selected version blocks from one project's staging into another. + * + * Never replaces whole locale files: cloud may keep project-specific tracking + * shortlinks on older versions (e.g. clo* vs rel*). Only upsert the versions + * prepared in this run. + */ export async function copyProjectStaging( baseConfig: CmsConfig, fromProject: string, - toProject: string + toProject: string, + versions: string[] ): Promise { + const versionList = [ + ...new Set(versions.map((v) => normalizeVersion(v)).filter(Boolean)), + ]; + if (versionList.length === 0) { + return 0; + } + const fromConfig = configForProject(baseConfig, fromProject); const toConfig = configForProject(baseConfig, toProject); let copied = 0; @@ -81,15 +95,22 @@ export async function copyProjectStaging( const toLocale = toConfig.locales.find((l) => l.code === locale.code); if (!toLocale?.changelog) continue; - const fromPath = join(ROOT, locale.changelog); - const toPath = join(ROOT, toLocale.changelog); - try { - await readFile(fromPath, "utf-8"); - } catch { - continue; + const fromContent = await readStaging(locale.changelog); + if (!fromContent.trim()) continue; + + const blocksToMerge: Array<{ label: string; content: string }> = []; + for (const version of versionList) { + const block = blockForVersion(fromContent, version); + if (!block) continue; + blocksToMerge.push({ label: block.label, content: block.updateBlock }); } + if (blocksToMerge.length === 0) continue; + + const toPath = join(ROOT, toLocale.changelog); + const existing = await readStaging(toLocale.changelog); + const output = mergeStagingBlocks(existing, blocksToMerge); await mkdir(dirname(toPath), { recursive: true }); - await copyFile(fromPath, toPath); + await writeFile(toPath, output); copied++; } diff --git a/.github/scripts/cms/prepare-cms-changelog.ts b/.github/scripts/cms/prepare-cms-changelog.ts index 907e9b704..7ce5eb61d 100644 --- a/.github/scripts/cms/prepare-cms-changelog.ts +++ b/.github/scripts/cms/prepare-cms-changelog.ts @@ -103,7 +103,7 @@ async function prepareForProject( dryRun: boolean, force: boolean, explicitVersions: string[] -): Promise { +): Promise { const config = configForProject(baseConfig, projectId); const docsEnPath = join(ROOT, config.docs_en); @@ -113,7 +113,7 @@ async function prepareForProject( const incremental = incrementalVersionSet(); if (incremental && incremental.size === 0 && explicitVersions.length === 0) { console.log(`[${projectId}] No new blocks — nothing to prepare.`); - return; + return []; } const targetEntries = resolveTargetVersions( @@ -148,9 +148,10 @@ async function prepareForProject( if (entriesToPrepare.length === 0) { console.log(`[${projectId}] No versions to prepare (min=${config.min_version}).`); - return; + return []; } + const preparedVersions = entriesToPrepare.map((e) => e.version); const targetVersions = versionLabelsFromEntries(entriesToPrepare); const modeLabel = mode === "en-only" ? "simplify EN" : "translate locales"; console.log( @@ -172,7 +173,7 @@ async function prepareForProject( ); console.log(`[${projectId}] Staging: ${enStagingPath}`); console.log(`[${projectId}] Next: review staging EN, then pnpm cms:prepare:locales`); - return; + return preparedVersions; } // translate-only — read existing simplified EN staging (never re-simplify) @@ -212,6 +213,7 @@ async function prepareForProject( ); console.log(`[${projectId}] Staging: ${enStagingPath.replace("/en/", "/{locale}/")}`); console.log(`[${projectId}] Next: review staging locales, then pnpm cms:preview / cms:sync`); + return preparedVersions; } async function main(): Promise { @@ -232,14 +234,32 @@ async function main(): Promise { const [primary, ...secondary] = projects; - await prepareForProject(baseConfig, primary!, mode, dryRun, force, explicitVersions); + const preparedVersions = await prepareForProject( + baseConfig, + primary!, + mode, + dryRun, + force, + explicitVersions + ); for (const projectId of secondary) { - if (dryRun) { - console.log(`[${projectId}] Would copy staging from ${primary}`); + if (preparedVersions.length === 0) { + console.log(`[${projectId}] Skip staging merge — no versions prepared`); + } else if (dryRun) { + console.log( + `[${projectId}] Would merge v${preparedVersions.join(", v")} from ${primary} (leave other versions untouched)` + ); } else { - const copied = await copyProjectStaging(baseConfig, primary!, projectId); - console.log(`[${projectId}] Copied ${copied} staging file(s) from ${primary}`); + const copied = await copyProjectStaging( + baseConfig, + primary!, + projectId, + preparedVersions + ); + console.log( + `[${projectId}] Merged v${preparedVersions.join(", v")} into ${copied} staging file(s) from ${primary} (other versions untouched)` + ); } if (projects.length > 1) console.log(""); } diff --git a/.github/scripts/cms/staging/cloud/en/changelog/index.mdx b/.github/scripts/cms/staging/cloud/en/changelog/index.mdx index e3ddb702d..f290a4bde 100644 --- a/.github/scripts/cms/staging/cloud/en/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/en/changelog/index.mdx @@ -19,11 +19,11 @@ cmsStaging: true **New Open-Source Model Support** -* [**Wan-Animate2**](https://github.com/Comfy-Org/ComfyUI/pull/15362): Native Wan-Animate2 with pose/reference controls and optional pose-branch cache +* [**Wan-Animate2**](https://links.comfy.org/3TAWMHV): Native Wan-Animate2 with pose/reference controls and optional pose-branch cache **Partner Node Updates** -* [**ByteDance SeeDance 2.5**](https://links.comfy.org/4hW2fmz): Added ByteDance SeeDance 2.5 model support -* [**Seedream 5.0 Layer Separation**](https://github.com/Comfy-Org/ComfyUI/pull/15317): ByteDance Seedream 5.0 Pro Layer Separation Support +* [**ByteDance SeeDance 2.5**](https://links.comfy.org/3RPYzbv): Added ByteDance SeeDance 2.5 model support +* [**Seedream 5.0 Layer Separation**](https://links.comfy.org/4hgRB9L): ByteDance Seedream 5.0 Pro Layer Separation Support * [**Reve deprecated**](https://github.com/Comfy-Org/ComfyUI/pull/15331): Reve partner nodes have been deprecated **New Node Updates** diff --git a/.github/scripts/cms/staging/cloud/es/changelog/index.mdx b/.github/scripts/cms/staging/cloud/es/changelog/index.mdx index 44b4d65b3..3f7aa033c 100644 --- a/.github/scripts/cms/staging/cloud/es/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/es/changelog/index.mdx @@ -19,11 +19,11 @@ cmsStaging: true **Nuevo soporte para modelos de código abierto** -* [**Wan-Animate2**](https://github.com/Comfy-Org/ComfyUI/pull/15362): Wan-Animate2 nativo con controles de pose/referencia y caché opcional de rama de pose +* [**Wan-Animate2**](https://links.comfy.org/3TAWMHV): Wan-Animate2 nativo con controles de pose/referencia y caché opcional de rama de pose **Actualizaciones de nodos partner** -* [**ByteDance SeeDance 2.5**](https://links.comfy.org/4hW2fmz): Se añadió soporte para el modelo ByteDance SeeDance 2.5 -* [**Seedream 5.0 Layer Separation**](https://github.com/Comfy-Org/ComfyUI/pull/15317): Soporte de separación de capas de ByteDance Seedream 5.0 Pro +* [**ByteDance SeeDance 2.5**](https://links.comfy.org/3RPYzbv): Se añadió soporte para el modelo ByteDance SeeDance 2.5 +* [**Seedream 5.0 Layer Separation**](https://links.comfy.org/4hgRB9L): Soporte de separación de capas de ByteDance Seedream 5.0 Pro * [**Reve obsoleto**](https://github.com/Comfy-Org/ComfyUI/pull/15331): Los nodos partner de Reve han quedado obsoletos **Actualizaciones de nuevos nodos** diff --git a/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx b/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx index 75ab59b5e..f2424b26b 100644 --- a/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx @@ -19,11 +19,11 @@ cmsStaging: true **Nouveau support de modèles open source** -* [**Wan-Animate2**](https://github.com/Comfy-Org/ComfyUI/pull/15362) : Wan-Animate2 natif avec contrôles de pose/référence et cache de branche de pose optionnel +* [**Wan-Animate2**](https://links.comfy.org/3TAWMHV) : Wan-Animate2 natif avec contrôles de pose/référence et cache de branche de pose optionnel **Mises à jour des nœuds partenaires** -* [**ByteDance SeeDance 2.5**](https://links.comfy.org/4hW2fmz) : Ajout du support du modèle ByteDance SeeDance 2.5 -* [**Seedream 5.0 Layer Separation**](https://github.com/Comfy-Org/ComfyUI/pull/15317) : Support de la séparation des calques ByteDance Seedream 5.0 Pro +* [**ByteDance SeeDance 2.5**](https://links.comfy.org/3RPYzbv) : Ajout du support du modèle ByteDance SeeDance 2.5 +* [**Seedream 5.0 Layer Separation**](https://links.comfy.org/4hgRB9L) : Support de la séparation des calques ByteDance Seedream 5.0 Pro * [**Reve déprécié**](https://github.com/Comfy-Org/ComfyUI/pull/15331) : Les nœuds partenaires Reve ont été dépréciés **Nouvelles mises à jour de nœuds** diff --git a/.github/scripts/cms/staging/cloud/ja/changelog/index.mdx b/.github/scripts/cms/staging/cloud/ja/changelog/index.mdx index 5919e8e3a..2870e2412 100644 --- a/.github/scripts/cms/staging/cloud/ja/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/ja/changelog/index.mdx @@ -19,11 +19,11 @@ cmsStaging: true **新規オープンソースモデルのサポート** -* [**Wan-Animate2**](https://github.com/Comfy-Org/ComfyUI/pull/15362): Wan-Animate2をネイティブにサポートし、ポーズ/リファレンスコントロールとオプションのポーズブランチキャッシュを備えています。 +* [**Wan-Animate2**](https://links.comfy.org/3TAWMHV): Wan-Animate2をネイティブにサポートし、ポーズ/リファレンスコントロールとオプションのポーズブランチキャッシュを備えています。 **パートナーノードの更新** -* [**ByteDance SeeDance 2.5**](https://links.comfy.org/4hW2fmz): ByteDance SeeDance 2.5モデルのサポートを追加しました。 -* [**Seedream 5.0 Layer Separation**](https://github.com/Comfy-Org/ComfyUI/pull/15317): ByteDance Seedream 5.0 Pro のレイヤー分離サポート。 +* [**ByteDance SeeDance 2.5**](https://links.comfy.org/3RPYzbv): ByteDance SeeDance 2.5モデルのサポートを追加しました。 +* [**Seedream 5.0 Layer Separation**](https://links.comfy.org/4hgRB9L): ByteDance Seedream 5.0 Pro のレイヤー分離サポート。 * [**Reve 非推奨**](https://github.com/Comfy-Org/ComfyUI/pull/15331): Reve パートナーノードは非推奨となりました。 **新規ノードの更新** diff --git a/.github/scripts/cms/staging/cloud/ko/changelog/index.mdx b/.github/scripts/cms/staging/cloud/ko/changelog/index.mdx index b0bef79c0..167689cc4 100644 --- a/.github/scripts/cms/staging/cloud/ko/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/ko/changelog/index.mdx @@ -19,11 +19,11 @@ cmsStaging: true **새로운 오픈소스 모델 지원** -* [**Wan-Animate2**](https://github.com/Comfy-Org/ComfyUI/pull/15362): 네이티브 Wan-Animate2, 포즈/참조 컨트롤 및 선택적 포즈 브랜치 캐시 포함 +* [**Wan-Animate2**](https://links.comfy.org/3TAWMHV): 네이티브 Wan-Animate2, 포즈/참조 컨트롤 및 선택적 포즈 브랜치 캐시 포함 **파트너 노드 업데이트** -* [**ByteDance SeeDance 2.5**](https://links.comfy.org/4hW2fmz): ByteDance SeeDance 2.5 모델 지원 추가 -* [**Seedream 5.0 Layer Separation**](https://github.com/Comfy-Org/ComfyUI/pull/15317): ByteDance Seedream 5.0 Pro 레이어 분리 지원 +* [**ByteDance SeeDance 2.5**](https://links.comfy.org/3RPYzbv): ByteDance SeeDance 2.5 모델 지원 추가 +* [**Seedream 5.0 Layer Separation**](https://links.comfy.org/4hgRB9L): ByteDance Seedream 5.0 Pro 레이어 분리 지원 * [**Reve 지원 중단됨**](https://github.com/Comfy-Org/ComfyUI/pull/15331): Reve 파트너 노드가 지원 중단되었습니다 **새로운 노드 업데이트** diff --git a/.github/scripts/cms/staging/cloud/ru/changelog/index.mdx b/.github/scripts/cms/staging/cloud/ru/changelog/index.mdx index 578808133..920184734 100644 --- a/.github/scripts/cms/staging/cloud/ru/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/ru/changelog/index.mdx @@ -19,11 +19,11 @@ cmsStaging: true **Поддержка новых моделей с открытым исходным кодом** -* [**Wan-Animate2**](https://github.com/Comfy-Org/ComfyUI/pull/15362): Нативная поддержка Wan-Animate2 с управлением позой/референсами и опциональным кэшем ветви позы +* [**Wan-Animate2**](https://links.comfy.org/3TAWMHV): Нативная поддержка Wan-Animate2 с управлением позой/референсами и опциональным кэшем ветви позы **Обновления партнёрских узлов** -* [**ByteDance SeeDance 2.5**](https://links.comfy.org/4hW2fmz): Добавлена поддержка модели ByteDance SeeDance 2.5 -* [**Seedream 5.0 Layer Separation**](https://github.com/Comfy-Org/ComfyUI/pull/15317): Поддержка разделения слоёв ByteDance Seedream 5.0 Pro +* [**ByteDance SeeDance 2.5**](https://links.comfy.org/3RPYzbv): Добавлена поддержка модели ByteDance SeeDance 2.5 +* [**Seedream 5.0 Layer Separation**](https://links.comfy.org/4hgRB9L): Поддержка разделения слоёв ByteDance Seedream 5.0 Pro * [**Reve устарел**](https://github.com/Comfy-Org/ComfyUI/pull/15331): Партнёрские узлы Reve объявлены устаревшими **Новые узлы** diff --git a/.github/scripts/cms/staging/cloud/zh/changelog/index.mdx b/.github/scripts/cms/staging/cloud/zh/changelog/index.mdx index 0020dddcb..debb9e432 100644 --- a/.github/scripts/cms/staging/cloud/zh/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/zh/changelog/index.mdx @@ -19,11 +19,11 @@ cmsStaging: true **新增开源模型支持** -* [**Wan-Animate2**](https://github.com/Comfy-Org/ComfyUI/pull/15362): 原生 Wan-Animate2,带姿势/参考控制和可选姿势分支缓存 +* [**Wan-Animate2**](https://links.comfy.org/3TAWMHV): 原生 Wan-Animate2,带姿势/参考控制和可选姿势分支缓存 **合作节点更新** -* [**ByteDance SeeDance 2.5**](https://links.comfy.org/4hW2fmz): 新增字节跳动 SeeDance 2.5 模型支持 -* [**Seedream 5.0 Layer Separation**](https://github.com/Comfy-Org/ComfyUI/pull/15317): 字节跳动 Seedream 5.0 Pro 图层分离支持 +* [**ByteDance SeeDance 2.5**](https://links.comfy.org/3RPYzbv): 新增字节跳动 SeeDance 2.5 模型支持 +* [**Seedream 5.0 Layer Separation**](https://links.comfy.org/4hgRB9L): 字节跳动 Seedream 5.0 Pro 图层分离支持 * [**Reve 已弃用**](https://github.com/Comfy-Org/ComfyUI/pull/15331): Reve 合作节点已被弃用 **新节点更新** From b2b5e4d9bd79d9346a1db96a5a91896cfa32e589 Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Wed, 12 Aug 2026 23:43:54 +0800 Subject: [PATCH 3/8] docs(i18n): translate v0.32.0 changelog to zh, ja, ko --- ja/changelog/index.mdx | 36 +++++++++++++++++++++++++++++++++++- ko/changelog/index.mdx | 36 +++++++++++++++++++++++++++++++++++- zh/changelog/index.mdx | 36 +++++++++++++++++++++++++++++++++++- 3 files changed, 105 insertions(+), 3 deletions(-) diff --git a/ja/changelog/index.mdx b/ja/changelog/index.mdx index 4149a9ec8..c192340a7 100644 --- a/ja/changelog/index.mdx +++ b/ja/changelog/index.mdx @@ -2,9 +2,10 @@ title: "変更履歴" description: "ComfyUI の最新機能、改善点、およびバグ修正を追跡します。詳細なリリースノートについては、[GitHub リリースページ](https://github.com/Comfy-Org/ComfyUI/releases) をご覧ください。" icon: "clock-rotate-left" -translationSourceHash: f3793d10 +translationSourceHash: 273eee60 translationFrom: changelog/index.mdx translationBlockHashes: + "v0.32.0": d5cacc19 "v0.31.0": 6f21d8d8 "v0.30.2": 799f6feb "v0.30.1": c4818cfa @@ -116,6 +117,39 @@ translationBlockHashes: "v0.3.40": 24608eaf --- + + +**新たなオープンソースモデルのサポート** +* [**LTX 2.5**](https://links.comfy.org/docLTX2_5): STG、デュアルCFG、再生時間予測を備えたネイティブLTX 2.5サポート + +**パートナーノードの更新** +* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): Qwen-Image 3.0および3.0 Proのテキストから画像への変換ノードと編集ノードを追加しました +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): LTX 2.5のテキスト/画像/オーディオからビデオへのパートナーノードを追加しました +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): grok-imagine-image-2.0モデルのサポートを追加しました + +**新規ノード** +* [**LTXV Spatio-Temporal Guidance**](https://github.com/Comfy-Org/ComfyUI/pull/15499): LTXビデオ生成向けのSTGガイダンス +* [**LTXV Modality Guidance**](https://github.com/Comfy-Org/ComfyUI/pull/15499): LTX用のオーディオ/ビデオ結合ガイダンス +* [**LTXV Dual CFG Guider**](https://github.com/Comfy-Org/ComfyUI/pull/15499): LTXワークフロー用のデュアルCFGガイダー +* [**LTXV Duration Predictor**](https://github.com/Comfy-Org/ComfyUI/pull/15499): キャプショントークンから自然なショットの再生時間を予測します + +**パフォーマンスと安定性** +* [**PyTorch 2.7**](https://github.com/Comfy-Org/ComfyUI/pull/15413): 公式にサポートされる最小のPyTorchが2.7になりました +* [**MiniMax-H3 VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15446): MiniMax-H3 VAEを最適化しました +* [**Comfy kitchen attention**](https://github.com/Comfy-Org/ComfyUI/pull/15479): comfy kitchenアテンションを実装しました +* [**MiniMax-H3 memory**](https://github.com/Comfy-Org/ComfyUI/pull/15486): MiniMax-H3のピークメモリの問題を修正しました +* [**ER-SDE scaler**](https://github.com/Comfy-Org/ComfyUI/pull/15428): h(t)のスケーリングによりER-SDEノイズスケーラーを拡張しました +* [**Tokenizers**](https://github.com/Comfy-Org/ComfyUI/pull/15503): MistralおよびLlamaのトークナイザーはtransformersに依存しなくなりました + +**バグ修正** +* [**Upscale models**](https://github.com/Comfy-Org/ComfyUI/pull/15437): 非ダイナミックな低VRAM環境でアップスケールモデルが破損する問題を修正しました +* [**VAEDecodeTiled**](https://github.com/Comfy-Org/ComfyUI/pull/15477): NestedTensor latent(MiniMax H3)でのクラッシュを修正しました +* [**Tiled audio decode**](https://github.com/Comfy-Org/ComfyUI/pull/15502): 壊れたタイルオーディオデコードを修正しました +* [**CLIP Vision**](https://github.com/Comfy-Org/ComfyUI/pull/15506): CLIP Visionのリグレッションを修正しました +* [**Create Layered Image**](https://github.com/Comfy-Org/ComfyUI/pull/15429): より明確なフラグでCreate Layered Imageを発見しやすくしました + + + **新規オープンソースモデルサポート** diff --git a/ko/changelog/index.mdx b/ko/changelog/index.mdx index b623e47fb..b48383273 100644 --- a/ko/changelog/index.mdx +++ b/ko/changelog/index.mdx @@ -2,9 +2,10 @@ title: "변경 로그" description: "ComfyUI의 최신 기능, 개선 사항 및 버그 수정을 추적하세요. 자세한 릴리스 노트는 [Github 릴리스](https://github.com/Comfy-Org/ComfyUI/releases) 페이지를 참조하세요." icon: "clock-rotate-left" -translationSourceHash: f3793d10 +translationSourceHash: 273eee60 translationFrom: changelog/index.mdx translationBlockHashes: + "v0.32.0": d5cacc19 "v0.31.0": 6f21d8d8 "v0.30.2": 799f6feb "v0.30.1": c4818cfa @@ -116,6 +117,39 @@ translationBlockHashes: "v0.3.40": 24608eaf --- + + +**새로운 오픈소스 모델 지원** +* [**LTX 2.5**](https://links.comfy.org/docLTX2_5): STG, 이중 CFG, 재생 시간 예측을 갖춘 네이티브 LTX 2.5 지원 + +**파트너 노드 업데이트** +* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): Qwen-Image 3.0 및 3.0 Pro 텍스트 기반 이미지 생성 및 편집 노드를 추가했습니다. +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): LTX 2.5 텍스트/이미지/오디오 기반 비디오 생성 파트너 노드를 추가했습니다. +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): grok-imagine-image-2.0 모델 지원을 추가했습니다. + +**새 노드** +* [**LTXV Spatio-Temporal Guidance**](https://github.com/Comfy-Org/ComfyUI/pull/15499): LTX 비디오 생성을 위한 STG 가이드. +* [**LTXV Modality Guidance**](https://github.com/Comfy-Org/ComfyUI/pull/15499): LTX를 위한 오디오/비디오 결합 가이드. +* [**LTXV Dual CFG Guider**](https://github.com/Comfy-Org/ComfyUI/pull/15499): LTX 워크플로를 위한 이중 CFG 가이드. +* [**LTXV Duration Predictor**](https://github.com/Comfy-Org/ComfyUI/pull/15499): 캡션 토큰에서 자연스러운 샷 재생 시간을 예측합니다. + +**성능 및 안정성** +* [**PyTorch 2.7**](https://github.com/Comfy-Org/ComfyUI/pull/15413): 공식적으로 지원하는 최소 PyTorch 버전이 이제 2.7입니다. +* [**MiniMax-H3 VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15446): MiniMax-H3 VAE를 최적화했습니다. +* [**Comfy kitchen attention**](https://github.com/Comfy-Org/ComfyUI/pull/15479): Comfy kitchen 어텐션을 구현했습니다. +* [**MiniMax-H3 memory**](https://github.com/Comfy-Org/ComfyUI/pull/15486): MiniMax-H3의 최대 메모리 문제를 수정했습니다. +* [**ER-SDE scaler**](https://github.com/Comfy-Org/ComfyUI/pull/15428): ER-SDE 노이즈 스케일러를 h(t) 스케일링으로 확장했습니다. +* [**Tokenizers**](https://github.com/Comfy-Org/ComfyUI/pull/15503): Mistral 및 Llama 토크나이저가 더 이상 transformers에 의존하지 않습니다. + +**버그 수정** +* [**Upscale models**](https://github.com/Comfy-Org/ComfyUI/pull/15437): 비동적 낮은 VRAM 환경에서 업스케일 모델이 중단되던 문제를 수정했습니다. +* [**VAEDecodeTiled**](https://github.com/Comfy-Org/ComfyUI/pull/15477): NestedTensor latents (MiniMax H3)에서 발생하는 크래시를 수정했습니다. +* [**Tiled audio decode**](https://github.com/Comfy-Org/ComfyUI/pull/15502): 손상된 타일드 오디오 디코딩을 수정했습니다. +* [**CLIP Vision**](https://github.com/Comfy-Org/ComfyUI/pull/15506): CLIP Vision 회귀 문제를 수정했습니다. +* [**Create Layered Image**](https://github.com/Comfy-Org/ComfyUI/pull/15429): 더 명확한 플래그로 Create Layered Image를 검색 가능하게 만들었습니다. + + + **새로운 오픈소스 모델 지원** diff --git a/zh/changelog/index.mdx b/zh/changelog/index.mdx index cbc71240c..135391705 100644 --- a/zh/changelog/index.mdx +++ b/zh/changelog/index.mdx @@ -2,9 +2,10 @@ title: "更新日志" description: "跟踪 ComfyUI 的最新功能、改进和错误修复。详细的发布说明请查看 [Github releases](https://github.com/Comfy-Org/ComfyUI/releases) 页面。" icon: "clock-rotate-left" -translationSourceHash: f3793d10 +translationSourceHash: 273eee60 translationFrom: changelog/index.mdx translationBlockHashes: + "v0.32.0": d5cacc19 "v0.31.0": 6f21d8d8 "v0.30.2": 799f6feb "v0.30.1": c4818cfa @@ -116,6 +117,39 @@ translationBlockHashes: "v0.3.40": 24608eaf --- + + +**新增开源模型支持** +* [**LTX 2.5**](https://links.comfy.org/docLTX2_5):原生支持 LTX 2.5,包含 STG、双CFG 和时长预测 + +**合作节点更新** +* [**Qwen-Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327):新增了 Qwen-Image 3.0 和 3.0 Pro 文生图与编辑节点 +* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501):新增了 LTX 2.5 文本/图像/音频转视频合作节点 +* [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496):新增了 grok-imagine-image-2.0 模型支持 + +**新增节点** +* [**LTXV 时空引导**](https://github.com/Comfy-Org/ComfyUI/pull/15499):用于 LTX 视频生成的 STG 引导 +* [**LTXV 模态引导**](https://github.com/Comfy-Org/ComfyUI/pull/15499):用于 LTX 的音频/视频耦合引导 +* [**LTXV 双CFG引导器**](https://github.com/Comfy-Org/ComfyUI/pull/15499):用于 LTX 工作流的双CFG引导器 +* [**LTXV 时长预测器**](https://github.com/Comfy-Org/ComfyUI/pull/15499):根据文本令牌预测自然的镜头时长 + +**性能与稳定性** +* [**PyTorch 2.7**](https://github.com/Comfy-Org/ComfyUI/pull/15413):官方支持的最低 PyTorch 版本现为 2.7 +* [**MiniMax-H3 VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15446):优化了 MiniMax-H3 VAE +* [**Comfy kitchen attention**](https://github.com/Comfy-Org/ComfyUI/pull/15479):实现了 comfy kitchen 注意力 +* [**MiniMax-H3 内存**](https://github.com/Comfy-Org/ComfyUI/pull/15486):修复了 MiniMax-H3 的峰值内存问题 +* [**ER-SDE 缩放器**](https://github.com/Comfy-Org/ComfyUI/pull/15428):通过缩放 h(t) 扩展了 ER-SDE 噪波缩放器 +* [**Tokenizers**](https://github.com/Comfy-Org/ComfyUI/pull/15503):Mistral 和 Llama tokenizers 不再依赖 transformers + +**Bug 修复** +* [**Upscale 模型**](https://github.com/Comfy-Org/ComfyUI/pull/15437):修复了 upscale 模型在非动态低 VRAM 情况下崩溃的问题 +* [**VAEDecodeTiled**](https://github.com/Comfy-Org/ComfyUI/pull/15477):修复了 NestedTensor latents(MiniMax H3)崩溃的问题 +* [**分块音频解码**](https://github.com/Comfy-Org/ComfyUI/pull/15502):修复了分块音频解码失效的问题 +* [**CLIP Vision**](https://github.com/Comfy-Org/ComfyUI/pull/15506):修复了 CLIP Vision 的回归问题 +* [**Create Layered Image**](https://github.com/Comfy-Org/ComfyUI/pull/15429):通过更清晰的标志使 Create Layered Image 更易于被发现 + + + **新增开源模型支持** From 10ea7231101f4866db79a0db9790a7aaa4e6c669 Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Wed, 12 Aug 2026 23:45:19 +0800 Subject: [PATCH 4/8] fix(cms): update cloud v0.32.0 partner shortlinks for Qwen and LTX --- .github/scripts/cms/staging/cloud/en/changelog/index.mdx | 4 ++-- .github/scripts/cms/staging/cloud/es/changelog/index.mdx | 4 ++-- .github/scripts/cms/staging/cloud/fr/changelog/index.mdx | 4 ++-- .github/scripts/cms/staging/cloud/ja/changelog/index.mdx | 4 ++-- .github/scripts/cms/staging/cloud/ko/changelog/index.mdx | 4 ++-- .github/scripts/cms/staging/cloud/ru/changelog/index.mdx | 4 ++-- .github/scripts/cms/staging/cloud/zh/changelog/index.mdx | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/scripts/cms/staging/cloud/en/changelog/index.mdx b/.github/scripts/cms/staging/cloud/en/changelog/index.mdx index f290a4bde..b76325947 100644 --- a/.github/scripts/cms/staging/cloud/en/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/en/changelog/index.mdx @@ -10,8 +10,8 @@ cmsStaging: true * [**LTX 2.5**](https://links.comfy.org/cloLTX2_5): Native support with STG, dual CFG, duration prediction **Partner Node Updates** -* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): Adds 3.0 and 3.0 Pro text-to-image and edit nodes -* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): Text, image, and audio to video partner nodes +* [**Qwen Image 3.0**](https://links.comfy.org/45W0b6L): Adds 3.0 and 3.0 Pro text-to-image and edit nodes +* [**LTX 2.5**](https://links.comfy.org/3TV1HDB): Text, image, and audio to video partner nodes * [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): Adds support for the grok-imagine-image-2.0 model diff --git a/.github/scripts/cms/staging/cloud/es/changelog/index.mdx b/.github/scripts/cms/staging/cloud/es/changelog/index.mdx index 3f7aa033c..eed6a5a44 100644 --- a/.github/scripts/cms/staging/cloud/es/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/es/changelog/index.mdx @@ -10,8 +10,8 @@ cmsStaging: true * [**LTX 2.5**](https://links.comfy.org/cloLTX2_5): Soporte nativo con STG, CFG dual y predicción de duración **Actualizaciones de nodos asociados** -* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): Añade nodos de texto a imagen y edición para 3.0 y 3.0 Pro -* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): Nodos asociados de texto, imagen y audio a video +* [**Qwen Image 3.0**](https://links.comfy.org/45W0b6L): Añade nodos de texto a imagen y edición para 3.0 y 3.0 Pro +* [**LTX 2.5**](https://links.comfy.org/3TV1HDB): Nodos asociados de texto, imagen y audio a video * [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): Añade soporte para el modelo grok-imagine-image-2.0 diff --git a/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx b/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx index f2424b26b..983295265 100644 --- a/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx @@ -10,8 +10,8 @@ cmsStaging: true * [**LTX 2.5**](https://links.comfy.org/cloLTX2_5): Prise en charge native avec STG, double CFG, prédiction de durée **Mises à jour des nœuds partenaires** -* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): Ajoute les nœuds 3.0 et 3.0 Pro de texte-vers-image et d'édition -* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): Nœuds partenaires texte, image et audio vers vidéo +* [**Qwen Image 3.0**](https://links.comfy.org/45W0b6L): Ajoute les nœuds 3.0 et 3.0 Pro de texte-vers-image et d'édition +* [**LTX 2.5**](https://links.comfy.org/3TV1HDB): Nœuds partenaires texte, image et audio vers vidéo * [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): Ajoute la prise en charge du modèle grok-imagine-image-2.0 diff --git a/.github/scripts/cms/staging/cloud/ja/changelog/index.mdx b/.github/scripts/cms/staging/cloud/ja/changelog/index.mdx index 2870e2412..2de86b71e 100644 --- a/.github/scripts/cms/staging/cloud/ja/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/ja/changelog/index.mdx @@ -10,8 +10,8 @@ cmsStaging: true * [**LTX 2.5**](https://links.comfy.org/cloLTX2_5): STG、デュアルCFG、再生時間予測を備えたネイティブサポート **パートナーノードの更新** -* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): 3.0および3.0 Proのテキストから画像への変換ノードと編集ノードを追加 -* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): テキスト、画像、オーディオからビデオへのパートナーノード +* [**Qwen Image 3.0**](https://links.comfy.org/45W0b6L): 3.0および3.0 Proのテキストから画像への変換ノードと編集ノードを追加 +* [**LTX 2.5**](https://links.comfy.org/3TV1HDB): テキスト、画像、オーディオからビデオへのパートナーノード * [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): grok-imagine-image-2.0モデルのサポートを追加 diff --git a/.github/scripts/cms/staging/cloud/ko/changelog/index.mdx b/.github/scripts/cms/staging/cloud/ko/changelog/index.mdx index 167689cc4..23b8741cf 100644 --- a/.github/scripts/cms/staging/cloud/ko/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/ko/changelog/index.mdx @@ -10,8 +10,8 @@ cmsStaging: true * [**LTX 2.5**](https://links.comfy.org/cloLTX2_5): STG, 이중 CFG, 재생 시간 예측을 포함한 네이티브 지원 **파트너 노드 업데이트** -* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): 3.0 및 3.0 Pro 텍스트 기반 이미지 생성 및 편집 노드 추가 -* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): 텍스트, 이미지, 오디오를 비디오로 변환하는 파트너 노드 +* [**Qwen Image 3.0**](https://links.comfy.org/45W0b6L): 3.0 및 3.0 Pro 텍스트 기반 이미지 생성 및 편집 노드 추가 +* [**LTX 2.5**](https://links.comfy.org/3TV1HDB): 텍스트, 이미지, 오디오를 비디오로 변환하는 파트너 노드 * [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): grok-imagine-image-2.0 모델 지원 추가 diff --git a/.github/scripts/cms/staging/cloud/ru/changelog/index.mdx b/.github/scripts/cms/staging/cloud/ru/changelog/index.mdx index 920184734..4ab54024e 100644 --- a/.github/scripts/cms/staging/cloud/ru/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/ru/changelog/index.mdx @@ -10,8 +10,8 @@ cmsStaging: true * [**LTX 2.5**](https://links.comfy.org/cloLTX2_5): Нативная поддержка с STG, двойным CFG и предсказанием длительности **Обновления партнёрских узлов** -* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327): Добавляет узлы для генерации изображений по тексту и редактирования для 3.0 и 3.0 Pro -* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501): Партнёрские узлы для преобразования текста, изображения и аудио в видео +* [**Qwen Image 3.0**](https://links.comfy.org/45W0b6L): Добавляет узлы для генерации изображений по тексту и редактирования для 3.0 и 3.0 Pro +* [**LTX 2.5**](https://links.comfy.org/3TV1HDB): Партнёрские узлы для преобразования текста, изображения и аудио в видео * [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496): Добавляет поддержку модели grok-imagine-image-2.0 diff --git a/.github/scripts/cms/staging/cloud/zh/changelog/index.mdx b/.github/scripts/cms/staging/cloud/zh/changelog/index.mdx index debb9e432..d6ebf3d50 100644 --- a/.github/scripts/cms/staging/cloud/zh/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/zh/changelog/index.mdx @@ -10,8 +10,8 @@ cmsStaging: true * [**LTX 2.5**](https://links.comfy.org/cloLTX2_5):原生支持 STG、双 CFG 和时长预测 **合作节点更新** -* [**Qwen Image 3.0**](https://github.com/Comfy-Org/ComfyUI/pull/15327):新增 3.0 和 3.0 Pro 的文生图与编辑节点 -* [**LTX 2.5**](https://github.com/Comfy-Org/ComfyUI/pull/15501):文本、图像和音频转视频合作节点 +* [**Qwen Image 3.0**](https://links.comfy.org/45W0b6L):新增 3.0 和 3.0 Pro 的文生图与编辑节点 +* [**LTX 2.5**](https://links.comfy.org/3TV1HDB):文本、图像和音频转视频合作节点 * [**Grok Imagine Image 2.0**](https://github.com/Comfy-Org/ComfyUI/pull/15496):新增对 grok-imagine-image-2.0 模型的支持 From f9261ae236209eb0fcaacb9cdfce80c3ee986c4a Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Wed, 12 Aug 2026 23:45:28 +0800 Subject: [PATCH 5/8] chore(cms): refresh cloud v0.32.0 published_at timestamp --- .github/scripts/cms/published-versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/cms/published-versions.json b/.github/scripts/cms/published-versions.json index 489a43044..dc5ad9588 100644 --- a/.github/scripts/cms/published-versions.json +++ b/.github/scripts/cms/published-versions.json @@ -608,7 +608,7 @@ "ru", "zh" ], - "published_at": "2026-08-12T15:12:55.199Z" + "published_at": "2026-08-12T15:44:56.000Z" }, { "project": "comfyui", From 941884b30f283972c703fc091cf2b7ab7fc5525c Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Wed, 12 Aug 2026 23:50:46 +0800 Subject: [PATCH 6/8] fix(cms): address review on FR date and section-order wording --- .cursor/skills/cms-changelog-sync/SKILL.md | 2 +- .github/scripts/cms/cms-simplify-prompt.ts | 6 +++--- .github/scripts/cms/published-versions.json | 4 ++-- .github/scripts/cms/staging/cloud/fr/changelog/index.mdx | 2 +- .github/scripts/cms/staging/fr/changelog/index.mdx | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.cursor/skills/cms-changelog-sync/SKILL.md b/.cursor/skills/cms-changelog-sync/SKILL.md index 79a2cdb8a..76b4774ab 100644 --- a/.cursor/skills/cms-changelog-sync/SKILL.md +++ b/.cursor/skills/cms-changelog-sync/SKILL.md @@ -138,7 +138,7 @@ Same changelog content; Strapi `project` field and CMS header differ (`# ComfyUI | `comfyui` | `staging/{locale}/…` | `# ComfyUI vX.Y.Z` | | `cloud` | `staging/cloud/{locale}/…` | `# Cloud vX.Y.Z` | -Prepare runs LLM once on comfyui, then **merges only the prepared version blocks into cloud** (does not overwrite older cloud-only tracking shortlinks). Sync/publish must be project-scoped by agents: `--project comfyui` first, then `--project cloud` only after explicit cloud approval. +When prepare targets both projects, it runs the LLM once on comfyui, then **merges only the prepared version blocks into cloud** (does not overwrite older cloud-only tracking shortlinks). With `--project cloud` alone, cloud is prepared directly. Sync/publish must be project-scoped by agents: `--project comfyui` first, then `--project cloud` only after explicit cloud approval. Single project: `--project comfyui`, `--project cloud`, or `CMS_PROJECT=`. diff --git a/.github/scripts/cms/cms-simplify-prompt.ts b/.github/scripts/cms/cms-simplify-prompt.ts index ef186a121..bda9fd454 100644 --- a/.github/scripts/cms/cms-simplify-prompt.ts +++ b/.github/scripts/cms/cms-simplify-prompt.ts @@ -24,10 +24,10 @@ export const CMS_SIMPLIFY_SYSTEM_PROMPT = `You are an expert technical writer cr **Section order (mandatory — never reorder):** 1. \`**New Open-Source Model Support**\` — when the source lists new open-source models -2. \`**Partner Node Updates**\` — when the source lists partner or API node updates; always immediately after open-source models -3. \`**New Node Updates**\` — when the source has a **New Nodes** (or equivalent) section with user-facing additions; last among these three +2. \`**Partner Node Updates**\` — when the source lists partner or API node updates; when open-source models are also present, place this immediately after them +3. \`**New Node Updates**\` — when the source has a **New Nodes** (or equivalent) section with user-facing additions; last among these three when present -Never place Partner Node Updates before New Open-Source Model Support. Never place New Node Updates before Partner Node Updates when both are present. Never merge categories into a flat list. Omit a section entirely if the source has no items for it. +Emit only sections that have source items, in the order above. When open-source models are absent, Partner Node Updates may lead. Never place Partner Node Updates before New Open-Source Model Support when both are present. Never place New Node Updates before Partner Node Updates when both are present. Never merge categories into a flat list. Omit a section entirely if the source has no items for it. **New Open-Source Model Support:** - Include every open-source model from the source (within the bullet limit) diff --git a/.github/scripts/cms/published-versions.json b/.github/scripts/cms/published-versions.json index dc5ad9588..db64baf33 100644 --- a/.github/scripts/cms/published-versions.json +++ b/.github/scripts/cms/published-versions.json @@ -608,7 +608,7 @@ "ru", "zh" ], - "published_at": "2026-08-12T15:44:56.000Z" + "published_at": "2026-08-12T15:50:17.011Z" }, { "project": "comfyui", @@ -622,7 +622,7 @@ "ru", "zh" ], - "published_at": "2026-08-12T15:11:35.642Z" + "published_at": "2026-08-12T15:49:27.833Z" } ] } diff --git a/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx b/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx index 983295265..bdd389d19 100644 --- a/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx @@ -4,7 +4,7 @@ cmsStaging: true --- - + **Nouveau support de modèles open-source** * [**LTX 2.5**](https://links.comfy.org/cloLTX2_5): Prise en charge native avec STG, double CFG, prédiction de durée diff --git a/.github/scripts/cms/staging/fr/changelog/index.mdx b/.github/scripts/cms/staging/fr/changelog/index.mdx index 907312db2..81e57368d 100644 --- a/.github/scripts/cms/staging/fr/changelog/index.mdx +++ b/.github/scripts/cms/staging/fr/changelog/index.mdx @@ -4,7 +4,7 @@ cmsStaging: true --- - + **Nouveau support de modèles open-source** * [**LTX 2.5**](https://links.comfy.org/relLTX2_5): Prise en charge native avec STG, double CFG, prédiction de durée From 51add9cbff6aa763a8736dd5b622dd8950122cb2 Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Wed, 12 Aug 2026 23:53:40 +0800 Subject: [PATCH 7/8] docs(cms): make New Node Updates optional in popup simplify by default --- .cursor/skills/cms-changelog-sync/SKILL.md | 12 ++++++++---- .github/scripts/cms/README.md | 8 ++++---- .github/scripts/cms/cms-simplify-prompt.ts | 20 ++++++++++---------- 3 files changed, 22 insertions(+), 18 deletions(-) diff --git a/.cursor/skills/cms-changelog-sync/SKILL.md b/.cursor/skills/cms-changelog-sync/SKILL.md index 76b4774ab..33f19a450 100644 --- a/.cursor/skills/cms-changelog-sync/SKILL.md +++ b/.cursor/skills/cms-changelog-sync/SKILL.md @@ -91,12 +91,12 @@ Config: `.github/scripts/cms/cms-config.json` → `simplify` |------|-------| | Total bullets per version | **up to 10** (`max_bullets_total: 10`) | | Section headings max | **3** (`max_sections: 3`) | -| Section order | **New Open-Source Model Support** → **Partner Node Updates** → **New Node Updates** | +| Section order | **New Open-Source Model Support** → **Partner Node Updates** → **New Node Updates** (optional) | | Words per version | ~60–120 | | Bullet format | `[**Name**](pr_url): 6–12 words with one key trait` | | PR links | **Keep** when source has them; never invent URLs | -| New Node Updates | Include meaningful entries from source **New Nodes** section (workflows, sockets, multimodal nodes) | -| Drop | Bug fixes, performance, pure Load3D plumbing, internal refactors, **ComfyUI-WIKI dependency bumps** (see below) | +| New Node Updates | **Optional by default.** Omit from CMS popup even if docs has **New Nodes**; add only when a human explicitly asks | +| Drop | Bug fixes, performance, pure Load3D plumbing, internal refactors, **ComfyUI-WIKI dependency bumps** (see below), and New Nodes unless requested | Style: principle-only prompt in `cms-simplify-prompt.ts` (no concrete version examples — avoids LLM contamination). @@ -112,7 +112,7 @@ When curating `changelog/index.mdx` from ComfyUI git history, **do not add bulle Also omit standalone **frontend package semver bumps** unless tied to a user-visible fix worth its own bullet. CMS simplify must never promote WIKI-only items into popup copy even if they appear in the full docs block. -Example staging shape (placeholders only): +Example staging shape (placeholders only). **New Node Updates** is optional and usually omitted: ```markdown **New Open-Source Model Support** @@ -120,7 +120,11 @@ Example staging shape (placeholders only): **Partner Node Updates** * [**Partner Node**](source_url): Partner scope and capability from the release data +``` + +Only when a human asks to include nodes: +```markdown **New Node Updates** * [**Node Name**](source_url): What the node does and why it matters ``` diff --git a/.github/scripts/cms/README.md b/.github/scripts/cms/README.md index ea99ebef1..014deacd4 100644 --- a/.github/scripts/cms/README.md +++ b/.github/scripts/cms/README.md @@ -100,13 +100,13 @@ Configured in `cms-config.json` → `simplify`: | Key | Default | Meaning | |-----|---------|---------| | `max_bullets_total` | **10** | Bullets for the **entire version** (not per section) | -| `max_sections` | **3** | `**New Open-Source Model Support**` → `**Partner Node Updates**` → `**New Node Updates**` (bold labels, not `##`) | +| `max_sections` | **3** | `**New Open-Source Model Support**` → `**Partner Node Updates**` → optional `**New Node Updates**` (bold labels, not `##`) | -- Section order is **fixed**: open-source models first, partner nodes second, node updates last -- Include **all meaningful New Nodes** entries from the docs changelog (workflows, output sockets, multimodal nodes) +- Section order is **fixed** when present: open-source models first, partner nodes second, node updates last +- **New Node Updates is optional by default.** Omit from the CMS popup even if docs has New Nodes; include only when a human explicitly asks - Each bullet: **[**Name**](pr_url): 12–25 word description** — preserve model/node traits from source - **Keep PR links** when the source has them -- **Drop** performance tweaks, minor fixes, Load3D/UI housekeeping +- **Drop** performance tweaks, minor fixes, Load3D/UI housekeeping, and New Nodes unless requested - English only (Step 1): `pnpm cms:prepare:en -- --force v0.25.0` - Translate only (Step 2): `pnpm cms:prepare:locales -- --force v0.25.0` — reads existing `staging/en/`, never re-simplifies diff --git a/.github/scripts/cms/cms-simplify-prompt.ts b/.github/scripts/cms/cms-simplify-prompt.ts index bda9fd454..4af436464 100644 --- a/.github/scripts/cms/cms-simplify-prompt.ts +++ b/.github/scripts/cms/cms-simplify-prompt.ts @@ -25,13 +25,13 @@ export const CMS_SIMPLIFY_SYSTEM_PROMPT = `You are an expert technical writer cr **Section order (mandatory — never reorder):** 1. \`**New Open-Source Model Support**\` — when the source lists new open-source models 2. \`**Partner Node Updates**\` — when the source lists partner or API node updates; when open-source models are also present, place this immediately after them -3. \`**New Node Updates**\` — when the source has a **New Nodes** (or equivalent) section with user-facing additions; last among these three when present +3. \`**New Node Updates**\` — **optional**; omit by default even if the source has a **New Nodes** section Emit only sections that have source items, in the order above. When open-source models are absent, Partner Node Updates may lead. Never place Partner Node Updates before New Open-Source Model Support when both are present. Never place New Node Updates before Partner Node Updates when both are present. Never merge categories into a flat list. Omit a section entirely if the source has no items for it. **New Open-Source Model Support:** - Include every open-source model from the source (within the bullet limit) -- Do not drop models to make room for nodes or partner items +- Do not drop models to make room for partner items - Preserve 1–2 distinguishing traits per model from the source (variants, sizes, encoder, modality, key capability) **Partner Node Updates:** @@ -39,12 +39,10 @@ Emit only sections that have source items, in the order above. When open-source - Preserve scope or capability details when stated (e.g. number of new nodes, supported modality) - Always the second section when open-source models are also present (right after Open-Source Model Support) -**New Node Updates:** -- When the source has a **New Nodes** section, include meaningful user-facing entries (within the bullet limit) -- Include: new workflow nodes, save/load or I/O improvements, multimodal or video node additions -- Skip only entries that are minor plumbing with no user workflow impact (e.g. internal loader tweaks) -- Use \`**New Node Updates**\` as the section label -- Always last among the three sections when present +**New Node Updates (optional — default omit):** +- **Default: do not emit this section.** Docs changelog may list New Nodes; the CMS popup does not need them. +- Only include \`**New Node Updates**\` when the user message explicitly asks to include new nodes (or equivalent). Otherwise skip the whole section even if the source has **New Nodes**. +- When explicitly requested: include meaningful user-facing entries (within the bullet limit); last among the three sections; skip minor plumbing with no workflow impact **Bullet format:** - Linked: * [**Name**](url_from_source): Description @@ -58,9 +56,10 @@ Emit only sections that have source items, in the order above. When open-source **What to include (priority — matches section order):** 1. All open-source models from the source 2. Partner/API node updates -3. All meaningful **New Nodes** entries +3. **New Nodes only if the user message explicitly requests them** (otherwise omit) **What to drop:** +- **New Node Updates / New Nodes** by default (unless explicitly requested in the user message) - Minor fixes, refactors, dtype cleanups, internal tooling - Pure loader/plumbing changes with no workflow impact - Performance, stability, API housekeeping, console logging @@ -82,7 +81,8 @@ export function buildSimplifyUserPrompt( "Rewrite the release note below for an **in-app popup**.", "", `Hard limits: **${limits.maxBulletsTotal} bullets total**, **${limits.maxSections} section headings max**.`, - "Section order: New Open-Source Model Support → Partner Node Updates → New Node Updates (omit empty sections).", + "Section order: New Open-Source Model Support → Partner Node Updates → (optional) New Node Updates.", + "Omit **New Node Updates** by default even if the source has New Nodes, unless this message explicitly asks to include them.", "Section labels: **bold** (e.g. **Partner Node Updates**), not ## headings.", "Use only facts and links from the release data. Each bullet: **6–12 words** — one key trait, no filler.", "", From 5c963b056ab5cf26616a060a7b554b73a28903ce Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Wed, 12 Aug 2026 23:53:52 +0800 Subject: [PATCH 8/8] docs(cms): note optional New Nodes in docs-vs-CMS table --- .cursor/skills/cms-changelog-sync/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.cursor/skills/cms-changelog-sync/SKILL.md b/.cursor/skills/cms-changelog-sync/SKILL.md index 33f19a450..8ce84d381 100644 --- a/.cursor/skills/cms-changelog-sync/SKILL.md +++ b/.cursor/skills/cms-changelog-sync/SKILL.md @@ -296,5 +296,6 @@ When user asks to update CMS release notes: |--|-----------|-----------| | Source | `changelog/index.mdx` | `staging/en/…` | | Length | Full detail | 3–5 bullets | +| New Nodes | Keep in full changelog | **Optional**; omit by default unless a human asks | | i18n | `zh/changelog/` etc. | `staging/zh/` etc. | | Deploy | Mintlify | Strapi draft → publish |