From 88a659110dffe5bcb264ed11893392afcd107c5e Mon Sep 17 00:00:00 2001 From: Creepybits Date: Tue, 15 Jul 2025 15:00:54 +0200 Subject: [PATCH] Update custom-node-list.json 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." } ] }