From 19c47d17186b7ccf3d1c3120163514f23e37a918 Mon Sep 17 00:00:00 2001 From: jackzhou Date: Tue, 12 Mar 2024 16:17:58 +0800 Subject: [PATCH] add "ComfyUI_kkTranslator_nodes" nodes --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fb754405..10a49666 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6008,6 +6008,16 @@ "install_type": "git-clone", "description": "This plugin is mainly based on Minio, implementing the ability to read images from Minio, save images, facilitating expansion and connection across multiple machines." }, + { + "author": "kingzcheung", + "title": "ComfyUI_kkTranslator_nodes", + "reference": "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes", + "files": [ + "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes" + ], + "install_type": "git-clone", + "description": "These nodes are mainly used to translate prompt words from other languages into English. PromptTranslateToText implements prompt word translation based on Helsinki NLP translation model.It doesn't require internet connection。" + },