From 637678db20cd684cd56a12d9138f8c52dee24e0d Mon Sep 17 00:00:00 2001 From: Shobhit Gupta Date: Sat, 27 Dec 2025 23:34:56 +0000 Subject: [PATCH] Custom nodes for Google's Genmedia models (#2433) Adding a suite of experimental custom nodes that allows access to Google's 1P models like Veo, Imagen, Nano Banana, Gemini, Virtual-try-on, Lyria --- custom-node-list.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index bef1f483..356e5f11 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -40014,6 +40014,15 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "gushob21", + "title": "comfyui-google-genmedia-custom-nodes", + "id": "Google", + "reference": "https://github.com/GoogleCloudPlatform/comfyui-google-genmedia-custom-nodes", + "files": ["https://github.com/GoogleCloudPlatform/comfyui-google-genmedia-custom-nodes"], + "install_type": "git-clone", + "description": "A suite of experimental custom nodes that allows access to Google's 1P models like Veo, Imagen, Nano Banana, Gemini, Virtual-try-on, Lyria" + } ] }