From e168f20d9ea8febe0975aa6597b45ef26f28d476 Mon Sep 17 00:00:00 2001 From: Daqing Liu Date: Wed, 11 Dec 2024 02:49:06 +0800 Subject: [PATCH] Update custom-node-list.json (#1311) * Update custom-node-list.json Save images directly to URL, e.g., OSS * 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 f660ee32..ab9cbdc6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18274,6 +18274,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "daqingliu", + "title": "ComfyUI-SaveImageOSS", + "id": "daqingliu", + "reference": "https://github.com/daqingliu/ComfyUI-SaveImageOSS", + "files": [ + "https://github.com/daqingliu/ComfyUI-SaveImageOSS" + ], + "install_type": "git-clone", + "description": "Save images directly to URL, e.g., OSS. Just input the url in the text box!" } ]