From a7f823e529d3b2a883f32d757115d3685f24ab8d Mon Sep 17 00:00:00 2001 From: "Rohit Saini (IND)" Date: Tue, 31 Dec 2024 16:10:23 +0530 Subject: [PATCH] Add custom node: ComfyUI-InstagramDownloader --- custom-node-list.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index b8f2a173..61879531 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -19056,6 +19056,15 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "rohitsainier", + "title": "ComfyUI-InstagramDownloader", + "id": "comfyui-instagram-downloader", + "reference": "https://github.com/rohitsainier/ComfyUI-InstagramDownloader", + "files": ["https://github.com/rohitsainier/ComfyUI-InstagramDownloader"], + "install_type": "git-clone", + "description": "A ComfyUI custom node package that allows downloading and organizing Instagram content directly in your ComfyUI Output folder" + } ] }