bugfix
Browse files
UmeAiRT-FLUX-Missing_nodes.bat
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
@echo off
|
2 |
setlocal enabledelayedexpansion
|
3 |
|
4 |
-
|
5 |
set "comfyUIPath=%CD%"
|
6 |
|
7 |
:check_folder
|
|
|
1 |
@echo off
|
2 |
setlocal enabledelayedexpansion
|
3 |
|
|
|
4 |
set "comfyUIPath=%CD%"
|
5 |
|
6 |
:check_folder
|
UmeAiRT-WAN2.1-Missing_nodes.bat
CHANGED
@@ -16,7 +16,7 @@ if exist "%comfyUIPath%\ComfyUI" (
|
|
16 |
)
|
17 |
|
18 |
echo [33mUpdate ComfyUI[0m
|
19 |
-
cd
|
20 |
..\python_embeded\python.exe -m pip install --upgrade pip
|
21 |
..\python_embeded\python.exe .\update.py ..\ComfyUI\
|
22 |
if exist update_new.py (
|
|
|
16 |
)
|
17 |
|
18 |
echo [33mUpdate ComfyUI[0m
|
19 |
+
cd update
|
20 |
..\python_embeded\python.exe -m pip install --upgrade pip
|
21 |
..\python_embeded\python.exe .\update.py ..\ComfyUI\
|
22 |
if exist update_new.py (
|