comfyui-runner

Start, stop, and check the status of a local ComfyUI server.

61|11|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/viralcode/openwhale --skill comfyui-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui-runner
Source: https://github.com/viralcode/openwhale/tree/main/skills/comfyui-runner
Command: npx skills add https://github.com/viralcode/openwhale --skill comfyui-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a streamlined way to manage the lifecycle of a local ComfyUI instance, ensuring it's running when needed and can be stopped or checked for status easily.

Core Features & Use Cases

  • Start ComfyUI: Launches the ComfyUI server if it's not already active.
  • Stop ComfyUI: Gracefully shuts down the ComfyUI server.
  • Check Status: Verifies if the ComfyUI server is reachable and responsive.
  • Use Case: You need to quickly check if your ComfyUI is running before starting a complex generation task, or you want to stop it to free up resources after you're done.

Quick Start

Check the status of the ComfyUI server.

Frequently Asked Questions about comfyui-runner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage ComfyUI server lifecycle for workflow automation?

You can manage ComfyUI server lifecycle programmatically using start, stop, and status commands to control local instances for workflow automation. This streamlines instance control for resource management.

What's the best way to check if a ComfyUI instance is running before generation tasks?

The best way to check if a ComfyUI instance is running is to verify the server is reachable and responsive via a health check endpoint. This status command ensures your server is active before complex generation tasks.

Can I stop ComfyUI to free up resources after generation?

Yes, you can stop ComfyUI to free up resources after generation by gracefully shutting down the server. This stop command halts the local instance to optimize resource management when idle.

Do I need a running ComfyUI server to use server management commands?

You need a running ComfyUI server accessible via HTTP and a health check endpoint to use server management commands effectively. The start command launches the server if it is not already active locally.

Why does my ComfyUI status check fail when the server is not reachable?

A ComfyUI status check fails when the server is not reachable because the command verifies server responsiveness via an HTTP health check endpoint. Ensure the local instance is successfully launched before checking.