ComfyUI Extension
Civicomfy - Civitai Model Downloader for ComfyUI
Civicomfy seamlessly integrates Civitai's vast model repository directly into ComfyUI, allowing you to search, download, and organize AI models without leaving your…
MoonGoblinDev/Civicomfy
Nodes—
On cloudLocal install
Stars111
Updated6 months ago
Readme
Civicomfy - Civitai Model Downloader for ComfyUI
Civicomfy seamlessly integrates Civitai's vast model repository directly into ComfyUI, allowing you to search, download, and organize AI models without leaving your workflow.
Features
- Integrated Model Search: Search Civitai's extensive library directly from ComfyUI
- One-Click Downloads: Download models with associated metadata and thumbnails
- Automatic Organization: Models are automatically saved to their appropriate directories
- Clean UI: Clean, intuitive interface that complements ComfyUI's aesthetic
Installation
Git clone
cd ComfyUI/custom_nodes
git clone https://github.com/MoonGoblinDev/Civicomfy.git
Comfy-CLI
comfy node registry-install civicomfy
ComfyUI Manager
<img width="813" alt="Screenshot 2025-04-08 at 11 42 46" src="https://github.com/user-attachments/assets/5d4f5261-88f6-4aa0-9c66-d1811bb49e09" />Usage
- Start ComfyUI with Civicomfy installed
- Access the Civicomfy panel from the Civicomfy menu button at the right top area.
- Search for models
- Click the download button on any model to save it to your local installation
- Models become immediately available in ComfyUI nodes
Configuration
- Enter your Civitai API Token in the settings, or set
CIVITAI_API_KEYin the server environment (useful for cloud deployments like RunPod). - Optional: set a Global Download Root in Civicomfy settings.
- When set, Civicomfy saves to
<global_root>/<model_type>(for example/runpod-volume/ComfyUI/checkpointsor/runpod-volume/ComfyUI/loras). - When empty, Civicomfy uses the default ComfyUI paths (
folder_paths/extra_model_paths.yaml). - The global root is persisted on disk in
custom_nodes/Civicomfy/root_settings.json.
- When set, Civicomfy saves to
Screenshots
<img width="911" alt="Screenshot 2025-04-08 at 11 24 40" src="https://github.com/user-attachments/assets/b9be0c32-729d-490e-be61-2dc072cd9b15" /> <img width="911" alt="Screenshot 2025-04-08 at 11 23 17" src="https://github.com/user-attachments/assets/cb747c22-afd0-4baf-a9a2-39c70fb11e46" /> <img width="911" alt="Screenshot 2025-04-08 at 11 25 15" src="https://github.com/user-attachments/assets/02b6d841-a0fa-484c-91a4-4095a7554c3f" /> <img width="911" alt="Screenshot 2025-04-08 at 11 25 24" src="https://github.com/user-attachments/assets/20fcfcb5-3345-4a72-89fe-ee9c50626ebc" />Contributing
Contributions are welcome! Please feel free to submit a Pull Request.