From d4db1a51d26389c4a8e4a8c498ff54157373f080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E5=85=AC=E4=B8=8D=E8=A7=A3=E6=A2=A6?= Date: Wed, 27 Nov 2024 01:04:27 +0800 Subject: [PATCH] Add CNtranslator Node for Chinese user. (#1268) --- 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 8085008f..a2ba8449 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17694,6 +17694,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "SleeeepyZhou", + "title": "CNtranslator", + "id": "cn-translator", + "reference": "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator", + "files": [ + "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator" + ], + "install_type": "git-clone", + "description": "A translation node for users in Chinese Mainland. (Because of the network firewall in Chinese Mainland, many translation APIs cannot be used normally.)" + }, ] }