From db92b8778282a7dc536bd9a6d3a193fddd3ee0ba Mon Sep 17 00:00:00 2001 From: Creepybits Date: Thu, 3 Jul 2025 00:08:40 +0200 Subject: [PATCH] Update custom-node-list.json (#1965) * Update custom-node-list.json * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9389b6e2..a85b0f22 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -28967,6 +28967,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "creepybits", + "title": "Save Image To Google Drive", + "id": "creepybits", + "reference": "https://github.com/Creepybits/ComfyUI-Save_To_GDrive", + "files": [ + "https://github.com/Creepybits/ComfyUI-Save_To_GDrive" + ], + "install_type": "git-clone", + "description": "This ComfyUI node will save images directly to Google Drive by using Google's free API service." } ] }