UmeAiRT commited on
Commit
45a0914
·
verified ·
1 Parent(s): 39d1810

Upload UmeAiRT-WAN2.1-Missing_nodes.bat

Browse files
Files changed (1) hide show
  1. UmeAiRT-WAN2.1-Missing_nodes.bat +0 -21
UmeAiRT-WAN2.1-Missing_nodes.bat CHANGED
@@ -71,27 +71,6 @@ echo Invalid choice. Please enter A or B.
71
  goto CHOOSE_CLEAN
72
  )
73
 
74
- echo Installing xformers...
75
- "%pythonPath%\python.exe" -s -m pip install xformers >> "%basePath%\logs\Missing_nodes.txt" 2>&1
76
- echo Installing NVIDIA Apex...
77
- git clone https://github.com/NVIDIA/apex "%pythonPath%/apex" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
78
- "%pythonPath%\python.exe" -s -m pip install -e "%pythonPath%/apex" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
79
-
80
- echo Installing Visual Studio Build Tools...
81
- winget install --id Microsoft.VisualStudio.2022.BuildTools -e --source winget --override "--quiet --wait --norestart --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.Windows10SDK.20348"
82
-
83
- echo Installing Triton...
84
- "%basePath%\python_embeded\python.exe" -s -m pip install triton-windows==3.2.0.post17 >> "%installPath%\logs\install.txt" 2>&1
85
-
86
- echo Downloading Python include/libs...
87
- curl -L -o "%basePath%\python_embeded\python_3.12.9_include_libs.zip" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/python_3.12.9_include_libs.zip?download=true >> "%installPath%\logs\install.txt" 2>&1
88
- tar -xf "%basePath%\python_embeded\python_3.12.9_include_libs.zip" -C "%basePath%\python_embeded" >> "%installPath%\logs\install.txt" 2>&1
89
-
90
- echo Installing SageAttention...
91
- git clone https://github.com/thu-ml/SageAttention "%basePath%/python_embeded/SageAttention" >> "%installPath%\logs\install.txt" 2>&1
92
- "%basePath%\python_embeded\python.exe" -s -m pip install -e "%basePath%/python_embeded/SageAttention" >> "%installPath%\logs\install.txt" 2>&1
93
-
94
-
95
  REM Clone ComfyUI-Manager
96
  echo Installing ComfyUI-Manager...
97
  git clone https://github.com/ltdrdata/ComfyUI-Manager.git "%customNodesPath%/ComfyUI-Manager" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
 
71
  goto CHOOSE_CLEAN
72
  )
73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  REM Clone ComfyUI-Manager
75
  echo Installing ComfyUI-Manager...
76
  git clone https://github.com/ltdrdata/ComfyUI-Manager.git "%customNodesPath%/ComfyUI-Manager" >> "%basePath%\logs\Missing_nodes.txt" 2>&1