bug fix
Browse files
ComfyUI-Missing_nodes.bat
CHANGED
|
@@ -139,9 +139,9 @@ git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes >nul 2>&1
|
|
| 139 |
echo - LayerStyle
|
| 140 |
git clone https://github.com/chflame163/ComfyUI_LayerStyle >nul 2>&1
|
| 141 |
cd ComfyUI_LayerStyle
|
| 142 |
-
..\..\..\python_embeded\python.exe -s -m pip install .\whl\docopt-0.6.2-py2.py3-none-any.whl --no-warn-script-location
|
| 143 |
-
..\..\..\python_embeded\python.exe -s -m pip install .\whl\hydra_core-1.3.2-py3-none-any.whl --no-warn-script-location
|
| 144 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 145 |
cd ..
|
| 146 |
|
| 147 |
echo - PulID
|
|
|
|
| 139 |
echo - LayerStyle
|
| 140 |
git clone https://github.com/chflame163/ComfyUI_LayerStyle >nul 2>&1
|
| 141 |
cd ComfyUI_LayerStyle
|
| 142 |
+
..\..\..\python_embeded\python.exe -s -m pip install .\whl\docopt-0.6.2-py2.py3-none-any.whl --no-warn-script-location >nul 2>&1
|
| 143 |
+
..\..\..\python_embeded\python.exe -s -m pip install .\whl\hydra_core-1.3.2-py3-none-any.whl --no-warn-script-location >nul 2>&1
|
| 144 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 145 |
cd ..
|
| 146 |
|
| 147 |
echo - PulID
|