From 31583f8ab64cc95f5e8afa8938cee3bfc8b472b7 Mon Sep 17 00:00:00 2001 From: Apache0ne Date: Sat, 26 Oct 2024 05:25:56 -0400 Subject: [PATCH] Update custom-node-list.json Add EasyUrlLoader Node --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fc62ba67..93dad8b7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16338,6 +16338,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Apache0ne", + "title": "ComfyUI-EasyUrlLoader", + "id": "easy-url-loader", + "reference": "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader", + "files": [ + "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader" + ], + "install_type": "git-clone", + "description": "Simple 4k YT Downloader Through URL", + "branch": "v1.0" } ] }