UmeAiRT commited on
Commit
8848e59
·
verified ·
1 Parent(s): 5e34548

Upload Install-ComfyUI.ps1

Browse files
scripts/ComfyUI/Install-ComfyUI.ps1 CHANGED
@@ -285,7 +285,7 @@ if (Test-Path $zipPath) {
285
 
286
  # Triton
287
  Write-Log " - Installing Triton..."
288
- $tritonWheel = Join-Path $InstallPath "triton.whl"
289
  Download-File -Uri "https://github.com/woct0rdho/triton-windows/releases/download/empty/triton-3.3.0-py3-none-any.whl" -OutFile $tritonWheel
290
  Invoke-AndLog "$venvPython" "-m pip install `"$tritonWheel`""
291
  Invoke-AndLog "$venvPython" "-m pip install triton-windows"
 
285
 
286
  # Triton
287
  Write-Log " - Installing Triton..."
288
+ $tritonWheel = Join-Path $InstallPath "triton-3.3.0-py3-none-any.whl"
289
  Download-File -Uri "https://github.com/woct0rdho/triton-windows/releases/download/empty/triton-3.3.0-py3-none-any.whl" -OutFile $tritonWheel
290
  Invoke-AndLog "$venvPython" "-m pip install `"$tritonWheel`""
291
  Invoke-AndLog "$venvPython" "-m pip install triton-windows"