This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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" |