Upload 3 files
Browse files
UmeAiRT-WAN2.1-Missing_nodes.bat
CHANGED
@@ -25,7 +25,9 @@ if exist "%basePath%\ComfyUI" (
|
|
25 |
echo ComfyUI folder detected
|
26 |
) else (
|
27 |
echo ComfyUI folder not detected, give ComfyUi folder path :
|
|
|
28 |
echo Python folder not detected, give Python folder path :
|
|
|
29 |
pause
|
30 |
)
|
31 |
|
|
|
25 |
echo ComfyUI folder detected
|
26 |
) else (
|
27 |
echo ComfyUI folder not detected, give ComfyUi folder path :
|
28 |
+
set /p "comfyPath= "
|
29 |
echo Python folder not detected, give Python folder path :
|
30 |
+
set /p "pythonPath= "
|
31 |
pause
|
32 |
)
|
33 |
|
UmeAiRT-WAN2.1-Model_downloader.bat
CHANGED
@@ -14,6 +14,8 @@ if exist "%basePath%\ComfyUI" (
|
|
14 |
set "modelsPath=%basePath%\ComfyUI_windows_portable\ComfyUI\models"
|
15 |
) else (
|
16 |
echo ComfyUI folder not detected, give ComfyUi folder path :
|
|
|
|
|
17 |
pause
|
18 |
)
|
19 |
|
|
|
14 |
set "modelsPath=%basePath%\ComfyUI_windows_portable\ComfyUI\models"
|
15 |
) else (
|
16 |
echo ComfyUI folder not detected, give ComfyUi folder path :
|
17 |
+
set /p "comfyPath= "
|
18 |
+
set "modelsPath=%comfyPath%\models"
|
19 |
pause
|
20 |
)
|
21 |
|