UmeAiRT commited on
Commit
4592e06
·
verified ·
1 Parent(s): 0b0b928

Upload UmeAiRT-LTXV-Model_downloader.bat

Browse files
scripts/Model_downloader/UmeAiRT-LTXV-Model_downloader.bat CHANGED
@@ -68,7 +68,7 @@ set /p "LTXV_GGUF_CHOICE=Enter your choice (A,B,C,D or E) and press Enter: "
68
 
69
  if "%DOWNLOAD%"=="yes" (
70
  echo Downloading checkpoint models file...
71
- powershell -NoProfile -Command "$p = Join-Path $env:modelsPath 'checkpoints\LTXVN'; if (-Not (Test-Path $p)) { New-Item -ItemType Directory -Path $p | Out-Null }"
72
  if /i "%CHOICE%"=="A" (
73
  echo 13B Model :
74
  curl -L -o "%modelsPath%/checkpoints/LTXV/ltxv-13b-0.9.7-dev.safetensors" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/checkpoints/LTXV/ltxv-13b-0.9.7-dev.safetensors?download=true
 
68
 
69
  if "%DOWNLOAD%"=="yes" (
70
  echo Downloading checkpoint models file...
71
+ powershell -NoProfile -Command "$p = Join-Path $env:modelsPath 'checkpoints\LTXV'; if (-Not (Test-Path $p)) { New-Item -ItemType Directory -Path $p | Out-Null }"
72
  if /i "%CHOICE%"=="A" (
73
  echo 13B Model :
74
  curl -L -o "%modelsPath%/checkpoints/LTXV/ltxv-13b-0.9.7-dev.safetensors" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/checkpoints/LTXV/ltxv-13b-0.9.7-dev.safetensors?download=true