You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project provides an experimental model downloader node for ComfyUI, designed to simplify the process of downloading and managing models in environments with restricted access or complex setup requirements. It aims to enhance the flexibility and usability of ComfyUI by enabling seamless integration and management of machine learning models.
Features
Easy Model Downloading: Simplify the process of downloading models directly within the ComfyUI environment.
Repositories: Currently supports hugging face and CivitAI.
User-friendly: Designed with a focus on ease of use, making model management accessible to users of all skill levels.
Available Nodes
HF Downloader
Parameters:
repo_id: Hugging Face repo ID
filename: filename to download from the repository
save_dir: destination directory
overwrite: overwrite existing file if it exists
CivitAI Downloader
Parameters:
model_id: CivitAI model ID
token_id: CivitAI token ID
save_dir: destination directory
Auto Model Finder (Experimental)
Automatically searches for known files (e.g., .safetensors, .ckpt, etc) files in your canvas and looks for repositories containing them on Hugging Face. Ideally, you should use this together with the HF Downloader node to automatically download any missing models.
Troubleshooting: this node is experimental and may not work as expected. If it doesn't work, try removing the node and adding it again.
Installation
Via ComfyUI Manager (Recommended)
Open ComfyUI Manager
Select Custom Nodes Manager
Search for "ComfyUI Model Downloader"
Install
Via Git Clone
Clone the repository or download the extension directly into your ComfyUI project's custom_nodes folder: