UmeAiRT commited on
Commit
8a71943
1 Parent(s): 0716d5f

Upload ComfyUI-FLUX-AllinOne-Auto_install.bat

Browse files
ComfyUI-FLUX-AllinOne-Auto_install.bat CHANGED
@@ -279,14 +279,6 @@ cd ..
279
  echo - ModdedNodes
280
  git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes >nul 2>&1
281
 
282
- echo - LayerStyle
283
- git clone https://github.com/chflame163/ComfyUI_LayerStyle >nul 2>&1
284
- cd ComfyUI_LayerStyle
285
- ..\..\..\python_embeded\python.exe -s -m pip install .\whl\docopt-0.6.2-py2.py3-none-any.whl --no-warn-script-location >nul 2>&1
286
- ..\..\..\python_embeded\python.exe -s -m pip install .\whl\hydra_core-1.3.2-py3-none-any.whl --no-warn-script-location >nul 2>&1
287
- ..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
288
- cd ..
289
-
290
  echo - PulID
291
  git clone https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced >nul 2>&1
292
  cd ..\..\python_embeded
@@ -313,7 +305,7 @@ cd ..\models
313
  REM Download VAE file
314
  echo Downloading VAE file...
315
  cd vae
316
- curl -L -o ae.safetensors https://huggingface.co/UmeAiRT/FLUX-auto_installer/resolve/main/ae.safetensors?download=true
317
 
318
  cd ..
319
 
 
279
  echo - ModdedNodes
280
  git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes >nul 2>&1
281
 
 
 
 
 
 
 
 
 
282
  echo - PulID
283
  git clone https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced >nul 2>&1
284
  cd ..\..\python_embeded
 
305
  REM Download VAE file
306
  echo Downloading VAE file...
307
  cd vae
308
+ curl -L -o ae.safetensors https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/vae/ae.safetensors?download=true
309
 
310
  cd ..
311