comfyui_search_models
Search HuggingFace or CivitAI for models, returning name, download URL, size, and stats. Use returned URL to download models for ComfyUI.
Instructions
Search for models on HuggingFace or CivitAI.
Returns:
JSON with search results including name, download URL, size, and stats.
Use comfyui_download_model with the URL to install a model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (0 for default page size; values above server max are capped) | |
| query | Yes | Search query (model name, style, etc.) | |
| offset | No | Starting index for pagination | |
| source | No | Where to search — "civitai" or "huggingface" | civitai |
| model_type | No | Filter by type. CivitAI: Checkpoint, LORA, TextualInversion, etc. HuggingFace: text-to-image, etc. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||