We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f38e4c commit 74f0499Copy full SHA for 74f0499
.github/workflows/stable-release.yml
@@ -101,9 +101,12 @@ jobs:
101
102
cd ..
103
104
- "C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma2 -mx=9 -mfb=128 -md=768m -ms=on -mf=BCJ2 ComfyUI_windows_portable.7z ComfyUI_windows_portable
+ "C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma2 -mx=8 -ms=on -mf=BCJ2 ComfyUI_windows_portable.7z ComfyUI_windows_portable
105
mv ComfyUI_windows_portable.7z ComfyUI/ComfyUI_windows_portable_${{ inputs.rel_name }}.7z
106
107
+ - shell: bash
108
+ run: |
109
+ cd ..
110
cd ComfyUI_windows_portable
111
python_embeded/python.exe -s ComfyUI/main.py --quick-test-for-ci --cpu
112
0 commit comments