What problem does it solve? Your laptop has no GPU, but a ComfyUI instance runs on a gaming PC elsewhere on your LAN. This Skill lets you queue text-to-image, image-to-image, and video generations on that remote machine through a local relay, without Tailscale or manual file transfers. ## Core Features & Use Cases - Remote generation via local relay: A relay on 127.0.0.1:7899 proxies prompts to the Comfy PC, polls /history, fetches output images, and returns base64 in one call. - Workflow templates: Ships API-format graphs for txt2img, img2img, and Wan2.2 text-to-image, plus UI-format graphs that render visually in the ComfyUI canvas. - Output gallery and verification: Serves a live thumbnail gallery at /output, auto-saves images to a local folder, and validates that generated files are real images before reporting success. - Use Case: Ask the agent to generate "a fox in snow, photoreal" — it checks relay health, submits the txt2img workflow with your prompt/steps/seed, saves the PNG locally, and delivers it back in chat. ## Quick Start Start the relay with COMFY_URL pointing at the Comfy PC, then ask the agent to generate an image from a text prompt using the txt2img workflow.