UmeAiRT commited on
Commit
424abd2
·
verified ·
1 Parent(s): 3d09af4

Upload 3 files

Browse files
UmeAiRT-WAN2.1-Missing_nodes.bat CHANGED
@@ -25,10 +25,9 @@ if exist "%basePath%\ComfyUI" (
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
 
34
  set "customNodesPath=%comfyPath%\custom_nodes"
@@ -51,8 +50,8 @@ if exist "%basePath%\update" (
51
  "%pythonPath%\python.exe" "%basePath%\ComfyUI_windows_portable\update\update.py" "%comfyPath%" --skip_self_update >> "%basePath%\logs\Missing_nodes.txt" 2>&1
52
  )
53
  ) else (
54
- git --git-dir="%comfyPath%" --work-tree="%comfyPath%" pull
55
- "%pythonPath%\python.exe" -s -m pip install -r "%comfyPath%/requirements.txt" --no-warn-script-location
56
  )
57
 
58
  :CHOOSE_CLEAN
@@ -85,9 +84,6 @@ curl -L -o "%pythonPath%\triton-3.2.0-cp312-cp312-win_amd64.whl" https://github.
85
  "%pythonPath%\python.exe" -m pip install "%pythonPath%\triton-3.2.0-cp311-cp311-win_amd64.whl" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
86
  "%pythonPath%\python.exe" -m pip install "%pythonPath%\triton-3.2.0-cp312-cp312-win_amd64.whl" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
87
 
88
- cd ..\..
89
- cd ComfyUI\custom_nodes
90
-
91
  REM Clone ComfyUI-Manager
92
  echo Installing ComfyUI-Manager...
93
  git clone https://github.com/ltdrdata/ComfyUI-Manager.git "%customNodesPath%/ComfyUI-Manager" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
 
25
  echo ComfyUI folder detected
26
  ) else (
27
  echo ComfyUI folder not detected, give ComfyUi folder path :
28
+ set /p "comfyPath=Path: "
29
  echo Python folder not detected, give Python folder path :
30
+ set /p "pythonPath=Path: "
 
31
  )
32
 
33
  set "customNodesPath=%comfyPath%\custom_nodes"
 
50
  "%pythonPath%\python.exe" "%basePath%\ComfyUI_windows_portable\update\update.py" "%comfyPath%" --skip_self_update >> "%basePath%\logs\Missing_nodes.txt" 2>&1
51
  )
52
  ) else (
53
+ git --git-dir="%comfyPath%" --work-tree="%comfyPath%" pull >> "%basePath%\logs\Missing_nodes.txt" 2>&1
54
+ "%pythonPath%\python.exe" -s -m pip install -r "%comfyPath%/requirements.txt" --no-warn-script-location >> "%basePath%\logs\Missing_nodes.txt" 2>&1
55
  )
56
 
57
  :CHOOSE_CLEAN
 
84
  "%pythonPath%\python.exe" -m pip install "%pythonPath%\triton-3.2.0-cp311-cp311-win_amd64.whl" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
85
  "%pythonPath%\python.exe" -m pip install "%pythonPath%\triton-3.2.0-cp312-cp312-win_amd64.whl" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
86
 
 
 
 
87
  REM Clone ComfyUI-Manager
88
  echo Installing ComfyUI-Manager...
89
  git clone https://github.com/ltdrdata/ComfyUI-Manager.git "%customNodesPath%/ComfyUI-Manager" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
UmeAiRT-WAN2.1-Model_downloader.bat CHANGED
@@ -13,10 +13,12 @@ if exist "%basePath%\ComfyUI" (
13
  echo ComfyUI folder detected
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
 
22
  :CHOOSE_OPTION
 
13
  echo ComfyUI folder detected
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=Path: "
18
+ set "modelsPath=!comfyPath!\models"
19
+ echo comfyPath = !comfyPath!
20
+ echo modelsPath = !modelsPath!
21
+ pause
22
  )
23
 
24
  :CHOOSE_OPTION