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 | |
| # HarperStudio — Vast.ai provisioning script | |
| # | |
| # Downloads all models required for ComfyUI FLUX + Wan2.1 generation. | |
| # Designed for the vastai/comfy template (AI Dock base, ComfyUI at /workspace/ComfyUI). | |
| # | |
| # First boot: ~90 min depending on network (~80 GB total). | |
| # Subsequent starts (disk preserved): ~2-5 min — this script is idempotent. | |
| # | |
| # Set in .env.local: |
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 | |
| # HarperStudio — Vast.ai provisioning script | |
| # | |
| # Downloads all models required for ComfyUI FLUX + Wan2.1 generation. | |
| # Designed for the vastai/comfy template (AI Dock base, ComfyUI at /workspace/ComfyUI). | |
| # | |
| # First boot: ~90 min depending on network (~80 GB total). | |
| # Subsequent starts (disk preserved): ~2-5 min — this script is idempotent. | |
| # | |
| # Set in .env.local: |