troubleshooting

troubleshooting is a skill for Claude Code, Codex from hybridindie/comfyui_mcp. It costs 35 tokens per session (1,061 once invoked), scanned A, original, MIT.

A troubleshooting guide for ComfyUI, a visual tool for creating image and video generation pipelines. It covers connection problems, missing models, workflow failures, and security warnings.

In plain words
What is it for?
It helps check whether ComfyUI is reachable, find available models, verify model filenames and locations, and investigate failed workflows.
Why use it?
It gives targeted checks for common errors instead of requiring you to diagnose ComfyUI problems from scratch.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps check whether ComfyUI is reachable, find available models, verify model filenames and locations, and investigate failed workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hybridindie/comfyui_mcp/troubleshooting
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 hybridindie/comfyui_mcp --skill troubleshooting
Clone the repo
git clone --depth 1 https://github.com/hybridindie/comfyui_mcp

Made for: Claude Code, Codex.

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 troubleshooting

README.md
[![agentmods](https://agentmods.dev/badge/skills/hybridindie/comfyui_mcp/troubleshooting/github.svg)](https://agentmods.dev/skills/hybridindie/comfyui_mcp/troubleshooting)
Your own site
<a href="https://agentmods.dev/skills/hybridindie/comfyui_mcp/troubleshooting"><img src="https://agentmods.dev/badge/skills/hybridindie/comfyui_mcp/troubleshooting/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 troubleshooting

Your own site · 80×15
<a href="https://agentmods.dev/skills/hybridindie/comfyui_mcp/troubleshooting"><img src="https://agentmods.dev/badge/skills/hybridindie/comfyui_mcp/troubleshooting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,061 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00035 $0.01061
Opus 5 $0.00017 $0.00531
Sonnet 5 $0.00007 $0.00212
Haiku 4.5 $0.00003 $0.00106

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

Security

Grade A, and why

troubleshooting scanned grade A with 1 finding 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.

Unrestricted tool accesslowExcessive agency

A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.

- The MCP server inspects workflows for nodes known to execute arbitrary code, access the network, or read/write files.

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

skills/troubleshooting/SKILL.md · 86 lines

How it starts

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

ComfyUI Troubleshooting Guide

Each section below is independent. Find the section whose symptom matches the error you are seeing and work through only those checks.

Connection Failures

Symptoms: Tools return connection errors, timeouts, or "ComfyUI not reachable" messages.

Checks:

  1. Is ComfyUI running? Check the ComfyUI terminal/logs for errors.
  2. Is the URL correct? Verify COMFYUI_URL environment variable or comfyui.url in ~/.comfyui-mcp/config.yaml. Default is http://localhost:8188.
  3. Firewall/network: If ComfyUI runs on a remote machine, ensure port 8188 is accessible.
  4. Use comfyui_get_system_info to test basic connectivity.

Model Not Found

Symptoms: comfyui_generate_image or workflows fail with "model not found" errors.

Checks:

  1. Run comfyui_list_models with the correct folder type (e.g., "checkpoints", "loras") to see what's available.
  2. Model filenames are case-sensitive and must include the extension (e.g., v1-5-pruned-emaonly.safetensors).
  3. If the model isn't listed, it needs to be placed in the correct ComfyUI models directory.
  4. If ComfyUI Model Manager is installed, use comfyui_search_models and comfyui_download_model to fetch models directly.
  5. Run comfyui_list_model_folders to see all valid folder types.

Workflow Execution Failures

Symptoms: comfyui_run_workflow or comfyui_generate_image fails after submission.

Checks:

  1. Run comfyui_validate_workflow first to catch structural issues.
  2. Check for missing custom nodes — comfyui_list_nodes shows what's installed. If a workflow uses nodes that aren't installed, it will fail.
  3. Check connections — a node output index must match what the node actually produces. Use comfyui_get_node_info to verify.
  4. Check comfyui_get_queue to see if the job is stuck or if there's a queue backlog.
  5. Check comfyui_get_progress with the prompt_id to see which node failed.

Queue Stuck / Job Not Completing

Symptoms: Jobs stay in "running" state indefinitely, or the queue doesn't process.

Read the full file on GitHub · 86 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 · 86 lines · 35 tokens per session scan A 772d188f18f9

Subscribe to this mod's changes

troubleshooting is a skill published in the GitHub repository hybridindie/comfyui_mcp (2 stars, last pushed today), licensed MIT. It adds 35 tokens to every session and 1,061 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.