add mxtools
Browse files
UmeAiRT-WAN2.1-Missing_nodes.bat
CHANGED
@@ -46,6 +46,9 @@ cd ComfyUI-GGUF
|
|
46 |
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
47 |
cd ..
|
48 |
|
|
|
|
|
|
|
49 |
echo - Custom-Scripts
|
50 |
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts >nul 2>&1
|
51 |
|
|
|
46 |
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
47 |
cd ..
|
48 |
|
49 |
+
echo - mxToolkit
|
50 |
+
git clone https://github.com/Smirnov75/ComfyUI-mxToolkit >nul 2>&1
|
51 |
+
|
52 |
echo - Custom-Scripts
|
53 |
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts >nul 2>&1
|
54 |
|