From bc36726925c60a4e7a39b780d90bfd7f95fe96ab Mon Sep 17 00:00:00 2001 From: Creepybits Date: Wed, 16 Jul 2025 00:08:59 +0200 Subject: [PATCH] Update custom-node-list.json (#2001) Add Save To OneDrive node for ComfyUI --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index eb454f46..b7660735 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29764,6 +29764,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Creepybits", + "title": "Comfyui-Save_To_OneDrive", + "reference": "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive", + "files": [ + "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive" + ], + "install_type": "git-clone", + "description": "Saves images directly to OneDrive using Microsoft's free API service." } ] }