What problem does it solve?
Finding the right checkpoint, LoRA, or embedding on Civitai and getting it working inside ComfyUI normally requires manual browsing, downloading, file placement, and figuring out trigger words and base-model compatibility. This Skill automates that entire find-install-generate loop through comfyui-mcp's built-in Civitai actions.
Core Features & Use Cases
- Built-in Civitai Search: Query Civitai with filters for model type (LORA, checkpoint) and base model (Flux.1 D, SDXL 1.0, SD 1.5, Pony, Wan Video) using
download_model with action:"search_civitai", no API key required.
- One-step Install: Download a specific
model_version_id directly into the correct ComfyUI subfolder (loras, checkpoints, vae, controlnet, embeddings) with action:"download_civitai".
- Generation Wiring: Add a LoraLoader node, set the model, and apply the hit's trigger words in the prompt, either through the panel or headless via
generate_image.
- Use Case: A user asks for "a good anime LoRA for Flux." The Skill searches Civitai filtered to Flux.1 D, presents the top results with version IDs, downloads the chosen one into
loras, wires it into the graph, and inserts its trigger words into the prompt.
Quick Start
Ask the agent to find an anime-style LoRA for Flux on Civitai, install it into ComfyUI, and generate an image using its trigger words.