diff --git a/ai_diffusion/language/es.json b/ai_diffusion/language/es.json index 518af014da..b4321001f5 100644 --- a/ai_diffusion/language/es.json +++ b/ai_diffusion/language/es.json @@ -446,6 +446,7 @@ "Custom workflows are not available on Cloud.": "Flujos de trabajo personalizados no están disponibles en la nube", "Delete Workflow": "Eliminar Flujo de trabajo", "Start Generating": "Iniciar Generación", - "Import workflow from file": "Importar Flujo de trabajo desde archivo" + "Import workflow from file": "Importar Flujo de trabajo desde archivo", + "Text Output": null } -} +} \ No newline at end of file diff --git a/ai_diffusion/language/fr.json b/ai_diffusion/language/fr.json index 4afaea72c3..5869aee59a 100644 --- a/ai_diffusion/language/fr.json +++ b/ai_diffusion/language/fr.json @@ -446,6 +446,7 @@ "Custom workflows are not available on Cloud.": null, "Delete Workflow": null, "Start Generating": null, - "Import workflow from file": null + "Import workflow from file": null, + "Text Output": null } } \ No newline at end of file diff --git a/ai_diffusion/language/ja.json b/ai_diffusion/language/ja.json index 70348b6f69..325829eb10 100644 --- a/ai_diffusion/language/ja.json +++ b/ai_diffusion/language/ja.json @@ -446,6 +446,7 @@ "Custom workflows are not available on Cloud.": "カスタムワークフローはクラウドでは使用できません。", "Delete Workflow": "ワークフローを削除", "Start Generating": "生成開始", - "Import workflow from file": "ファイルからワークフローをインポート" + "Import workflow from file": "ファイルからワークフローをインポート", + "Text Output": null } } \ No newline at end of file diff --git a/ai_diffusion/language/ko.json b/ai_diffusion/language/ko.json index 3912ec2c8f..c5d58faa6a 100644 --- a/ai_diffusion/language/ko.json +++ b/ai_diffusion/language/ko.json @@ -446,6 +446,7 @@ "Custom workflows are not available on Cloud.": "클라우드에서는 사용자 지정 워크플로를 사용할 수 없습니다.", "Delete Workflow": "워크플로 삭제", "Start Generating": "생성 시작", - "Import workflow from file": "파일에서 워크플로 가져오기" + "Import workflow from file": "파일에서 워크플로 가져오기", + "Text Output": null } } \ No newline at end of file diff --git a/ai_diffusion/language/new_language.json.template b/ai_diffusion/language/new_language.json.template index 967e3a27eb..95bccafc76 100644 --- a/ai_diffusion/language/new_language.json.template +++ b/ai_diffusion/language/new_language.json.template @@ -375,6 +375,7 @@ "Target layer": null, "Target layer not found": null, "Target size": null, + "Text Output": null, "Text prompt common to all regions": null, "Text prompt for region": null, "Text prompt regions have not been set up.\\nIt is not recommended to use a single text description for tiled upscale,\\nunless it can be generally applied to all parts of the image.": null, diff --git a/ai_diffusion/language/pt-br.json b/ai_diffusion/language/pt-br.json index fd4e14b74e..2e386b45a1 100644 --- a/ai_diffusion/language/pt-br.json +++ b/ai_diffusion/language/pt-br.json @@ -446,6 +446,7 @@ "Custom workflows are not available on Cloud.": "os Workflows personalizados não estão disponíveis na nuvem", "Delete Workflow": "Deletar workflow", "Start Generating": "Iniciar Geração", - "Import workflow from file": "Importar workflow desde um arquivo" + "Import workflow from file": "Importar workflow desde um arquivo", + "Text Output": null } -} +} \ No newline at end of file diff --git a/ai_diffusion/language/ru.json b/ai_diffusion/language/ru.json index 9f222e73e4..db98799bff 100644 --- a/ai_diffusion/language/ru.json +++ b/ai_diffusion/language/ru.json @@ -446,6 +446,7 @@ "Custom workflows are not available on Cloud.": "Пользовательские рабочие процессы недоступны в облаке.", "Delete Workflow": "Удалить рабочий процесс", "Start Generating": "Начать генерацию", - "Import workflow from file": "Импортировать рабочий процесс из файла" + "Import workflow from file": "Импортировать рабочий процесс из файла", + "Text Output": null } -} +} \ No newline at end of file diff --git a/ai_diffusion/language/th.json b/ai_diffusion/language/th.json index 19c1c6fe78..bc1eaa4fb3 100644 --- a/ai_diffusion/language/th.json +++ b/ai_diffusion/language/th.json @@ -446,6 +446,7 @@ "Custom workflows are not available on Cloud.": null, "Delete Workflow": null, "Start Generating": null, - "Import workflow from file": null + "Import workflow from file": null, + "Text Output": null } } \ No newline at end of file diff --git a/ai_diffusion/language/tr.json b/ai_diffusion/language/tr.json index 462b26209d..a1d0770fb4 100644 --- a/ai_diffusion/language/tr.json +++ b/ai_diffusion/language/tr.json @@ -446,6 +446,7 @@ "Custom workflows are not available on Cloud.": null, "Delete Workflow": null, "Start Generating": null, - "Import workflow from file": null + "Import workflow from file": null, + "Text Output": null } } \ No newline at end of file diff --git a/ai_diffusion/language/zh-cn.json b/ai_diffusion/language/zh-cn.json index c552ae300f..d785182de9 100644 --- a/ai_diffusion/language/zh-cn.json +++ b/ai_diffusion/language/zh-cn.json @@ -446,6 +446,7 @@ "Custom workflows are not available on Cloud.": "云端不支持自定义工作流", "Delete Workflow": "删除工作流", "Start Generating": "开始生成", - "Import workflow from file": "导入工作流" + "Import workflow from file": "导入工作流", + "Text Output": null } } \ No newline at end of file diff --git a/ai_diffusion/language/zh-tw.json b/ai_diffusion/language/zh-tw.json index c08f720065..cf66a29383 100644 --- a/ai_diffusion/language/zh-tw.json +++ b/ai_diffusion/language/zh-tw.json @@ -446,6 +446,7 @@ "Custom workflows are not available on Cloud.": null, "Delete Workflow": null, "Start Generating": null, - "Import workflow from file": null + "Import workflow from file": null, + "Text Output": null } } \ No newline at end of file diff --git a/ai_diffusion/resources.py b/ai_diffusion/resources.py index 91266f1194..554f91389d 100644 --- a/ai_diffusion/resources.py +++ b/ai_diffusion/resources.py @@ -9,7 +9,7 @@ version = "1.27.0" comfy_url = "https://github.com/comfyanonymous/ComfyUI" -comfy_version = "8ce2a1052ca03183768da0aaa483024e58b8008c" +comfy_version = "52810907e20e11b126642f5b4917406e7043e70a" class CustomNode(NamedTuple): @@ -39,7 +39,7 @@ class CustomNode(NamedTuple): "External Tooling Nodes", "comfyui-tooling-nodes", "https://github.com/Acly/comfyui-tooling-nodes", - "ef5ccfa98f035fd1d9fd00a21ac4ab75a5f73061", + "1d4ffe14bb411c44014c2fa57b44975c51f6e063", ["ETN_LoadImageBase64", "ETN_LoadMaskBase64", "ETN_SendImageWebSocket", "ETN_Translate"], ), CustomNode(