model-registry

model-registry is a skill for Claude Code from artokun/comfyui-mcp. It costs 100 tokens per session (2,800 once invoked), scanned A, original, MIT.

A catalogue of download links and destination folders for AI model files used by ComfyUI workflows. It covers model families such as Flux, WAN, LTX, Qwen, Z-Image, SD15, and SDXL, including checkpoints, VAEs, text encoders, and LoRAs.

In plain words
What is it for?
Use it when downloading or locating ComfyUI models with download tools, including Hugging Face and CivitAI files.
Why use it?
It removes the guesswork from finding the right file and placing it in the folder ComfyUI expects. It also identifies gated downloads and describes how to search when a model is missing.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the comfy plugin — 42 skills, 11 commands, 4 agents, 2 hooks shipped together

Good fit Use it when downloading or locating ComfyUI models with download tools, including Hugging Face and CivitAI files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/artokun/comfyui-mcp/model-registry
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add artokun/comfyui-mcp --skill model-registry
Clone the repo
git clone --depth 1 https://github.com/artokun/comfyui-mcp

Made for: Claude Code.

Or install comfy, the plugin that ships this one along with the rest of its 42 skills, 11 commands, 4 agents, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for model-registry

README.md
[![agentmods](https://agentmods.dev/badge/skills/artokun/comfyui-mcp/model-registry/github.svg)](https://agentmods.dev/skills/artokun/comfyui-mcp/model-registry)
Your own site
<a href="https://agentmods.dev/skills/artokun/comfyui-mcp/model-registry"><img src="https://agentmods.dev/badge/skills/artokun/comfyui-mcp/model-registry/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for model-registry

Your own site · 80×15
<a href="https://agentmods.dev/skills/artokun/comfyui-mcp/model-registry"><img src="https://agentmods.dev/badge/skills/artokun/comfyui-mcp/model-registry.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,800 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00100 $0.02800
Opus 5 $0.00050 $0.01400
Sonnet 5 $0.00020 $0.00560
Haiku 4.5 $0.00010 $0.00280

Measured 10d ago against content hash 594bc882238f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

model-registry scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/skills/model-registry/SKILL.md · 125 lines

How it starts

The opening of the file, as written. The whole thing — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Model Registry

One table per family: filename → source URL → target subdir under <COMFYUI>/models/. Use with download_model({ action: "download", url, target_subfolder, filename }). This registry grows with every release. If a model you need is missing, use action:"search" (HuggingFace) or action:"download_civitai" and consider contributing the row.

Quant column (kitchen). Filenames in this registry are mostly bf16 / fp8. NVFP4 and MXFP8 siblings, when a vendor publishes them, are the same stem with nvfp4 / mxfp8 in the name and belong in diffusion_models/ too. kitchen action:"assess" only offers an NVFP4 swap when that sibling is already listed locally — it does not guess a URL from the filename. Blackwell (SM ≥ 10.0) is the GPU that can run NVFP4 / MXFP8 compute.

Conventions

  • HF "resolve" URLs download directly: https://huggingface.co/<repo>/resolve/main/<path>
  • 🔒 = gated repo, needs HUGGINGFACE_TOKEN (accept the license on the HF page first)
  • CivitAI model-page URLs need download_model action:"download_civitai" (resolves version → file); raw civitai.com/api/download/... URLs work with action:"download" + CIVITAI_API_TOKEN
  • Always verify the exact filename a workflow's loader expects. The model-compatibility skill covers which VAE/CLIP pairs with which architecture

Shared VAEs & text encoders (download these once)

File Source Target
ae.safetensors (Flux/Z-Image VAE) huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors (Apache, not gated) vae/
vae-ft-mse-840000-ema-pruned.safetensors (SD1.5 VAE) huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors vae/
clip_l.safetensors huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/clip_l.safetensors text_encoders/
t5xxl_fp8_e4m3fn.safetensors huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors text_encoders/
umt5_xxl_fp8_e4m3fn_scaled.safetensors (WAN) huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors text_encoders/

Read the full file on GitHub · 125 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 125 lines · 100 tokens per session scan A 594bc882238f

Subscribe to this mod's changes

model-registry is a skill published in the GitHub repository artokun/comfyui-mcp (735 stars, last pushed yesterday), licensed MIT. It adds 100 tokens to every session and 2,800 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

minimax-h3

Use when writing or debugging prompts for MiniMax H3 (Hailuo 3) video-with-audio generation, running the open weights locally in ComfyUI, choosing a quant or an acceleration LoRA for the VRAM you have, wiring reference-to-video with images, video or audio, or when a generated clip produces gibberish speech, drifts off…

SlavaSexton/ComfyUI-Agent-Kit · 102 tokens

seedance

Use when writing or debugging prompts for ByteDance Seedance video models (Seedance 2.5, 2.0, 2.0 Mini, 1.5 Pro, 1.0) on Dreamina, Jimeng AI, Doubao, BytePlus ModelArk or ComfyUI, when a generated video drifts off the reference face, grows unwanted subtitles or watermarks, duplicates a character, jumps at an extension…

SlavaSexton/ComfyUI-Agent-Kit · 105 tokens

Prompt craft for ComfyUI generation

Use when writing prompts for ComfyUI image or video models: choosing tags vs literary format, fixing composition and anatomy artifacts, picking samplers per LoRA, and writing short movement prompts for video. Neutral examples only.

howdeploy/deploychan_mcp · 52 tokens

emotion-to-camera-language

A guide for turning vague visual feelings—such as cinematic, atmospheric, elegant, or healing—into concrete image or video prompt details. It uses lighting direction, depth of field, camera position, and the subject’s state.

L-Trunks/ai-film-skills · 202 tokens

comfyui-lora-training

Prepare datasets and configure LoRA training for character consistency. Covers FLUX (AI-Toolkit, SimpleTuner, FluxGym) and SDXL (Kohyass) training with step-by-step guidance. Use when training custom character LoRAs.

MCKRUZ/ComfyUI-Expert · 58 tokens

comfyui-prompt-engineer

Craft model-specific prompts optimized for the target checkpoint and identity method. Handles FLUX, SDXL, SD1.5, and Wan video models with proper syntax, quality tags, and negative prompts. Use when generating or refining prompts for ComfyUI workflows.

MCKRUZ/ComfyUI-Expert · 60 tokens