Comfy Search Models banner
Comfy-Org Comfy-Org

Comfy Search Models

Development community

Description

Search for ComfyUI models available on Comfy Cloud: $ARGUMENTS Use `search_models` to find models matching the user's query. If they didn't specify filters, search by text. If they mentioned a type (checkpoint, lora, vae, controlnet, upscaler), filter by type. If they mentioned a base model (SD 1.5, SDXL, Flux), filter by base_model. Present the results in a clean table format: - Model name - Type - Base model (if available) - Source (huggingface/civitai) If there are many results, show the

Installation

Installs to ~/.claude/skills/comfy-org-comfy-skills-comfy-search-models/SKILL.md

Terminal
mkdir -p ~/.claude/skills/comfy-org-comfy-skills-comfy-search-models && curl -fsSL https://raw.githubusercontent.com/Comfy-Org/comfy-skills/HEAD/skills/comfy-search-models.md -o ~/.claude/skills/comfy-org-comfy-skills-comfy-search-models/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository