comfyui

Automate ComfyUI workflow execution across local and cloud deployments.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/nadicodeai/argo-agent --skill comfyui-nadicodeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui
Source: https://github.com/nadicodeai/argo-agent/tree/main/skills/creative/comfyui
Command: npx skills add https://github.com/nadicodeai/argo-agent --skill comfyui-nadicodeai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates ComfyUI workflow execution and management.

Core Features & Use Cases

  • Install, launch, and manage the ComfyUI lifecycle across local or cloud environments.
  • Inject prompts, upload inputs, monitor progress in real time, and download outputs via scripts.
  • Orchestrate multi-step workflows with parameter sweeps, batch runs, and dynamic dependency handling.

Quick Start

Install the skill, run a sample workflow with injected parameters, and download the results.

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 via API?

You can automate ComfyUI workflow execution by using scripts to inject prompts, upload inputs, monitor progress in real time, and download outputs via API calls. This applies to both local and cloud deployments.

What's the best way to manage ComfyUI servers across local and cloud environments?

Managing ComfyUI servers involves installing, configuring, and launching the lifecycle across environments. The process enforces cross-host URL routing, API-key handling, and dependency checks for reliable operations.

Can I run batch image generation workflows with dynamic parameters in ComfyUI?

Yes, you can orchestrate multi-step workflows with parameter sweeps and batch runs. The automation handles dynamic dependency management, allowing you to inject varying parameters and monitor progress for each run.

Does ComfyUI automation support real-time progress monitoring and safe output streaming?

ComfyUI automation supports real-time progress monitoring and safe output streaming. It handles dependency checks and cross-host URL routing to ensure reliable end-to-end workflow execution and result downloading.

How do I handle API keys and cross-host URL routing for ComfyUI workflows?

Handling API keys and cross-host URL routing is built into the workflow automation. It enforces secure API-key handling and proper URL routing to ensure reliable connections to local or cloud ComfyUI servers.