Upload 4 files
Browse files
UmeAiRT-WAN2.1-AllinOne-Auto_install.bat
CHANGED
@@ -91,13 +91,19 @@ echo [33mInstalling NVIDIA Apex...[0m
|
|
91 |
git clone https://github.com/NVIDIA/apex "%basePath%/python_embeded/apex" >> "%installPath%\logs\install.txt" 2>&1
|
92 |
"%basePath%\python_embeded\python.exe" -s -m pip install -e "%basePath%/python_embeded/apex" >> "%installPath%\logs\install.txt" 2>&1
|
93 |
|
|
|
|
|
|
|
94 |
echo [33mInstalling Triton...[0m
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
"%basePath%\python_embeded\
|
100 |
-
|
|
|
|
|
|
|
101 |
|
102 |
REM Clone ComfyUI-Manager
|
103 |
echo [33mInstalling ComfyUI-Manager...[0m
|
|
|
91 |
git clone https://github.com/NVIDIA/apex "%basePath%/python_embeded/apex" >> "%installPath%\logs\install.txt" 2>&1
|
92 |
"%basePath%\python_embeded\python.exe" -s -m pip install -e "%basePath%/python_embeded/apex" >> "%installPath%\logs\install.txt" 2>&1
|
93 |
|
94 |
+
echo [33mInstalling Visual Studio Build Tools...[0m
|
95 |
+
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"
|
96 |
+
|
97 |
echo [33mInstalling Triton...[0m
|
98 |
+
"%basePath%\python_embeded\python.exe" -s -m pip install triton-windows==3.2.0.post17 >> "%installPath%\logs\install.txt" 2>&1
|
99 |
+
|
100 |
+
echo [33mDownloading Python include/libs...[0m
|
101 |
+
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
|
102 |
+
tar -xf "%basePath%\python_embeded\python_3.12.9_include_libs.zip" -C "%basePath%\python_embeded" >> "%installPath%\logs\install.txt" 2>&1
|
103 |
+
|
104 |
+
echo [33mInstalling SageAttention...[0m
|
105 |
+
git clone https://github.com/thu-ml/SageAttention "%basePath%/python_embeded/SageAttention" >> "%installPath%\logs\install.txt" 2>&1
|
106 |
+
"%basePath%\python_embeded\python.exe" -s -m pip install -e "%basePath%/python_embeded/SageAttention" >> "%installPath%\logs\install.txt" 2>&1
|
107 |
|
108 |
REM Clone ComfyUI-Manager
|
109 |
echo [33mInstalling ComfyUI-Manager...[0m
|
UmeAiRT-WAN2.1-Missing_nodes.bat
CHANGED
@@ -76,13 +76,21 @@ echo [33mInstalling xformers...[0m
|
|
76 |
echo [33mInstalling NVIDIA Apex...[0m
|
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 |
echo [33mInstalling Triton...[0m
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
"%
|
85 |
-
|
|
|
|
|
|
|
|
|
86 |
|
87 |
REM Clone ComfyUI-Manager
|
88 |
echo [33mInstalling ComfyUI-Manager...[0m
|
|
|
76 |
echo [33mInstalling NVIDIA Apex...[0m
|
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 [33mInstalling Visual Studio Build Tools...[0m
|
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 [33mInstalling Triton...[0m
|
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 [33mDownloading Python include/libs...[0m
|
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 [33mInstalling SageAttention...[0m
|
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 [33mInstalling ComfyUI-Manager...[0m
|