From 44cac3fc4387a8febf2844b6061273b1489ef33e Mon Sep 17 00:00:00 2001 From: Owl-V Date: Wed, 12 Nov 2025 22:44:49 +0800 Subject: [PATCH] Add a set of translator nodes (#2271) * Add a set of translator nodes * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index ed777a58..8b214db6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36419,6 +36419,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "Owl-V", + "title": "ComfyUI-Translator", + "reference": "https://github.com/OwlvChirotha/ComfyUI-Translator", + "files": [ + "https://github.com/OwlvChirotha/ComfyUI-Translator", + ], + "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"] + } ] }