Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
64ca7175
Commit
64ca7175
authored
Mar 19, 2023
by
comfyanonymous
Browse files
upload new builds with different filename as old one.
parent
b4b21be7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.github/workflows/windows_release_cu118.yml
.github/workflows/windows_release_cu118.yml
+2
-2
.github/workflows/windows_release_cu118_package.yml
.github/workflows/windows_release_cu118_package.yml
+2
-2
No files found.
.github/workflows/windows_release_cu118.yml
View file @
64ca7175
...
@@ -125,7 +125,7 @@ jobs:
...
@@ -125,7 +125,7 @@ jobs:
cd ..
cd ..
"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma -mx=8 -mfb=64 -md=32m -ms=on ComfyUI_windows_portable.7z ComfyUI_windows_portable
"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma -mx=8 -mfb=64 -md=32m -ms=on ComfyUI_windows_portable.7z ComfyUI_windows_portable
mv ComfyUI_windows_portable.7z ComfyUI/ComfyUI_windows_portable_nvidia_cu118_or_cpu.7z
mv ComfyUI_windows_portable.7z ComfyUI/
new_
ComfyUI_windows_portable_nvidia_cu118_or_cpu.7z
cd ComfyUI_windows_portable
cd ComfyUI_windows_portable
python_embeded/python.exe -s ComfyUI/main.py --quick-test-for-ci --cpu
python_embeded/python.exe -s ComfyUI/main.py --quick-test-for-ci --cpu
...
@@ -136,7 +136,7 @@ jobs:
...
@@ -136,7 +136,7 @@ jobs:
uses
:
svenstaro/upload-release-action@v2
uses
:
svenstaro/upload-release-action@v2
with
:
with
:
repo_token
:
${{ secrets.GITHUB_TOKEN }}
repo_token
:
${{ secrets.GITHUB_TOKEN }}
file
:
ComfyUI_windows_portable_nvidia_cu118_or_cpu.7z
file
:
new_
ComfyUI_windows_portable_nvidia_cu118_or_cpu.7z
tag
:
"
latest"
tag
:
"
latest"
overwrite
:
true
overwrite
:
true
.github/workflows/windows_release_cu118_package.yml
View file @
64ca7175
...
@@ -59,7 +59,7 @@ jobs:
...
@@ -59,7 +59,7 @@ jobs:
cd ..
cd ..
"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma -mx=8 -mfb=64 -md=32m -ms=on ComfyUI_windows_portable.7z ComfyUI_windows_portable
"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma -mx=8 -mfb=64 -md=32m -ms=on ComfyUI_windows_portable.7z ComfyUI_windows_portable
mv ComfyUI_windows_portable.7z ComfyUI/ComfyUI_windows_portable_nvidia_cu118_or_cpu.7z
mv ComfyUI_windows_portable.7z ComfyUI/
new_
ComfyUI_windows_portable_nvidia_cu118_or_cpu.7z
cd ComfyUI_windows_portable
cd ComfyUI_windows_portable
python_embeded/python.exe -s ComfyUI/main.py --quick-test-for-ci --cpu
python_embeded/python.exe -s ComfyUI/main.py --quick-test-for-ci --cpu
...
@@ -70,7 +70,7 @@ jobs:
...
@@ -70,7 +70,7 @@ jobs:
uses
:
svenstaro/upload-release-action@v2
uses
:
svenstaro/upload-release-action@v2
with
:
with
:
repo_token
:
${{ secrets.GITHUB_TOKEN }}
repo_token
:
${{ secrets.GITHUB_TOKEN }}
file
:
ComfyUI_windows_portable_nvidia_cu118_or_cpu.7z
file
:
new_
ComfyUI_windows_portable_nvidia_cu118_or_cpu.7z
tag
:
"
latest"
tag
:
"
latest"
overwrite
:
true
overwrite
:
true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment