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 | |
| # --- 1. ENVIRONMENT SETUP --- | |
| # Enable the high-speed Rust-based transfer engine | |
| export HF_HUB_ENABLE_HF_TRANSFER=1 | |
| pip install -U hf_transfer huggingface_hub | |
| # Ensure ComfyUI directories exist | |
| mkdir -p /workspace/ComfyUI/models/diffusion_models/ | |
| mkdir -p /workspace/ComfyUI/models/checkpoints/ |