diff --git a/.github/scripts/cms/published-versions.json b/.github/scripts/cms/published-versions.json index a34d10dbb..4af156412 100644 --- a/.github/scripts/cms/published-versions.json +++ b/.github/scripts/cms/published-versions.json @@ -442,6 +442,34 @@ ], "published_at": "2026-07-19T03:16:21.011Z" }, + { + "project": "cloud", + "version": "0.28.3", + "locales": [ + "en", + "es", + "fr", + "ja", + "ko", + "ru", + "zh" + ], + "published_at": "2026-08-03T06:40:40.710Z" + }, + { + "project": "comfyui", + "version": "0.28.3", + "locales": [ + "en", + "es", + "fr", + "ja", + "ko", + "ru", + "zh" + ], + "published_at": "2026-08-03T06:38:37.165Z" + }, { "project": "comfyui", "version": "0.29.0", @@ -469,6 +497,48 @@ "zh" ], "published_at": "2026-07-31T13:20:22.647Z" + }, + { + "project": "cloud", + "version": "0.30.0", + "locales": [ + "en", + "es", + "fr", + "ja", + "ko", + "ru", + "zh" + ], + "published_at": "2026-08-03T07:00:16.206Z" + }, + { + "project": "comfyui", + "version": "0.30.0", + "locales": [ + "en", + "es", + "fr", + "ja", + "ko", + "ru", + "zh" + ], + "published_at": "2026-08-03T07:06:27.943Z" + }, + { + "project": "comfyui", + "version": "0.30.1", + "locales": [ + "en", + "es", + "fr", + "ja", + "ko", + "ru", + "zh" + ], + "published_at": "2026-08-03T07:04:59.023Z" } ] } diff --git a/.github/scripts/cms/staging/cloud/en/changelog/index.mdx b/.github/scripts/cms/staging/cloud/en/changelog/index.mdx index 0abe9d870..128d4d061 100644 --- a/.github/scripts/cms/staging/cloud/en/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/en/changelog/index.mdx @@ -4,6 +4,23 @@ cmsStaging: true --- + + +**New Open-Source Model Support** +* [**MiniMax-H3**](https://github.com/Comfy-Org/ComfyUI/pull/15224): Adds audio-video model support for MiniMax-H3 +* [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): PrunaVAED support for faster LTX 2.3 decoding + +**New Node Updates** +* [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): Adds CRF option to Save Video node +* [**SaveText CSV**](https://github.com/Comfy-Org/ComfyUI/pull/15217): SaveText node can now save .csv output +* [**VAEDecodeAudio**](https://github.com/Comfy-Org/ComfyUI/pull/15211): Handles decoding of nested audio latents + +**Partner Node Updates** +* [**xAI Grok Imagine Video 1.5**](https://github.com/Comfy-Org/ComfyUI/pull/15197): Updated xAI nodes for grok-imagine-video-1.5 support +* [**MiniMax H3 768P**](https://github.com/Comfy-Org/ComfyUI/pull/15227): Adds 768P resolution for MiniMax H3 nodes + + + **Partner Node Updates** @@ -32,6 +49,15 @@ cmsStaging: true + + +**Partner Node Updates** +* [**Gemini Video Omni**](https://github.com/Comfy-Org/ComfyUI/pull/15014): Pass videos as inline data in Gemini Omni partner node +* [**OpenRouter**](https://github.com/Comfy-Org/ComfyUI/pull/15021): New OpenRouter models +* [**Anthropic**](https://github.com/Comfy-Org/ComfyUI/pull/15023): New Anthropic models + + + **Partner 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 cf1cad298..decbc1f92 100644 --- a/.github/scripts/cms/staging/cloud/es/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/es/changelog/index.mdx @@ -4,6 +4,23 @@ cmsStaging: true --- + + +**Nuevo soporte de modelos de código abierto** +* [**MiniMax-H3**](https://github.com/Comfy-Org/ComfyUI/pull/15224): Añade soporte para el modelo de audio y vídeo MiniMax-H3 +* [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): Soporte de PrunaVAED para una decodificación LTX 2.3 más rápida + +**Nuevas actualizaciones de nodos** +* [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): Añade la opción CRF al nodo Save Video +* [**SaveText CSV**](https://github.com/Comfy-Org/ComfyUI/pull/15217): El nodo SaveText ahora puede guardar la salida en .csv +* [**VAEDecodeAudio**](https://github.com/Comfy-Org/ComfyUI/pull/15211): Gestiona la decodificación de latentes de audio anidados + +**Actualizaciones de nodos de socios** +* [**xAI Grok Imagine Video 1.5**](https://github.com/Comfy-Org/ComfyUI/pull/15197): Nodos xAI actualizados para dar soporte a grok-imagine-video-1.5 +* [**MiniMax H3 768P**](https://github.com/Comfy-Org/ComfyUI/pull/15227): Añade la resolución 768P para los nodos MiniMax H3 + + + **Actualizaciones de nodos de socios** @@ -32,6 +49,15 @@ cmsStaging: true + + +**Actualizaciones de nodos partner** +* [**Gemini Video Omni**](https://github.com/Comfy-Org/ComfyUI/pull/15014): Pasa videos como datos en línea en el nodo partner de Gemini Omni +* [**OpenRouter**](https://github.com/Comfy-Org/ComfyUI/pull/15021): Nuevos modelos de OpenRouter +* [**Anthropic**](https://github.com/Comfy-Org/ComfyUI/pull/15023): Nuevos modelos de Anthropic + + + **Actualizaciones de nodos asociados** diff --git a/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx b/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx index 8c0cebe61..e0098bf96 100644 --- a/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/fr/changelog/index.mdx @@ -4,6 +4,23 @@ cmsStaging: true --- + + +**Prise en charge de nouveaux modèles open-source** +* [**MiniMax-H3**](https://github.com/Comfy-Org/ComfyUI/pull/15224): Ajoute la prise en charge du modèle audio-vidéo pour MiniMax-H3 +* [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): Prise en charge de PrunaVAED pour un décodage LTX 2.3 plus rapide + +**Nouvelles mises à jour de nœuds** +* [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): Ajoute l'option CRF au nœud Save Video +* [**SaveText CSV**](https://github.com/Comfy-Org/ComfyUI/pull/15217): Le nœud SaveText peut désormais enregistrer la sortie .csv +* [**VAEDecodeAudio**](https://github.com/Comfy-Org/ComfyUI/pull/15211): Gère le décodage des latents audio imbriqués + +**Mises à jour des nœuds partenaires** +* [**xAI Grok Imagine Video 1.5**](https://github.com/Comfy-Org/ComfyUI/pull/15197): Nœuds xAI mis à jour pour la prise en charge de grok-imagine-video-1.5 +* [**MiniMax H3 768P**](https://github.com/Comfy-Org/ComfyUI/pull/15227): Ajoute la résolution 768P pour les nœuds MiniMax H3 + + + **Mises à jour des nœuds partenaires** @@ -32,6 +49,15 @@ cmsStaging: true + + +**Mises à jour des nœuds partenaires** +* [**Gemini Video Omni**](https://github.com/Comfy-Org/ComfyUI/pull/15014): Transmettre des vidéos en tant que données intégrées dans le nœud partenaire Gemini Omni +* [**OpenRouter**](https://github.com/Comfy-Org/ComfyUI/pull/15021): Nouveaux modèles OpenRouter +* [**Anthropic**](https://github.com/Comfy-Org/ComfyUI/pull/15023): Nouveaux modèles Anthropic + + + **Mises à jour des nœuds partenaires** diff --git a/.github/scripts/cms/staging/cloud/ja/changelog/index.mdx b/.github/scripts/cms/staging/cloud/ja/changelog/index.mdx index 3e2c7d9af..0e9afa179 100644 --- a/.github/scripts/cms/staging/cloud/ja/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/ja/changelog/index.mdx @@ -4,6 +4,23 @@ cmsStaging: true --- + + +**新しいオープンソースモデルのサポート** +* [**MiniMax-H3**](https://github.com/Comfy-Org/ComfyUI/pull/15224): MiniMax-H3オーディオ・ビデオモデルのサポートを追加 +* [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): PrunaVAEDサポートによりLTX 2.3のデコードを高速化 + +**新しいノード更新** +* [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): ビデオを保存ノードにCRFオプションを追加 +* [**SaveText CSV**](https://github.com/Comfy-Org/ComfyUI/pull/15217): SaveTextノードで.csv出力を保存可能に +* [**VAEDecodeAudio**](https://github.com/Comfy-Org/ComfyUI/pull/15211): ネストされたオーディオ潜在変数のデコードを処理 + +**パートナーノード更新** +* [**xAI Grok Imagine Video 1.5**](https://github.com/Comfy-Org/ComfyUI/pull/15197): grok-imagine-video-1.5サポート用にxAIノードを更新 +* [**MiniMax H3 768P**](https://github.com/Comfy-Org/ComfyUI/pull/15227): MiniMax H3ノードに768P解像度を追加 + + + **パートナーノードの更新** @@ -32,6 +49,15 @@ cmsStaging: true + + +**パートナーノードの更新** +* [**Gemini Video Omni**](https://github.com/Comfy-Org/ComfyUI/pull/15014): Gemini Omni パートナーノードでビデオをインラインデータとして渡す +* [**OpenRouter**](https://github.com/Comfy-Org/ComfyUI/pull/15021): OpenRouter の新モデル +* [**Anthropic**](https://github.com/Comfy-Org/ComfyUI/pull/15023): Anthropic の新モデル + + + **パートナーノード更新** diff --git a/.github/scripts/cms/staging/cloud/ko/changelog/index.mdx b/.github/scripts/cms/staging/cloud/ko/changelog/index.mdx index 030565b9f..ccf8af574 100644 --- a/.github/scripts/cms/staging/cloud/ko/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/ko/changelog/index.mdx @@ -4,6 +4,23 @@ cmsStaging: true --- + + +**새로운 오픈소스 모델 지원** +* [**MiniMax-H3**](https://github.com/Comfy-Org/ComfyUI/pull/15224): MiniMax-H3에 오디오-비디오 모델 지원 추가 +* [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): 더 빠른 LTX 2.3 디코딩을 위한 PrunaVAED 지원 + +**새로운 노드 업데이트** +* [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): Save Video 노드에 CRF 옵션 추가 +* [**SaveText CSV**](https://github.com/Comfy-Org/ComfyUI/pull/15217): SaveText 노드가 이제 .csv 출력을 저장할 수 있음 +* [**VAEDecodeAudio**](https://github.com/Comfy-Org/ComfyUI/pull/15211): 중첩된 오디오 잠재 표현의 디코딩 처리 + +**파트너 노드 업데이트** +* [**xAI Grok Imagine Video 1.5**](https://github.com/Comfy-Org/ComfyUI/pull/15197): grok-imagine-video-1.5 지원을 위해 xAI 노드 업데이트됨 +* [**MiniMax H3 768P**](https://github.com/Comfy-Org/ComfyUI/pull/15227): MiniMax H3 노드에 768P 해상도 추가 + + + **파트너 노드 업데이트** @@ -32,6 +49,15 @@ cmsStaging: true + + +**파트너 노드 업데이트** +* [**Gemini Video Omni**](https://github.com/Comfy-Org/ComfyUI/pull/15014): Gemini Omni 파트너 노드에서 비디오를 인라인 데이터로 전달 +* [**OpenRouter**](https://github.com/Comfy-Org/ComfyUI/pull/15021): 새로운 OpenRouter 모델 +* [**Anthropic**](https://github.com/Comfy-Org/ComfyUI/pull/15023): 새로운 Anthropic 모델 + + + **파트너 노드 업데이트** diff --git a/.github/scripts/cms/staging/cloud/ru/changelog/index.mdx b/.github/scripts/cms/staging/cloud/ru/changelog/index.mdx index 2f8f8d20f..d1c71f81d 100644 --- a/.github/scripts/cms/staging/cloud/ru/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/ru/changelog/index.mdx @@ -4,6 +4,23 @@ cmsStaging: true --- + + +**Поддержка новых моделей с открытым исходным кодом** +* [**MiniMax-H3**](https://github.com/Comfy-Org/ComfyUI/pull/15224): Добавлена поддержка аудио-видео модели MiniMax-H3 +* [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): Поддержка PrunaVAED для более быстрого декодирования LTX 2.3 + +**Обновления новых нод** +* [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): Добавлен параметр CRF в ноду Save Video +* [**SaveText CSV**](https://github.com/Comfy-Org/ComfyUI/pull/15217): Нода SaveText теперь может сохранять вывод в формате .csv +* [**VAEDecodeAudio**](https://github.com/Comfy-Org/ComfyUI/pull/15211): Обрабатывает декодирование вложенных аудио-латентов + +**Обновления партнёрских нод** +* [**xAI Grok Imagine Video 1.5**](https://github.com/Comfy-Org/ComfyUI/pull/15197): Обновлены ноды xAI для поддержки grok-imagine-video-1.5 +* [**MiniMax H3 768P**](https://github.com/Comfy-Org/ComfyUI/pull/15227): Добавлено разрешение 768P для нод MiniMax H3 + + + **Обновления партнёрских узлов** @@ -32,6 +49,15 @@ cmsStaging: true + + +**Обновления партнёрских узлов** +* [**Gemini Video Omni**](https://github.com/Comfy-Org/ComfyUI/pull/15014): Передача видео в виде встроенных данных в партнёрском узле Gemini Omni +* [**OpenRouter**](https://github.com/Comfy-Org/ComfyUI/pull/15021): Новые модели OpenRouter +* [**Anthropic**](https://github.com/Comfy-Org/ComfyUI/pull/15023): Новые модели Anthropic + + + **Обновления партнерских узлов** diff --git a/.github/scripts/cms/staging/cloud/zh/changelog/index.mdx b/.github/scripts/cms/staging/cloud/zh/changelog/index.mdx index b605c6007..06d0db3eb 100644 --- a/.github/scripts/cms/staging/cloud/zh/changelog/index.mdx +++ b/.github/scripts/cms/staging/cloud/zh/changelog/index.mdx @@ -4,6 +4,23 @@ cmsStaging: true --- + + +**新增开源模型支持** +* [**MiniMax-H3**](https://github.com/Comfy-Org/ComfyUI/pull/15224): 为 MiniMax-H3 新增音视频模型支持 +* [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): 支持 PrunaVAED,实现更快的 LTX 2.3 解码 + +**节点更新** +* [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): 为保存视频节点新增 CRF 选项 +* [**SaveText CSV**](https://github.com/Comfy-Org/ComfyUI/pull/15217): SaveText 节点现在可以保存 .csv 输出 +* [**VAEDecodeAudio**](https://github.com/Comfy-Org/ComfyUI/pull/15211): 处理嵌套音频潜空间的解码 + +**合作伙伴节点更新** +* [**xAI Grok Imagine Video 1.5**](https://github.com/Comfy-Org/ComfyUI/pull/15197): 已更新 xAI 节点以支持 grok-imagine-video-1.5 +* [**MiniMax H3 768P**](https://github.com/Comfy-Org/ComfyUI/pull/15227): 为 MiniMax H3 节点新增 768P 分辨率 + + + **合作伙伴节点更新** @@ -32,6 +49,15 @@ cmsStaging: true + + +**合作伙伴节点更新** +* [**Gemini Video Omni**](https://github.com/Comfy-Org/ComfyUI/pull/15014): 在 Gemini Omni 合作伙伴节点中以内联数据传递视频 +* [**OpenRouter**](https://github.com/Comfy-Org/ComfyUI/pull/15021): 新增 OpenRouter 模型 +* [**Anthropic**](https://github.com/Comfy-Org/ComfyUI/pull/15023): 新增 Anthropic 模型 + + + **合作伙伴节点更新** diff --git a/.github/scripts/cms/staging/en/changelog/index.mdx b/.github/scripts/cms/staging/en/changelog/index.mdx index 0abe9d870..47ac0875c 100644 --- a/.github/scripts/cms/staging/en/changelog/index.mdx +++ b/.github/scripts/cms/staging/en/changelog/index.mdx @@ -4,6 +4,30 @@ cmsStaging: true --- + + +**Performance & Stability** +* [**Frontend**](https://github.com/Comfy-Org/ComfyUI/pull/15244): Bumped comfyui-frontend-package to 1.47.12 + + + + + +**New Open-Source Model Support** +* [**MiniMax-H3**](https://links.comfy.org/3TuT9TO): Adds audio-video model support for MiniMax-H3 +* [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): PrunaVAED support for faster LTX 2.3 decoding + +**New Node Updates** +* [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): Adds CRF option to Save Video node +* [**SaveText CSV**](https://github.com/Comfy-Org/ComfyUI/pull/15217): SaveText node can now save .csv output +* [**VAEDecodeAudio**](https://github.com/Comfy-Org/ComfyUI/pull/15211): Handles decoding of nested audio latents + +**Partner Node Updates** +* [**xAI Grok Imagine Video 1.5**](https://github.com/Comfy-Org/ComfyUI/pull/15197): Updated xAI nodes for grok-imagine-video-1.5 support +* [**MiniMax H3 768P**](https://github.com/Comfy-Org/ComfyUI/pull/15227): Adds 768P resolution for MiniMax H3 nodes + + + **Partner Node Updates** @@ -32,6 +56,15 @@ cmsStaging: true + + +**Partner Node Updates** +* [**Gemini Video Omni**](https://github.com/Comfy-Org/ComfyUI/pull/15014): Pass videos as inline data in Gemini Omni partner node +* [**OpenRouter**](https://github.com/Comfy-Org/ComfyUI/pull/15021): New OpenRouter models +* [**Anthropic**](https://github.com/Comfy-Org/ComfyUI/pull/15023): New Anthropic models + + + **Partner Node Updates** diff --git a/.github/scripts/cms/staging/es/changelog/index.mdx b/.github/scripts/cms/staging/es/changelog/index.mdx index cf1cad298..f561e944f 100644 --- a/.github/scripts/cms/staging/es/changelog/index.mdx +++ b/.github/scripts/cms/staging/es/changelog/index.mdx @@ -4,6 +4,30 @@ cmsStaging: true --- + + +**Rendimiento y estabilidad** +* [**Frontend**](https://github.com/Comfy-Org/ComfyUI/pull/15244): Se actualizó comfyui-frontend-package a 1.47.12 + + + + + +**Nuevo soporte de modelos de código abierto** +* [**MiniMax-H3**](https://links.comfy.org/3TuT9TO): Añade soporte para el modelo de audio y vídeo MiniMax-H3 +* [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): Soporte de PrunaVAED para una decodificación LTX 2.3 más rápida + +**Nuevas actualizaciones de nodos** +* [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): Añade la opción CRF al nodo Save Video +* [**SaveText CSV**](https://github.com/Comfy-Org/ComfyUI/pull/15217): El nodo SaveText ahora puede guardar la salida en .csv +* [**VAEDecodeAudio**](https://github.com/Comfy-Org/ComfyUI/pull/15211): Gestiona la decodificación de latentes de audio anidados + +**Actualizaciones de nodos de socios** +* [**xAI Grok Imagine Video 1.5**](https://github.com/Comfy-Org/ComfyUI/pull/15197): Nodos xAI actualizados para dar soporte a grok-imagine-video-1.5 +* [**MiniMax H3 768P**](https://github.com/Comfy-Org/ComfyUI/pull/15227): Añade la resolución 768P para los nodos MiniMax H3 + + + **Actualizaciones de nodos de socios** @@ -32,6 +56,15 @@ cmsStaging: true + + +**Actualizaciones de nodos partner** +* [**Gemini Video Omni**](https://github.com/Comfy-Org/ComfyUI/pull/15014): Pasa videos como datos en línea en el nodo partner de Gemini Omni +* [**OpenRouter**](https://github.com/Comfy-Org/ComfyUI/pull/15021): Nuevos modelos de OpenRouter +* [**Anthropic**](https://github.com/Comfy-Org/ComfyUI/pull/15023): Nuevos modelos de Anthropic + + + **Actualizaciones de nodos asociados** diff --git a/.github/scripts/cms/staging/fr/changelog/index.mdx b/.github/scripts/cms/staging/fr/changelog/index.mdx index 8c0cebe61..33fbf2541 100644 --- a/.github/scripts/cms/staging/fr/changelog/index.mdx +++ b/.github/scripts/cms/staging/fr/changelog/index.mdx @@ -4,6 +4,30 @@ cmsStaging: true --- + + +**Performance et stabilité** +* [**Frontend**](https://github.com/Comfy-Org/ComfyUI/pull/15244): Mise à jour de comfyui-frontend-package vers 1.47.12 + + + + + +**Prise en charge de nouveaux modèles open-source** +* [**MiniMax-H3**](https://links.comfy.org/3TuT9TO): Ajoute la prise en charge du modèle audio-vidéo pour MiniMax-H3 +* [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): Prise en charge de PrunaVAED pour un décodage LTX 2.3 plus rapide + +**Nouvelles mises à jour de nœuds** +* [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): Ajoute l'option CRF au nœud Save Video +* [**SaveText CSV**](https://github.com/Comfy-Org/ComfyUI/pull/15217): Le nœud SaveText peut désormais enregistrer la sortie .csv +* [**VAEDecodeAudio**](https://github.com/Comfy-Org/ComfyUI/pull/15211): Gère le décodage des latents audio imbriqués + +**Mises à jour des nœuds partenaires** +* [**xAI Grok Imagine Video 1.5**](https://github.com/Comfy-Org/ComfyUI/pull/15197): Nœuds xAI mis à jour pour la prise en charge de grok-imagine-video-1.5 +* [**MiniMax H3 768P**](https://github.com/Comfy-Org/ComfyUI/pull/15227): Ajoute la résolution 768P pour les nœuds MiniMax H3 + + + **Mises à jour des nœuds partenaires** @@ -32,6 +56,15 @@ cmsStaging: true + + +**Mises à jour des nœuds partenaires** +* [**Gemini Video Omni**](https://github.com/Comfy-Org/ComfyUI/pull/15014): Transmettre des vidéos en tant que données intégrées dans le nœud partenaire Gemini Omni +* [**OpenRouter**](https://github.com/Comfy-Org/ComfyUI/pull/15021): Nouveaux modèles OpenRouter +* [**Anthropic**](https://github.com/Comfy-Org/ComfyUI/pull/15023): Nouveaux modèles Anthropic + + + **Mises à jour des nœuds partenaires** diff --git a/.github/scripts/cms/staging/ja/changelog/index.mdx b/.github/scripts/cms/staging/ja/changelog/index.mdx index 3e2c7d9af..7932ed020 100644 --- a/.github/scripts/cms/staging/ja/changelog/index.mdx +++ b/.github/scripts/cms/staging/ja/changelog/index.mdx @@ -4,6 +4,30 @@ cmsStaging: true --- + + +**パフォーマンスと安定性** +* [**Frontend**](https://github.com/Comfy-Org/ComfyUI/pull/15244): comfyui-frontend-package を 1.47.12 に更新しました。 + + + + + +**新しいオープンソースモデルのサポート** +* [**MiniMax-H3**](https://links.comfy.org/3TuT9TO): MiniMax-H3オーディオ・ビデオモデルのサポートを追加 +* [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): PrunaVAEDサポートによりLTX 2.3のデコードを高速化 + +**新しいノード更新** +* [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): ビデオを保存ノードにCRFオプションを追加 +* [**SaveText CSV**](https://github.com/Comfy-Org/ComfyUI/pull/15217): SaveTextノードで.csv出力を保存可能に +* [**VAEDecodeAudio**](https://github.com/Comfy-Org/ComfyUI/pull/15211): ネストされたオーディオ潜在変数のデコードを処理 + +**パートナーノード更新** +* [**xAI Grok Imagine Video 1.5**](https://github.com/Comfy-Org/ComfyUI/pull/15197): grok-imagine-video-1.5サポート用にxAIノードを更新 +* [**MiniMax H3 768P**](https://github.com/Comfy-Org/ComfyUI/pull/15227): MiniMax H3ノードに768P解像度を追加 + + + **パートナーノードの更新** @@ -32,6 +56,15 @@ cmsStaging: true + + +**パートナーノードの更新** +* [**Gemini Video Omni**](https://github.com/Comfy-Org/ComfyUI/pull/15014): Gemini Omni パートナーノードでビデオをインラインデータとして渡す +* [**OpenRouter**](https://github.com/Comfy-Org/ComfyUI/pull/15021): OpenRouter の新モデル +* [**Anthropic**](https://github.com/Comfy-Org/ComfyUI/pull/15023): Anthropic の新モデル + + + **パートナーノード更新** diff --git a/.github/scripts/cms/staging/ko/changelog/index.mdx b/.github/scripts/cms/staging/ko/changelog/index.mdx index 030565b9f..ef8865f54 100644 --- a/.github/scripts/cms/staging/ko/changelog/index.mdx +++ b/.github/scripts/cms/staging/ko/changelog/index.mdx @@ -4,6 +4,30 @@ cmsStaging: true --- + + +**성능 및 안정성** +* [**Frontend**](https://github.com/Comfy-Org/ComfyUI/pull/15244): comfyui-frontend-package를 1.47.12로 업데이트 + + + + + +**새로운 오픈소스 모델 지원** +* [**MiniMax-H3**](https://links.comfy.org/3TuT9TO): MiniMax-H3에 오디오-비디오 모델 지원 추가 +* [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): 더 빠른 LTX 2.3 디코딩을 위한 PrunaVAED 지원 + +**새로운 노드 업데이트** +* [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): Save Video 노드에 CRF 옵션 추가 +* [**SaveText CSV**](https://github.com/Comfy-Org/ComfyUI/pull/15217): SaveText 노드가 이제 .csv 출력을 저장할 수 있음 +* [**VAEDecodeAudio**](https://github.com/Comfy-Org/ComfyUI/pull/15211): 중첩된 오디오 잠재 표현의 디코딩 처리 + +**파트너 노드 업데이트** +* [**xAI Grok Imagine Video 1.5**](https://github.com/Comfy-Org/ComfyUI/pull/15197): grok-imagine-video-1.5 지원을 위해 xAI 노드 업데이트됨 +* [**MiniMax H3 768P**](https://github.com/Comfy-Org/ComfyUI/pull/15227): MiniMax H3 노드에 768P 해상도 추가 + + + **파트너 노드 업데이트** @@ -32,6 +56,15 @@ cmsStaging: true + + +**파트너 노드 업데이트** +* [**Gemini Video Omni**](https://github.com/Comfy-Org/ComfyUI/pull/15014): Gemini Omni 파트너 노드에서 비디오를 인라인 데이터로 전달 +* [**OpenRouter**](https://github.com/Comfy-Org/ComfyUI/pull/15021): 새로운 OpenRouter 모델 +* [**Anthropic**](https://github.com/Comfy-Org/ComfyUI/pull/15023): 새로운 Anthropic 모델 + + + **파트너 노드 업데이트** diff --git a/.github/scripts/cms/staging/ru/changelog/index.mdx b/.github/scripts/cms/staging/ru/changelog/index.mdx index 2f8f8d20f..19e58f7e7 100644 --- a/.github/scripts/cms/staging/ru/changelog/index.mdx +++ b/.github/scripts/cms/staging/ru/changelog/index.mdx @@ -4,6 +4,30 @@ cmsStaging: true --- + + +**Производительность и стабильность** +* [**Frontend**](https://github.com/Comfy-Org/ComfyUI/pull/15244): Обновлён comfyui-frontend-package до 1.47.12 + + + + + +**Поддержка новых моделей с открытым исходным кодом** +* [**MiniMax-H3**](https://links.comfy.org/3TuT9TO): Добавлена поддержка аудио-видео модели MiniMax-H3 +* [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): Поддержка PrunaVAED для более быстрого декодирования LTX 2.3 + +**Обновления новых нод** +* [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): Добавлен параметр CRF в ноду Save Video +* [**SaveText CSV**](https://github.com/Comfy-Org/ComfyUI/pull/15217): Нода SaveText теперь может сохранять вывод в формате .csv +* [**VAEDecodeAudio**](https://github.com/Comfy-Org/ComfyUI/pull/15211): Обрабатывает декодирование вложенных аудио-латентов + +**Обновления партнёрских нод** +* [**xAI Grok Imagine Video 1.5**](https://github.com/Comfy-Org/ComfyUI/pull/15197): Обновлены ноды xAI для поддержки grok-imagine-video-1.5 +* [**MiniMax H3 768P**](https://github.com/Comfy-Org/ComfyUI/pull/15227): Добавлено разрешение 768P для нод MiniMax H3 + + + **Обновления партнёрских узлов** @@ -32,6 +56,15 @@ cmsStaging: true + + +**Обновления партнёрских узлов** +* [**Gemini Video Omni**](https://github.com/Comfy-Org/ComfyUI/pull/15014): Передача видео в виде встроенных данных в партнёрском узле Gemini Omni +* [**OpenRouter**](https://github.com/Comfy-Org/ComfyUI/pull/15021): Новые модели OpenRouter +* [**Anthropic**](https://github.com/Comfy-Org/ComfyUI/pull/15023): Новые модели Anthropic + + + **Обновления партнерских узлов** diff --git a/.github/scripts/cms/staging/zh/changelog/index.mdx b/.github/scripts/cms/staging/zh/changelog/index.mdx index b605c6007..a4bd822c0 100644 --- a/.github/scripts/cms/staging/zh/changelog/index.mdx +++ b/.github/scripts/cms/staging/zh/changelog/index.mdx @@ -4,6 +4,30 @@ cmsStaging: true --- + + +**性能与稳定性** +* [**前端**](https://github.com/Comfy-Org/ComfyUI/pull/15244): 将 comfyui-frontend-package 升级至 1.47.12 + + + + + +**新增开源模型支持** +* [**MiniMax-H3**](https://links.comfy.org/3TuT9TO): 为 MiniMax-H3 新增音视频模型支持 +* [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): 支持 PrunaVAED,实现更快的 LTX 2.3 解码 + +**节点更新** +* [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): 为保存视频节点新增 CRF 选项 +* [**SaveText CSV**](https://github.com/Comfy-Org/ComfyUI/pull/15217): SaveText 节点现在可以保存 .csv 输出 +* [**VAEDecodeAudio**](https://github.com/Comfy-Org/ComfyUI/pull/15211): 处理嵌套音频潜空间的解码 + +**合作伙伴节点更新** +* [**xAI Grok Imagine Video 1.5**](https://github.com/Comfy-Org/ComfyUI/pull/15197): 已更新 xAI 节点以支持 grok-imagine-video-1.5 +* [**MiniMax H3 768P**](https://github.com/Comfy-Org/ComfyUI/pull/15227): 为 MiniMax H3 节点新增 768P 分辨率 + + + **合作伙伴节点更新** @@ -32,6 +56,15 @@ cmsStaging: true + + +**合作伙伴节点更新** +* [**Gemini Video Omni**](https://github.com/Comfy-Org/ComfyUI/pull/15014): 在 Gemini Omni 合作伙伴节点中以内联数据传递视频 +* [**OpenRouter**](https://github.com/Comfy-Org/ComfyUI/pull/15021): 新增 OpenRouter 模型 +* [**Anthropic**](https://github.com/Comfy-Org/ComfyUI/pull/15023): 新增 Anthropic 模型 + + + **合作伙伴节点更新** diff --git a/changelog/index.mdx b/changelog/index.mdx index 9a305ca9e..6300469aa 100644 --- a/changelog/index.mdx +++ b/changelog/index.mdx @@ -14,7 +14,7 @@ icon: "clock-rotate-left" **New Open-Source Model Support** -* [**MiniMax-H3**](https://github.com/Comfy-Org/ComfyUI/pull/15224): MiniMax-H3 audio-video model support (CORE-375) +* [**MiniMax-H3**](https://links.comfy.org/3TuT9TO): MiniMax-H3 audio-video model support (CORE-375) * [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): PrunaVAED support for faster LTX 2.3 decoding **New Nodes** diff --git a/ja/changelog/index.mdx b/ja/changelog/index.mdx index e0d0b0e6b..5437aa8c2 100644 --- a/ja/changelog/index.mdx +++ b/ja/changelog/index.mdx @@ -6,7 +6,7 @@ translationSourceHash: 982c793f translationFrom: changelog/index.mdx translationBlockHashes: "v0.30.1": c4818cfa - "v0.30.0": 4879519e + "v0.30.0": fba9c84f "v0.29.2": a168cef8 "v0.29.1": 3b558eb8 "v0.29.0": 7beaa255 @@ -114,6 +114,7 @@ translationBlockHashes: "v0.3.40": 24608eaf --- + **パフォーマンスと安定性** @@ -124,7 +125,7 @@ translationBlockHashes: **新規オープンソースモデルサポート** -* [**MiniMax-H3**](https://github.com/Comfy-Org/ComfyUI/pull/15224): MiniMax-H3 オーディオビデオモデルサポート (CORE-375) +* [**MiniMax-H3**](https://links.comfy.org/3TuT9TO): MiniMax-H3 オーディオビデオモデルサポート (CORE-375) * [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): より高速な LTX 2.3 デコードのための PrunaVAED サポート **新規ノード** diff --git a/ko/changelog/index.mdx b/ko/changelog/index.mdx index 79cbce647..90fbf1d69 100644 --- a/ko/changelog/index.mdx +++ b/ko/changelog/index.mdx @@ -6,7 +6,7 @@ translationSourceHash: 982c793f translationFrom: changelog/index.mdx translationBlockHashes: "v0.30.1": c4818cfa - "v0.30.0": 4879519e + "v0.30.0": fba9c84f "v0.29.2": a168cef8 "v0.29.1": 3b558eb8 "v0.29.0": 7beaa255 @@ -114,6 +114,7 @@ translationBlockHashes: "v0.3.40": 24608eaf --- + **성능 및 안정성** @@ -124,7 +125,7 @@ translationBlockHashes: **새로운 오픈소스 모델 지원** -* [**MiniMax-H3**](https://github.com/Comfy-Org/ComfyUI/pull/15224): MiniMax-H3 오디오-비디오 모델 지원 (CORE-375) +* [**MiniMax-H3**](https://links.comfy.org/3TuT9TO): MiniMax-H3 오디오-비디오 모델 지원 (CORE-375) * [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): 더 빠른 LTX 2.3 디코딩을 위한 PrunaVAED 지원 **새로운 노드** diff --git a/zh/changelog/index.mdx b/zh/changelog/index.mdx index d85dc4250..ce4958794 100644 --- a/zh/changelog/index.mdx +++ b/zh/changelog/index.mdx @@ -6,7 +6,7 @@ translationSourceHash: 982c793f translationFrom: changelog/index.mdx translationBlockHashes: "v0.30.1": c4818cfa - "v0.30.0": 4879519e + "v0.30.0": fba9c84f "v0.29.2": a168cef8 "v0.29.1": 3b558eb8 "v0.29.0": 7beaa255 @@ -114,6 +114,7 @@ translationBlockHashes: "v0.3.40": 24608eaf --- + **性能与稳定性** @@ -124,7 +125,7 @@ translationBlockHashes: **新增开源模型支持** -* [**MiniMax-H3**](https://github.com/Comfy-Org/ComfyUI/pull/15224):MiniMax-H3 音视频模型支持(CORE-375) +* [**MiniMax-H3**](https://links.comfy.org/3TuT9TO):MiniMax-H3 音视频模型支持(CORE-375) * [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129):支持 PrunaVAED,以实现更快的 LTX 2.3 解码 **新增节点**