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
| #!/usr/bin/env bash | |
| set -e | |
| echo "Running Vast starter template..." | |
| curl -fsSL https://raw.githubusercontent.com/vast-ai/base-image/refs/heads/main/derivatives/pytorch/derivatives/comfyui/provisioning_scripts/serverless/starter-template.sh | bash | |
| echo "Installing FXGenAI FLUX stack..." | |
| cd /workspace/ComfyUI | |
| mkdir -p models/unet models/clip models/vae custom_nodes |