UmeAiRT commited on
Commit
5623c89
·
verified ·
1 Parent(s): 405ac2e

Upload Install-ComfyUI.ps1

Browse files
scripts/ComfyUI/Install-ComfyUI.ps1 CHANGED
@@ -372,7 +372,7 @@ foreach ($pack in $modelPacks) {
372
  if ($choice -eq 'Y' -or $choice -eq 'y') {
373
  Write-Log " - Launching downloader for $($pack.Name) models..." -Color Green
374
  # Exécute le script PowerShell de téléchargement
375
- & $scriptPath
376
  $validInput = $true
377
  } elseif ($choice -eq 'N' -or $choice -eq 'n') {
378
  Write-Log " - Skipping download for $($pack.Name) models." -Color Gray
 
372
  if ($choice -eq 'Y' -or $choice -eq 'y') {
373
  Write-Log " - Launching downloader for $($pack.Name) models..." -Color Green
374
  # Exécute le script PowerShell de téléchargement
375
+ & $scriptPath -InstallPath $InstallPath
376
  $validInput = $true
377
  } elseif ($choice -eq 'N' -or $choice -eq 'n') {
378
  Write-Log " - Skipping download for $($pack.Name) models." -Color Gray