Skip to content

Commit 99a2320

Browse files
comfy-pr-botdante01yoongithub-actions
authored
1.47.0 (#12850)
Minor version increment to 1.47.0 **Base branch:** `main` --------- Co-authored-by: dante01yoon <6510430+dante01yoon@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com>
1 parent 2b0bcda commit 99a2320

13 files changed

Lines changed: 338 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@comfyorg/comfyui-frontend",
3-
"version": "1.46.14",
3+
"version": "1.47.0",
44
"private": true,
55
"description": "Official front-end implementation of ComfyUI",
66
"homepage": "https://comfy.org",

src/locales/ar/nodeDefs.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2904,6 +2904,10 @@
29042904
"name": "الصوت",
29052905
"tooltip": "الصوت الذي سيتم إضافته للفيديو."
29062906
},
2907+
"bit_depth": {
2908+
"name": "bit_depth",
2909+
"tooltip": "عمق البت للفيديو المُنشأ. عمق ١٠ بت يحافظ على تدرجات أكثر سلاسة مع تقليل التدرج اللوني، لكن بعض المشغلات والعُقد اللاحقة قد لا تدعمه."
2910+
},
29072911
"fps": {
29082912
"name": "الإطارات في الثانية"
29092913
},
@@ -5220,6 +5224,10 @@
52205224
"2": {
52215225
"name": "معدل_الإطارات",
52225226
"tooltip": null
5227+
},
5228+
"3": {
5229+
"name": "bit_depth",
5230+
"tooltip": null
52235231
}
52245232
}
52255233
},
@@ -19586,6 +19594,22 @@
1958619594
}
1958719595
}
1958819596
},
19597+
"TripoImportModelNode": {
19598+
"description": "استيراد نموذج ثلاثي الأبعاد خارجي (مثلاً من Rodin، Hunyuan3D أو ملف محلي) إلى Tripo لاستخدامه مع عُقد المعالجة اللاحقة في Tripo: الإكساء، التحريك، التحويل. يُوصى باستخدام GLB: تبقى الخامات محفوظة فقط إذا كانت مضمنة داخل الملف. يرجى ملاحظة أن إكساء نموذج مستورد يتطلب مطالبة إكساء.",
19599+
"display_name": "Tripo: استيراد نموذج",
19600+
"inputs": {
19601+
"model_3d": {
19602+
"name": "model_3d",
19603+
"tooltip": "نموذج ثلاثي الأبعاد للاستيراد (GLB / FBX / OBJ / STL، حتى ١٥٠ ميجابايت). ملفات OBJ و STL لا تحتوي على خامات مضمنة."
19604+
}
19605+
},
19606+
"outputs": {
19607+
"0": {
19608+
"name": "model task_id",
19609+
"tooltip": null
19610+
}
19611+
}
19612+
},
1958919613
"TripoMultiviewToModelNode": {
1959019614
"display_name": "Tripo: متعدد المناظر إلى نموذج",
1959119615
"inputs": {
@@ -20054,6 +20078,10 @@
2005420078
"texture_alignment": {
2005520079
"name": "محاذاة_الملمس"
2005620080
},
20081+
"texture_prompt": {
20082+
"name": "texture_prompt",
20083+
"tooltip": "إرشادات نصية اختيارية للإكساء. مطلوبة عملياً للنماذج المستوردة (Tripo: استيراد نموذج)، والتي لا تحتوي على صورة مصدر لاستنتاج الألوان منها."
20084+
},
2005720085
"texture_quality": {
2005820086
"name": "جودة_الملمس"
2005920087
},

src/locales/en/nodeDefs.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2910,6 +2910,10 @@
29102910
"audio": {
29112911
"name": "audio",
29122912
"tooltip": "The audio to add to the video."
2913+
},
2914+
"bit_depth": {
2915+
"name": "bit_depth",
2916+
"tooltip": "Bit depth of the created video. 10-bit keeps smoother gradients with less banding, but some players and downstream nodes may not support it."
29132917
}
29142918
},
29152919
"outputs": {
@@ -5093,7 +5097,7 @@
50935097
},
50945098
"GetVideoComponents": {
50955099
"display_name": "Get Video Components",
5096-
"description": "Extracts all components from a video: frames, audio, and framerate.",
5100+
"description": "Extracts all components from a video: frames, audio, framerate, and bit depth.",
50975101
"inputs": {
50985102
"video": {
50995103
"name": "video",
@@ -5112,6 +5116,10 @@
51125116
"2": {
51135117
"name": "fps",
51145118
"tooltip": null
5119+
},
5120+
"3": {
5121+
"name": "bit_depth",
5122+
"tooltip": null
51155123
}
51165124
}
51175125
},
@@ -19586,6 +19594,22 @@
1958619594
}
1958719595
}
1958819596
},
19597+
"TripoImportModelNode": {
19598+
"display_name": "Tripo: Import Model",
19599+
"description": "Import an external 3D model (e.g. from Rodin, Hunyuan3D or a local file) into Tripo to use it with Tripo's post-processing nodes: Texture, Rig, Convert. GLB is recommended: textures survive import only when embedded in the file. Note that texturing an imported model requires a texture prompt.",
19600+
"inputs": {
19601+
"model_3d": {
19602+
"name": "model_3d",
19603+
"tooltip": "3D model to import (GLB / FBX / OBJ / STL, up to 150 MB). OBJ and STL files carry no embedded textures."
19604+
}
19605+
},
19606+
"outputs": {
19607+
"0": {
19608+
"name": "model task_id",
19609+
"tooltip": null
19610+
}
19611+
}
19612+
},
1958919613
"TripoMultiviewToModelNode": {
1959019614
"display_name": "Tripo: Multiview to Model",
1959119615
"inputs": {
@@ -20059,6 +20083,10 @@
2005920083
},
2006020084
"texture_alignment": {
2006120085
"name": "texture_alignment"
20086+
},
20087+
"texture_prompt": {
20088+
"name": "texture_prompt",
20089+
"tooltip": "Optional text guidance for texturing. Required in practice for imported models (Tripo: Import Model), which carry no source image to infer colors from."
2006220090
}
2006320091
},
2006420092
"outputs": {

src/locales/es/nodeDefs.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2904,6 +2904,10 @@
29042904
"name": "audio",
29052905
"tooltip": "El audio que se añadirá al video."
29062906
},
2907+
"bit_depth": {
2908+
"name": "bit_depth",
2909+
"tooltip": "Profundidad de bits del video creado. 10 bits mantiene gradientes más suaves con menos bandas, pero algunos reproductores y nodos posteriores pueden no soportarlo."
2910+
},
29072911
"fps": {
29082912
"name": "fps"
29092913
},
@@ -5220,6 +5224,10 @@
52205224
"2": {
52215225
"name": "fps",
52225226
"tooltip": null
5227+
},
5228+
"3": {
5229+
"name": "bit_depth",
5230+
"tooltip": null
52235231
}
52245232
}
52255233
},
@@ -19586,6 +19594,22 @@
1958619594
}
1958719595
}
1958819596
},
19597+
"TripoImportModelNode": {
19598+
"description": "Importa un modelo 3D externo (por ejemplo, de Rodin, Hunyuan3D o un archivo local) en Tripo para usarlo con los nodos de postprocesamiento de Tripo: Texture, Rig, Convert. Se recomienda GLB: las texturas solo se conservan si están incrustadas en el archivo. Ten en cuenta que para texturizar un modelo importado se requiere un prompt de textura.",
19599+
"display_name": "Tripo: Importar modelo",
19600+
"inputs": {
19601+
"model_3d": {
19602+
"name": "model_3d",
19603+
"tooltip": "Modelo 3D a importar (GLB / FBX / OBJ / STL, hasta 150 MB). Los archivos OBJ y STL no contienen texturas incrustadas."
19604+
}
19605+
},
19606+
"outputs": {
19607+
"0": {
19608+
"name": "model task_id",
19609+
"tooltip": null
19610+
}
19611+
}
19612+
},
1958919613
"TripoMultiviewToModelNode": {
1959019614
"display_name": "Tripo: Multivista a Modelo",
1959119615
"inputs": {
@@ -20054,6 +20078,10 @@
2005420078
"texture_alignment": {
2005520079
"name": "alineación_de_textura"
2005620080
},
20081+
"texture_prompt": {
20082+
"name": "texture_prompt",
20083+
"tooltip": "Guía de texto opcional para texturizar. Es necesaria en la práctica para modelos importados (Tripo: Importar modelo), que no tienen imagen de origen para inferir colores."
20084+
},
2005720085
"texture_quality": {
2005820086
"name": "calidad_de_textura"
2005920087
},

src/locales/fa/nodeDefs.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2904,6 +2904,10 @@
29042904
"name": "صدا",
29052905
"tooltip": "صدایی که به ویدیو اضافه می‌شود."
29062906
},
2907+
"bit_depth": {
2908+
"name": "bit_depth",
2909+
"tooltip": "عمق بیت ویدئوی ایجادشده. ۱۰-بیت گرادیان‌های نرم‌تری با بندینگ کمتر ایجاد می‌کند، اما ممکن است برخی پخش‌کننده‌ها و nodeهای بعدی از آن پشتیبانی نکنند."
2910+
},
29072911
"fps": {
29082912
"name": "فریم بر ثانیه"
29092913
},
@@ -5220,6 +5224,10 @@
52205224
"2": {
52215225
"name": "نرخ فریم",
52225226
"tooltip": null
5227+
},
5228+
"3": {
5229+
"name": "bit_depth",
5230+
"tooltip": null
52235231
}
52245232
}
52255233
},
@@ -19586,6 +19594,22 @@
1958619594
}
1958719595
}
1958819596
},
19597+
"TripoImportModelNode": {
19598+
"description": "یک مدل سه‌بعدی خارجی (مثلاً از Rodin، Hunyuan3D یا یک فایل محلی) را به Tripo وارد کنید تا بتوانید از آن با nodeهای پس‌پردازش Tripo مانند Texture، Rig و Convert استفاده کنید. فرمت GLB توصیه می‌شود: با این فرمت، تکسچرها فقط زمانی پس از وارد کردن باقی می‌مانند که در فایل جاسازی شده باشند. توجه داشته باشید که تکسچر دادن به یک مدل واردشده نیازمند یک texture prompt است.",
19599+
"display_name": "Tripo: وارد کردن مدل",
19600+
"inputs": {
19601+
"model_3d": {
19602+
"name": "model_3d",
19603+
"tooltip": "مدل سه‌بعدی برای وارد کردن (GLB / FBX / OBJ / STL، تا سقف ۱۵۰ مگابایت). فایل‌های OBJ و STL فاقد تکسچر جاسازی‌شده هستند."
19604+
}
19605+
},
19606+
"outputs": {
19607+
"0": {
19608+
"name": "model task_id",
19609+
"tooltip": null
19610+
}
19611+
}
19612+
},
1958919613
"TripoMultiviewToModelNode": {
1959019614
"display_name": "Tripo: چندنما به مدل",
1959119615
"inputs": {
@@ -20054,6 +20078,10 @@
2005420078
"texture_alignment": {
2005520079
"name": "تراز بافت"
2005620080
},
20081+
"texture_prompt": {
20082+
"name": "texture_prompt",
20083+
"tooltip": "راهنمای متنی اختیاری برای تکسچر دادن. در عمل برای مدل‌های واردشده (Tripo: وارد کردن مدل) که تصویر مرجعی برای استخراج رنگ ندارند، الزامی است."
20084+
},
2005720085
"texture_quality": {
2005820086
"name": "کیفیت بافت"
2005920087
},

src/locales/fr/nodeDefs.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2904,6 +2904,10 @@
29042904
"name": "audio",
29052905
"tooltip": "L’audio à ajouter à la vidéo."
29062906
},
2907+
"bit_depth": {
2908+
"name": "bit_depth",
2909+
"tooltip": "Profondeur de bits de la vidéo créée. Le 10 bits conserve des dégradés plus doux avec moins de bandes, mais certains lecteurs et nœuds en aval peuvent ne pas le prendre en charge."
2910+
},
29072911
"fps": {
29082912
"name": "fps"
29092913
},
@@ -5220,6 +5224,10 @@
52205224
"2": {
52215225
"name": "ips",
52225226
"tooltip": null
5227+
},
5228+
"3": {
5229+
"name": "bit_depth",
5230+
"tooltip": null
52235231
}
52245232
}
52255233
},
@@ -19586,6 +19594,22 @@
1958619594
}
1958719595
}
1958819596
},
19597+
"TripoImportModelNode": {
19598+
"description": "Importez un modèle 3D externe (par exemple depuis Rodin, Hunyuan3D ou un fichier local) dans Tripo pour l'utiliser avec les nœuds de post-traitement de Tripo : Texture, Rig, Convert. GLB est recommandé : les textures ne sont conservées à l'import que si elles sont intégrées dans le fichier. Notez que le texturage d'un modèle importé nécessite une invite de texture.",
19599+
"display_name": "Tripo : Importer un modèle",
19600+
"inputs": {
19601+
"model_3d": {
19602+
"name": "model_3d",
19603+
"tooltip": "Modèle 3D à importer (GLB / FBX / OBJ / STL, jusqu'à 150 Mo). Les fichiers OBJ et STL ne contiennent pas de textures intégrées."
19604+
}
19605+
},
19606+
"outputs": {
19607+
"0": {
19608+
"name": "model task_id",
19609+
"tooltip": null
19610+
}
19611+
}
19612+
},
1958919613
"TripoMultiviewToModelNode": {
1959019614
"display_name": "Tripo : Multivue vers Modèle",
1959119615
"inputs": {
@@ -20054,6 +20078,10 @@
2005420078
"texture_alignment": {
2005520079
"name": "alignement_texture"
2005620080
},
20081+
"texture_prompt": {
20082+
"name": "texture_prompt",
20083+
"tooltip": "Guidage textuel optionnel pour le texturage. Requis en pratique pour les modèles importés (Tripo : Importer un modèle), qui ne contiennent pas d'image source pour déduire les couleurs."
20084+
},
2005720085
"texture_quality": {
2005820086
"name": "qualité_texture"
2005920087
},

src/locales/ja/nodeDefs.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2904,6 +2904,10 @@
29042904
"name": "オーディオ",
29052905
"tooltip": "動画に追加するオーディオです。"
29062906
},
2907+
"bit_depth": {
2908+
"name": "bit_depth",
2909+
"tooltip": "作成される動画のビット深度。10ビットはグラデーションがより滑らかでバンディングが少なくなりますが、一部のプレーヤーや下流ノードではサポートされない場合があります。"
2910+
},
29072911
"fps": {
29082912
"name": "fps"
29092913
},
@@ -5220,6 +5224,10 @@
52205224
"2": {
52215225
"name": "fps",
52225226
"tooltip": null
5227+
},
5228+
"3": {
5229+
"name": "bit_depth",
5230+
"tooltip": null
52235231
}
52245232
}
52255233
},
@@ -19586,6 +19594,22 @@
1958619594
}
1958719595
}
1958819596
},
19597+
"TripoImportModelNode": {
19598+
"description": "外部の3Dモデル(例:Rodin、Hunyuan3D、またはローカルファイル)をTripoにインポートし、Tripoのポストプロセスノード(Texture、Rig、Convert)で使用します。GLB形式を推奨します:テクスチャはファイルに埋め込まれている場合のみインポート時に保持されます。インポートしたモデルにテクスチャを付与するには、テクスチャプロンプトが必要です。",
19599+
"display_name": "Tripo: Import Model",
19600+
"inputs": {
19601+
"model_3d": {
19602+
"name": "model_3d",
19603+
"tooltip": "インポートする3Dモデル(GLB / FBX / OBJ / STL、最大150MB)。OBJおよびSTLファイルには埋め込みテクスチャがありません。"
19604+
}
19605+
},
19606+
"outputs": {
19607+
"0": {
19608+
"name": "model task_id",
19609+
"tooltip": null
19610+
}
19611+
}
19612+
},
1958919613
"TripoMultiviewToModelNode": {
1959019614
"display_name": "Tripo: マルチビューからモデル",
1959119615
"inputs": {
@@ -20054,6 +20078,10 @@
2005420078
"texture_alignment": {
2005520079
"name": "texture_alignment"
2005620080
},
20081+
"texture_prompt": {
20082+
"name": "texture_prompt",
20083+
"tooltip": "テクスチャ付与のためのオプションのテキストガイダンス。インポートしたモデル(Tripo: Import Model)には参照画像がないため、実際には必須です。"
20084+
},
2005720085
"texture_quality": {
2005820086
"name": "texture_quality"
2005920087
},

0 commit comments

Comments
 (0)