comfyui_download_model
Download AI models from HuggingFace or CivitAI by supplying a direct URL and target ComfyUI folder. Track progress with download task status.
Instructions
Download a model from HuggingFace or CivitAI via ComfyUI-Model-Manager.
Returns:
JSON with download task status. Use comfyui_get_download_tasks to check progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Direct download URL (must be from an allowed domain) | |
| folder | Yes | Target model folder (e.g. "checkpoints", "loras", "vae") | |
| filename | No | Filename to save as (optional — inferred from URL if empty) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||