Skip to content

Commit 3758848

Browse files
Different base files for nvidia and amd portables. (#10105)
1 parent 0db6aab commit 3758848

File tree

7 files changed

+4
-2
lines changed

7 files changed

+4
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
2+
pause
File renamed without changes.

.github/workflows/windows_release_nightly_pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
mkdir update
7070
cp -r ComfyUI/.ci/update_windows/* ./update/
71-
cp -r ComfyUI/.ci/windows_base_files/* ./
71+
cp -r ComfyUI/.ci/windows_nvidia_base_files/* ./
7272
cp -r ComfyUI/.ci/windows_nightly_base_files/* ./
7373
7474
echo "call update_comfyui.bat nopause

.github/workflows/windows_release_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
mkdir update
8383
cp -r ComfyUI/.ci/update_windows/* ./update/
84-
cp -r ComfyUI/.ci/windows_base_files/* ./
84+
cp -r ComfyUI/.ci/windows_nvidia_base_files/* ./
8585
cp ../update_comfyui_and_python_dependencies.bat ./update/
8686
8787
cd ..

0 commit comments

Comments
 (0)