From 73927aa173ffe2393edaacd0404d4e0b2c3d918c Mon Sep 17 00:00:00 2001 From: Owl-V Date: Tue, 11 Nov 2025 17:28:59 +0800 Subject: [PATCH] Add a set of translator nodes --- custom-node-list.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 7b6083c9..30efa26b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36408,6 +36408,22 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "Owl-V", + "title": "ComfyUI-Translator", + "id": "comfyui-translator-owlv", + "reference": "OwlvChirotha/ComfyUI-Translator", + "files": [ + { + "url": "https://github.com/OwlvChirotha/ComfyUI-Translator", + "dest": "custom_nodes/ComfyUI-Translator", + "method": "clone" + } + ], + "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"] + } ] }