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.