runpod-comfyui-models
Installation
SKILL.md
Repair a ComfyUI workflow for RunpodDirect
Return a new UI workflow JSON containing trustworthy properties.models records that
ComfyUI-RunpodDirect can consume — never substitute a plausible model merely to make the
graph queue. Never edit, replace, or overwrite the supplied JSON or PNG. For every
recoverable UI workflow, hand off exactly one new <workflow-stem>.repaired.json — even
when resolution is incomplete, ambiguous, gated, or interrupted.
Terms — workflow vs prompt vs metadata record
| Term | What it is | Role here |
|---|---|---|
| UI workflow JSON | The graph the ComfyUI frontend exports/imports: nodes, links, widget values, properties |
the only JSON this skill annotates |
API prompt JSON |
The execution format POSTed to /prompt, keyed by node id |
inventory evidence only — never annotate it |
properties.models record |
A loader node's model metadata entry (name, url, directory, optional hash) |
what a repair adds or fixes |
Annotation targets the UI format only; the API prompt has no portable model-metadata contract.