From a4d71ef487b0a6f8e464eb627d81c55607c9abb5 Mon Sep 17 00:00:00 2001 From: DaLongZZi <45503862+DaLongZhuaZi@users.noreply.github.com> Date: Thu, 25 Sep 2025 06:16:18 +0800 Subject: [PATCH] Add Gemini Prompt Studio node (#2175) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7ab87b70..411e4125 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33665,6 +33665,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Dalongzhuazi", + "title": "ComfyUI-Gemini-Prompt-Studio", + "id": "comfyui-gemini-prompt-studio", + "reference": "https://github.com/DaLongZhuaZi/ComfyUI-Gemini-Prompt-Studio", + "files": [ + "https://github.com/DaLongZhuaZi/ComfyUI-Gemini-Prompt-Studio" + ], + "install_type": "git-clone", + "description": "One node generates both T2I & I2V positive/negative conditioning in a single click." } ] }