feat: add ComfyUI-MultiTranslator (replaces ComfyUI-Translator) (#2278)

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.
This commit is contained in:
Owl-V 2025-11-15 07:20:31 +08:00 committed by GitHub
parent feed8abb34
commit a9158a101f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"]