From 328720d25a79bd994abd9c1de7586f0045a31390 Mon Sep 17 00:00:00 2001 From: Daqing Liu Date: Mon, 9 Dec 2024 00:33:40 +0800 Subject: [PATCH] Update custom-node-list.json Save images directly to URL, e.g., OSS --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index f660ee32..5a071437 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18274,7 +18274,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "daqingliu", + "title": "Save images directly to URL, e.g., OSS", + "id": "daqingliu", + "reference": "https://github.com/daqingliu/ComfyUI-SaveImageOSS", + "files": [ + "https://raw.githubusercontent.com/daqingliu/ComfyUI-SaveImageOSS/refs/heads/main/nodes.py" + ], + "install_type": "copy", + "description": "Save images directly to URL, e.g., OSS. Just input the url in the text box!" + }, ] }