civitai

Solid

Discover Civitai models with the BUILT-IN search_civitai_models tool and install/generate them locally — find a checkpoint/LoRA/embedding on Civitai, download it into ComfyUI, and use its trigger words. Optionally pair the official Civitai MCP for community features (images browsing, posting, collections).

AI & Automation 450 stars 76 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
88
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Civitai + comfyui-mcp comfyui-mcp has **native Civitai search built in** — `search_civitai_models` — plus the local half of the loop: download, wire, queue, tag. The full flow (find → install → generate) needs no other server, no API key, and works on EVERY backend, including small local models behind the compact router. ## The built-in flow (default path) ``` search_civitai_models({ query, types: ["LORA"], base_models: ["Flux.1 D"] }) │ each hit: model_id · model_version_id · trigger words ▼ download_civitai_model({ model_version_id, target_subfolder: "loras" }) │ ▼ list_local_models → panel_add_node loader / generate_image # use it ``` - **ALWAYS filter `base_models`** when the user's checkpoint family is known — a Flux LoRA will not load on an SDXL checkpoint (see `model-compatibility`). CivitAI labels: `Flux.1 D`, `SDXL 1.0`, `SD 1.5`, `Pony`, `Illustrious`, `Wan Video`. - `target_subfolder` must match the model type: `checkpoints`, `loras`, `vae`, `controlnet`, `embeddings`, `upscale_models`, … - Results are **SFW-only by default** (`nsfw: true` to opt in). - Each hit carries **trigger words** — put them in the prompt after installing. - Prefer `model_version_id` over `model_id` — a Civitai page can list several versions and the user usually means a specific one. **API key (optional).** Search needs none. `CIVITAI_API_TOKEN` (from civitai.com/user/account) unlocks **gated/early-access downloads** and...

Details

Author
artokun
Repository
artokun/comfyui-mcp
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category