Skip to content

Instantly share code, notes, and snippets.

@xbeast
xbeast / setup.sh
Last active May 25, 2026 18:14
ComfyUI RunPod Setup
#!/bin/bash
# ═══════════════════════════════════════════════════════════════
# ComfyUI Auto-Setup Script for RunPod
# Installs custom nodes + downloads models on every pod start
# ═══════════════════════════════════════════════════════════════
set -e
COMFY_DIR="/workspace/runpod-slim/ComfyUI"
NODES_DIR="$COMFY_DIR/custom_nodes"