From 45dafa5fe609d77820dff9f284d9d4d16767fb5c Mon Sep 17 00:00:00 2001 From: rookiestar28 <151893693+rookiestar28@users.noreply.github.com> Date: Sat, 17 Jan 2026 21:03:51 +0800 Subject: [PATCH] Add ComfyUI-TranslateGemma custom node entry Added a new custom node for prompt translation using TranslateGemma models. Thank You! --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index e073250c..f0e35112 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41881,6 +41881,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "rookiestar28", + "title": "ComfyUI-TranslateGemma", + "reference": "https://github.com/rookiestar28/ComfyUI-TranslateGemma", + "files": [ + "https://github.com/rookiestar28/ComfyUI-TranslateGemma" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that translates text (including prompts) using Google's open-weight TranslateGemma models." + } ] }