download_model
Download a model file to your ComfyUI models directory from HuggingFace, direct HTTP, S3, or Azure Blob URLs.
Instructions
Download a model file to the ComfyUI models directory from a URL (HuggingFace, direct HTTP(S), s3://, or Azure Blob)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Direct download URL for the model file | |
| target_subfolder | Yes | Target subfolder under ComfyUI models/ (e.g. 'checkpoints', 'loras', 'vae') | |
| filename | No | Override filename (auto-detected from URL if omitted) | |
| auth | No | Optional per-request authentication for private/gated model URLs. When provided it overrides built-in HuggingFace/CivitAI token handling. |