runpod-infra

Automate RunPod-based ComfyUI deployment with Dockerfile, entrypoint, and model registry.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/framecastdev/framecast --skill runpod-infra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: runpod-infra
Source: https://github.com/framecastdev/framecast/tree/main/.claude/skills/runpod-infra
Command: npx skills add https://github.com/framecastdev/framecast --skill runpod-infra

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the deployment and management of RunPod-based ComfyUI infrastructure, simplifying complex pod orchestration, volume mounting, and model handling across containers.

Core Features & Use Cases

  • Containerized Infrastructure: Dockerfile setup and script-driven startup that wires ComfyUI with RunPod volumes.
  • Model Registry & Volume Symlinks: Maintains model directories in a shared RunPod volume and symlinks into the UI's expected paths.
  • Observability & Debugging: Exposes debug endpoints for health, workflow, logs, memory, and artifacts to streamline troubleshooting.

Quick Start

Instantiate and manage RunPod-based infrastructure for ComfyUI, ensuring containers start with the correct volume symlinks.

Frequently Asked Questions about runpod-infra

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

FAQPage Schema
How do I automate RunPod ComfyUI deployment with Docker and network volumes?

Automate RunPod ComfyUI deployment by using a modular Dockerfile and entrypoint script to orchestrate pod lifecycle, mount network volumes for model directories, and wire container startup. This streamlines pod orchestration and volume management across containers.

What is the best way to manage ComfyUI model directories on RunPod volumes?

Managing ComfyUI model directories on RunPod involves maintaining a shared network volume as a model registry and creating symlinks into the UI's expected paths. This ensures containers start with correct volume symlinks without duplicating large model files.

Does this approach support observability and debugging for ComfyUI pods?

Yes, observability and debugging are supported by exposing debug endpoints for health, workflow, logs, memory, and artifacts. This streamlines troubleshooting for RunPod-based ComfyUI infrastructure during pod lifecycle management.

Can I use Docker image orchestration to scale ComfyUI on RunPod?

Yes, Docker image orchestration supports scaling ComfyUI on RunPod by applying script-driven startup to wire containers with RunPod network volumes. This satisfies modular infrastructure requirements for directory structure and pod lifecycle management.

Why does my ComfyUI container fail to find models on RunPod network volumes?

ComfyUI containers fail to find models when volume symlinks are not correctly wired into the UI's expected paths. A model registry maintained on the shared RunPod network volume and proper entrypoint script execution are required to resolve path issues.