From 3c894d83a2c6fb1c992d758cbb650d1b3a3b35a0 Mon Sep 17 00:00:00 2001 From: Rohit Saini Date: Wed, 1 Jan 2025 22:13:37 +0530 Subject: [PATCH] Add custom node: ComfyUI-InstagramDownloader (#1387) Co-authored-by: Rohit Saini (IND) --- 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 d33eedc3..be8f1208 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -19086,6 +19086,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" + } ] }