model-compatibility

model-compatibility is a skill for Claude Code, Codex from sandyup/comfyui-mcp. It costs 47 tokens per session (4,700 once invoked), scanned A, a copy of model-compatibility, MIT.

A compatibility reference for ComfyUI model families, covering their loaders, resolutions, samplers, guidance settings, VAEs, ControlNets, and LoRAs.

In plain words
What is it for?
Use it to configure workflows for Stable Diffusion 1.5, SDXL, Flux, SD3, and video models, including choices for resolution, VAE, text encoder, sampler, and LoRA.
Why use it?
It reduces failed workflows caused by combining models and supporting files that belong to different architectures or require different settings.

Skill for Claude CodeCodex

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

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.

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

Made for: Claude Code, Codex.

Or install comfy, the plugin that ships this one along with the rest of its 32 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-compatibility

README.md
[![agentmods](https://agentmods.dev/badge/skills/sandyup/comfyui-mcp/model-compatibility.svg)](https://agentmods.dev/skills/sandyup/comfyui-mcp/model-compatibility)
Your own site
<a href="https://agentmods.dev/skills/sandyup/comfyui-mcp/model-compatibility"><img src="https://agentmods.dev/badge/skills/sandyup/comfyui-mcp/model-compatibility.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,700 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 94% copy Near-identical to another mod 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 $0.00047 $0.04700
Opus 5 $0.00023 $0.02350
Sonnet 5 $0.00009 $0.00940
Haiku 4.5 $0.00005 $0.00470

Measured 3d ago against content hash caeba5d3a822, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

model-compatibility 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 3d 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.

Origin

This is a copy

94% identical to model-compatibility — 28 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugin/skills/model-compatibility/SKILL.md · 435 lines

How it starts

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

ComfyUI Model Compatibility Matrix

Stable Diffusion 1.5 (SD 1.5)

Overview

The original widely-adopted Stable Diffusion model. Huge ecosystem of fine-tunes, LoRAs, ControlNets, and embeddings. Still the most compatible and lightweight model family.

Configuration

Parameter Value
Loader CheckpointLoaderSimple
Native Resolution 512x512
Supported Resolutions 512x512, 512x768, 768x512, 768x768 (some fine-tunes)
VAE Built-in or external (vae-ft-mse-840000-ema-pruned.safetensors)
CLIP Single CLIP-L (output index 1 from checkpoint)
Text Encoder Node CLIPTextEncode
CFG Range 7-12 (typical: 7.5)
Negative Prompt Yes — very important for quality
Steps 20-30 (standard samplers)
Sampler All standard samplers: euler, euler_ancestral, dpmpp_2m, dpmpp_sde, ddim
Scheduler normal, karras
Denoise 1.0 (txt2img), 0.5-0.8 (img2img)
VRAM (FP16) ~2-3GB

Workflow Pattern

CheckpointLoaderSimple → MODEL(0), CLIP(1), VAE(2)
  CLIP(1) → CLIPTextEncode (positive) → CONDITIONING
  CLIP(1) → CLIPTextEncode (negative) → CONDITIONING
EmptyLatentImage (width=512, height=512) → LATENT
KSampler (cfg=7.5, steps=20, sampler="euler", scheduler="normal") → LATENT
VAEDecode → IMAGE
SaveImage

VAE Notes

  • Most SD 1.5 checkpoints have a built-in VAE, but it's often mediocre
  • Recommended: Use external vae-ft-mse-840000-ema-pruned.safetensors for better color accuracy
  • Load via VAELoader node and connect to VAEDecode
  • FP16 VAE can produce NaN on some images — FP32 VAE is more stable

ControlNet Compatibility

SD 1.5 has the largest ControlNet ecosystem:

ControlNet Model File Pattern Notes
Canny control_v11p_sd15_canny Edge detection
Depth control_v11f1p_sd15_depth Depth map
OpenPose control_v11p_sd15_openpose Skeleton/pose
Scribble control_v11p_sd15_scribble Hand-drawn lines
Lineart control_v11p_sd15_lineart Clean lines
Softedge control_v11p_sd15_softedge Soft edges (HED)
Normal control_v11p_sd15_normalbae Normal maps
Seg control_v11p_sd15_seg Semantic segmentation
Tile control_v11f1e_sd15_tile Tile/upscale guidance
Inpaint control_v11p_sd15_inpaint Inpainting guidance
IP-Adapter ip-adapter_sd15 Image prompt

Read the full file on GitHub · 435 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. 3d ago First seen · 435 lines · 47 tokens per session scan A caeba5d3a822

Subscribe to this mod's changes

model-compatibility is a skill published in the GitHub repository sandyup/comfyui-mcp (1 stars, last pushed 1mo ago), licensed MIT. It adds 47 tokens to every session and 4,700 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to model-compatibility, differing in 28 lines, and is treated as a copy.

Related

Other skills, from other repositories

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

media-ingest

Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.

garrytan/gbrain · 52 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-cut

剪辑中文口播原素材:逐词转录、词典修字出修字表、五轮扫描找口误与重复、汇总表与重复句子表、打开 Studio 让用户复核、复盘沉淀用户偏好与词典。只产出一份已复核的删词账本,不切媒体、不做字幕、不做分镜动画。用户说剪口播、处理口误、生成口播基础素材、继续剪口播,或确认卡回传 action=returncutreview 时使用。不要用于执行物理剪切、导出剪后视频、单独安装、单独打开工作台或口播分镜成片。.

Agentchengfeng/chengfeng-videocut-skills · 154 tokens

chengfeng-check-updates

剪辑环境的唯一管理者:就绪检查(skills 是否最新 → Runtime 是否配套)、Skills 更新激活、Runtime 安装与体检。用户说检查更新、安装剪辑环境、装播放器、检查剪辑环境、剪辑环境就绪了吗、配置转录凭证时使用;业务 Skill(剪口播/字幕/画面/导出)第 0 步也引用本 Skill 的就绪检查。不用于剪辑、字幕、画面、导出本身或项目数据迁移。.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

infographic-template-updater

Update template catalogs and UI prompts after adding new infographic templates (src/templates/.ts), including SKILL.md template list, site gallery template mappings, and the AIPlayground prompt list.

antvis/Infographic · 43 tokens