comfyui-workflows
Installation
SKILL.md
Run ComfyUI workflows on RunComfy
Use RunComfy's connected MCP tools. Authenticate through the client's sign-in control when required; never ask for credentials in chat. General questions about local ComfyUI do not require account access or a cloud run.
Inspect before executing
- Call
list_deploymentsand select the deployment the user owns and intends to use. Useget_deploymentwithinclude_payload: truefor its actual workflow graph, inputs, defaults, GPU configuration and current state; the default response omits the full payload. - Map the user's requested changes to the workflow's real input names and node IDs. Do not guess which node controls the prompt, seed, dimensions, steps or file input. Preserve unspecified values.
- File handling depends on the deployment schema and
submit_requestcontract. Follow the exposed input contract rather than assuming every ComfyUI file field accepts an arbitrary URL. Do not publish private inputs without permission. - Use
get_balanceand current deployment pricing/configuration to explain the available cost estimate. GPU startup, execution and keep-warm time may affect charges; a job timestamp alone does not establish billed runtime. - Present deployment ID, requested overrides, expected outputs, GPU settings and budget/stop condition. Reuse the user's existing authorization. Creating, updating or deleting a deployment changes persistent resources; do that only when requested or necessary within the agreed task.