fiojanea commited on
Commit
f5eab4e
·
verified ·
1 Parent(s): 2abad7c

Update Vast-Flux-Cyberrealistic XL Pony.sh

Browse files
Files changed (1) hide show
  1. Vast-Flux-Cyberrealistic XL Pony.sh +1 -11
Vast-Flux-Cyberrealistic XL Pony.sh CHANGED
@@ -61,17 +61,7 @@ function provisioning_start() {
61
  source /opt/ai-dock/etc/environment.sh
62
  source /opt/ai-dock/bin/venv-set.sh comfyui
63
 
64
- # Get licensed models if HF_TOKEN set & valid
65
- if provisioning_has_valid_hf_token; then
66
- UNET_MODELS+=("https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/flux1-schnell.safetensors")
67
- #UNET_MODELS+=("https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q8_0.gguf")
68
- VAE_MODELS+=("https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors")
69
- else
70
- UNET_MODELS+=("https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/flux1-schnell.safetensors")
71
- #UNET_MODELS+=("https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q8_0.gguf")
72
- VAE_MODELS+=("https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors")
73
- sed -i 's/flux1-dev\.safetensors/flux1-schnell.safetensors/g' /opt/ComfyUI/web/scripts/defaultGraph.js
74
- fi
75
 
76
  provisioning_print_header
77
  provisioning_get_apt_packages
 
61
  source /opt/ai-dock/etc/environment.sh
62
  source /opt/ai-dock/bin/venv-set.sh comfyui
63
 
64
+
 
 
 
 
 
 
 
 
 
 
65
 
66
  provisioning_print_header
67
  provisioning_get_apt_packages