✓ Verified 💻 Development ✓ Enhanced Data

Comfyui Runner

Start/stop/status for a ComfyUI instance.

Rating
4.3 (450 reviews)
Downloads
16,092 downloads
Version
1.0.0

Overview

Start/stop/status for a ComfyUI instance.

Complete Documentation

View Source →

comfyui-runner

Purpose

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

Configuration

  • COMFYUI_HOST: Host/IP of the ComfyUI server (default 192.168.179.111).
  • COMFYUI_PORT: Port of the ComfyUI server (default 28188).
  • COMFYUI_USER: Optional username for basic auth.
  • COMFYUI_PASS: Optional password for basic auth.
These can be set via environment variables or a .env file in the skill directory.

Usage

json
{
  "action": "run" | "stop" | "status"
}
  • run: Starts the ComfyUI server if not already running.
  • stop: Stops the ComfyUI server.
  • status: Returns whether the server is reachable.

Example

json
{"action": "status"}

Notes

This skill assumes the ComfyUI binary is available in the system PATH or in the same directory as the skill. It uses curl to ping the /health endpoint.

Installation

Terminal bash

openclaw install comfyui-runner
    
Copied!

💻Code Examples

## Usage

-usage.json
{
  "action": "run" | "stop" | "status"
}

⚙️Configuration Options

Option Type Default Description
COMFYUI_HOSTstring-Host/IP of the ComfyUI server (default `192.168.179.111`).
COMFYUI_PORTstring-Port of the ComfyUI server (default `28188`).
COMFYUI_USERstring-Optional username for basic auth.
COMFYUI_PASSstring-Optional password for basic auth.

Tags

#web_and-frontend-development

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author xtopher86
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install comfyui-runner