Skip to content

Commit

Permalink
tune 7z size
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun authored Apr 1, 2024
1 parent fd589b0 commit d8a0f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ du -hd1 "$workdir"
# Packaging
cd "$workdir"
# LZMA2 is ~1.8x faster
"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma2 -mx=5 -mfb=32 -md=16m -ms=on -mf=BCJ2 -v2000000000b ComfyUI_Windows_portable_cu121.7z ComfyUI_Windows_portable
"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma2 -mx=5 -mfb=32 -md=16m -ms=on -mf=BCJ2 -v2100000000b ComfyUI_Windows_portable_cu121.7z ComfyUI_Windows_portable

cd "$workdir"
ls -lahF

0 comments on commit d8a0f85

Please sign in to comment.