comfyui

Submit and monitor ComfyUI workflows on local and cloud servers.

150|25|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill comfyui-devsoul2026
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui
Source: https://github.com/Devsoul2026/Hermes-One-Click/tree/main/hermes-agent/skills/creative/comfyui
Command: npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill comfyui-devsoul2026

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, websocket-client, and includes scripts (resource) and references (resource) components.

## What problem does it solve? This Skill automates the end-to-end execution of ComfyUI workflows by injecting user-provided parameters, routing between local and cloud endpoints, uploading inputs (like images), and downloading outputs, streamlining development and testing of AI art pipelines.

## Core Features & Use Cases

  • Workflow parameter injection and submission to both local and cloud servers.
  • Automatic handling of model and embedding dependencies, with guidance to install missing assets.
  • Real-time progress monitoring via WebSocket or polling, with streaming downloads for large outputs.
  • Use case: run SDXL or ComfyUI-based workflows on a batch of prompts and collect outputs in a structured directory.

### Quick Start Submit a small workflow to your local ComfyUI server and download the resulting outputs to an outputs folder.

Frequently Asked Questions about comfyui

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

FAQPage Schema
How do I automate ComfyUI workflow execution across local and cloud servers?

You can automate ComfyUI workflow execution by injecting user-provided parameters, submitting jobs to local or cloud servers, and monitoring real-time progress via WebSocket or polling to retrieve outputs.

What's the best way to manage model and embedding dependencies when running ComfyUI workflows?

You can manage model and embedding dependencies through automatic detection during workflow submission, receiving guidance to install missing assets before executing the pipeline.

Does ComfyUI workflow automation support batch processing of image generation prompts?

Yes, ComfyUI workflow automation supports batch runs by submitting multiple prompts and collecting the generated outputs in a structured directory for streamlined testing.

Do I need websocket-client and requests to run ComfyUI workflows remotely?

Yes, robust HTTP and WebSocket capabilities provided by the requests and websocket-client libraries are required to submit workflows and monitor real-time progress on remote servers.

Can I upload input images and download large outputs during ComfyUI workflow automation?

Input image uploads and output downloads are fully supported during ComfyUI workflow automation, with streaming downloads specifically used to handle large generated outputs efficiently.

Why are my ComfyUI workflow parameters not being applied to the generation pipeline?

Workflow parameters may fail to apply if required models or embeddings are missing, but the automation system detects these dependencies and provides guidance to install the necessary assets.