This template includes:
- ComfyUI installed from source
- PyTorch nightly with CUDA 12.1
- FlashAttention + SageAttention
- Popular custom nodes preinstalled
- HuggingFace model downloader (via
Download_Models.py) - Optional Cloudflare tunnel support via
launch.sh
- Launch a Pod from this template
- ComfyUI will start on port 8188
- (Optional) Open a new terminal and run:
bash /workspace/launch.shThis starts a Cloudflare tunnel and prints the public URL.
To download custom models, inspect or modify Download_Models.py. It will run automatically at startup.
- You can also rerun it manually:
python3 /workspace/Download_Models.pyThe current Download_Models.py uses a built-in access token.
If you're building your own version, update the token in the script or use environment variables:
export HUGGING_FACE_HUB_TOKEN=your_token_here