UmeAiRT commited on
Commit
bc4311c
·
verified ·
1 Parent(s): 7e6d8c7

Upload UmeAiRT-Install-ComfyUI.bat

Browse files
Files changed (1) hide show
  1. UmeAiRT-Install-ComfyUI.bat +3 -2
UmeAiRT-Install-ComfyUI.bat CHANGED
@@ -1,6 +1,7 @@
1
  @echo off
2
  setlocal
3
-
 
4
  :: ============================================================================
5
  :: Section 1: Set Installation Path (Modified)
6
  :: ============================================================================
@@ -46,7 +47,7 @@ pause > nul
46
 
47
  set "ScriptsFolder=%InstallPath%\scripts"
48
  set "BootstrapScript=%ScriptsFolder%\Bootstrap-Downloader.ps1"
49
- set "BootstrapUrl=https://github.com/UmeAiRT/ComfyUI-Auto_installer/raw/feature-conda-integration/scripts/Bootstrap-Downloader.ps1"
50
 
51
  :: Create scripts folder if it doesn't exist
52
  if not exist "%ScriptsFolder%" (
 
1
  @echo off
2
  setlocal
3
+ set "PYTHONPATH="
4
+ set "PYTHONNOUSERSITE=1"
5
  :: ============================================================================
6
  :: Section 1: Set Installation Path (Modified)
7
  :: ============================================================================
 
47
 
48
  set "ScriptsFolder=%InstallPath%\scripts"
49
  set "BootstrapScript=%ScriptsFolder%\Bootstrap-Downloader.ps1"
50
+ set "BootstrapUrl=https://github.com/UmeAiRT/ComfyUI-Auto_installer/raw/main/scripts/Bootstrap-Downloader.ps1"
51
 
52
  :: Create scripts folder if it doesn't exist
53
  if not exist "%ScriptsFolder%" (