Skip to content

Commit

Permalink
lzma2
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jul 8, 2024
1 parent a9cdb37 commit 5922e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
cd ..
"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma -mx=8 -mfb=64 -md=32m -ms=on -mf=BCJ2 ComfyUI_windows_portable.7z ComfyUI_windows_portable
"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma2 -mx=8 -mfb=64 -md=32m -ms=on -mf=BCJ2 ComfyUI_windows_portable.7z ComfyUI_windows_portable
mv ComfyUI_windows_portable.7z ComfyUI/ComfyUI_windows_portable_nvidia_cu${{ matrix.cuda_version }}_py${{ matrix.python_version }}_or_cpu.7z
cd ComfyUI_windows_portable
Expand Down

0 comments on commit 5922e6a

Please sign in to comment.