From e5b20a513497127a4b713424ceb9ff270920f57f Mon Sep 17 00:00:00 2001 From: Owl-V Date: Thu, 13 Nov 2025 11:31:16 +0800 Subject: [PATCH] feat: add ComfyUI-MultiTranslator (replaces ComfyUI-Translator) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR addresses two issues with the previous ComfyUI-Translator entry: Missing id field — caused the plugin to be invisible in ComfyUI-Manager's Install tab. Naming conflict — the original name ComfyUI-Translator overlaps with other translation plugins, leading to user confusion. The repository has been renamed to ComfyUI-MultiTranslator to better reflect its multi-engine capability and avoid conflicts. This PR removes the old entry and adds a new, fully compliant one with a unique id. --- custom-node-list.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 8b9013f8..93ea8f4e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -35783,11 +35783,10 @@ }, { "author": "Owl-V", - "title": "ComfyUI-Translator", - "reference": "https://github.com/OwlvChirotha/ComfyUI-Translator", - "files": [ - "https://github.com/OwlvChirotha/ComfyUI-Translator" - ], + "title": "ComfyUI-MultiTranslator", + "id": "comfyui-multitranslator-owlv", + "reference": "https://github.com/OwlvChirotha/ComfyUI-MultiTranslator", + "files":["https://github.com/OwlvChirotha/ComfyUI-MultiTranslator"] "install_type": "git-clone", "description": "ComfyUI plug-in collection of basic translator, LLM translator and a series of LLM Service Connectors.", "tags": ["translation", "llm", "ai", "connector", "utility"]