comfyui

Configure and execute ComfyUI image and video generation workflows in OpenMontage.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/X-manist/Cohmira --skill comfyui-x-manist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui
Source: https://github.com/X-manist/Cohmira/tree/main/src/builtin-plugins/openmontage/.agents/skills/comfyui
Command: npx skills add https://github.com/X-manist/Cohmira --skill comfyui-x-manist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running ComfyUI generation through OpenMontage requires correct server setup, API-format workflow JSON, output node selection, and model placement, and mistakes in any of these cause failed or unreproducible renders. ## Core Features & Use Cases - Workflow Selection: Choose between bundled workflows and custom workflow_json/workflow_path inputs based on GPU VRAM, style, and community recipes. - Output Node Contract: Identify the correct terminal saver node (SaveImage, SaveVideo, VHS_VideoCombine) and pass its node ID as output_node. - Model and LoRA Setup: Place diffusion models, text encoders, VAEs, and LoRAs in the correct ComfyUI model directories and record model-stack provenance for reproducibility. - Use Case: A user with a 12GB GPU wants to run a community Wan 2.2 GGUF video workflow; the skill guides selecting a quantized workflow, verifying required models, setting output_node, and handling missing_models responses. ## Quick Start Use the comfyui skill to run this ComfyUI workflow JSON through comfyui_video and tell me which output_node and models I need.

Frequently Asked Questions about comfyui

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

FAQPage Schema
How do I run a custom ComfyUI workflow in OpenMontage?

Export the workflow from ComfyUI in API-format JSON, then pass it via workflow_json or workflow_path to comfyui_image or comfyui_video. You must also set output_node to the node ID of the terminal saver node, such as SaveImage or VHS_VideoCombine.

Which ComfyUI workflows work on 8GB or 12GB GPUs?

For 8GB-12GB GPUs, prefer lower-footprint options like Wan 2.1 1.3B, LTXV FP8, or Wan 2.2 GGUF/quantized community workflows. The bundled Wan 2.2 14B FP8 video workflows target 16GB-class hardware.

Why does my ComfyUI workflow fail with missing models?

The workflow's loader nodes reference models not present locally. Read the structured missing_models payload for each file's name, role, destination hint, and download URL, then place files under ComfyUI/models/ subfolders like diffusion_models, text_encoders, vae, or loras.

Can I add LoRAs to any ComfyUI workflow automatically?

No. The current tools do not inject LoRAs into arbitrary graphs. Use a workflow that already contains a LoraLoader or LoraLoaderModelOnly chain, and record each LoRA name with strength_model and strength_clip values.

What should I do when the ComfyUI server is unavailable?

Start ComfyUI locally or set COMFYUI_SERVER_URL to point at a running server; the default is http://localhost:8188. If a long render times out, check ComfyUI history before retrying since the server may have completed the prompt.