CivitAI Download
sdnext_civitai_downloadDownloads a model to the SD.Next models directory from a direct file URL. Set subfolder, model type, or hash to organize the output.
Instructions
Queue a model file download to the models dir (POST /sdapi/v2/civitai/download). url is required; use model_id/version_id from search results to resolve paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Direct file URL (from version file list). | |
| nsfw | No | ||
| token | No | CivitAI API token (falls back to server config). | |
| folder | No | Subfolder under models dir (default by model_type). | |
| creator | No | ||
| filename | No | ||
| model_id | No | ||
| base_model | No | ||
| model_name | No | ||
| model_type | No | Checkpoint, LoRA, Embedding, ... | Checkpoint |
| version_id | No | ||
| version_name | No | ||
| expected_hash | No |