UmeAiRT commited on
Commit
1f695c4
·
verified ·
1 Parent(s): 9c4a03f

Upload Install-ComfyUI.ps1

Browse files
scripts/ComfyUI/Install-ComfyUI.ps1 CHANGED
@@ -335,7 +335,7 @@ Remove-Item $sageWheel -ErrorAction SilentlyContinue
335
 
336
  # --- Étape 7: Téléchargement des Workflows et Settings ---
337
  Write-Log "`nStep 7: Downloading Workflows & Settings..." -Color Yellow
338
- $userDefaultPath = Join-Path $comfyPath "user\default"; New-Item -Path $userDefaultPath -ItemType Directory -Force | Out-Null
339
  $workflowPath = Join-Path $userDefaultPath "workflows"; New-Item -Path $workflowPath -ItemType Directory -Force | Out-Null
340
  $workflowCloneDest = Join-Path $workflowPath "UmeAiRT-Workflow"
341
  $settingsFilePath = Join-Path $userDefaultPath "comfy.settings.json"
 
335
 
336
  # --- Étape 7: Téléchargement des Workflows et Settings ---
337
  Write-Log "`nStep 7: Downloading Workflows & Settings..." -Color Yellow
338
+ $userDefaultPath = Join-Path $InstallPath "user\default"; New-Item -Path $userDefaultPath -ItemType Directory -Force | Out-Null
339
  $workflowPath = Join-Path $userDefaultPath "workflows"; New-Item -Path $workflowPath -ItemType Directory -Force | Out-Null
340
  $workflowCloneDest = Join-Path $workflowPath "UmeAiRT-Workflow"
341
  $settingsFilePath = Join-Path $userDefaultPath "comfy.settings.json"