A ComfyUI custom node package that allows downloading and organizing Instagram content directly in your ComfyUI workflows.

- Download photos and videos from Instagram profiles
- Organize media into separate folders
- Clean up temporary files
- Easy integration with ComfyUI workflows
- Open ComfyUI Manager
- Search for "Instagram Downloader"
- Click Install
- Clone this repository into your
ComfyUI/custom_nodesdirectory:
cd custom_nodes git clone https://github.com/rohitsainier/ComfyUI-InstagramDownloader- Install dependencies:
cd ComfyUI-InstagramDownloader pip install -r requirements.txt-
Instagram Downloader
- Input: Instagram username
- Output: Download path
- Downloads content from specified Instagram profile
-
Media Organizer
- Input: Download path
- Output: Organized media paths
- Separates content into images and videos folders
-
Cleanup
- Input: Directory path
- Output: Status message
- Cleans up temporary files
- Add Instagram Downloader node
- Connect it to Media Organizer node
- Optionally connect to Cleanup node
- Configure username and download path
- Run workflow
MIT License
Created by Rohit Saini