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 | |
| # Provisioning Script for 24GB VRAM (e.g., A5000, RTX A5000, 3090, 4090) | |
| # Uses LTX-2 FP8 Model (~19GB) + Quantized Text Encoder (~6GB) | |
| # Tries to fit within 24GB VRAM, might swap slightly to system RAM or require strict offloading. | |
| source /venv/main/bin/activate | |
| COMFYUI_DIR=${WORKSPACE}/ComfyUI | |
| APT_PACKAGES=( |
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 | |
| # This file will be sourced in init.sh | |
| # Namespace functions with provisioning_ | |
| # https://raw.githubusercontent.com/ai-dock/comfyui/main/config/provisioning/default.sh | |
| # Packages are installed after nodes so we can fix them... | |
| APT_PACKAGES=( |