Skip to content

Commit

Permalink
Testing "Quick Compression" for 7z
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Nov 2, 2024
1 parent 06d4d2a commit 1eb9233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ du -hd1
# The file size difference is small.
# So I choose the "Normal Compression", not for faster compression time, but for faster decompression time.

"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma2 -mx=5 -mfb=32 -md=16m -ms=on -mf=BCJ2 -v2140000000b ComfyUI_Windows_portable_cu124.7z ComfyUI_Windows_portable
"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma2 -mx=3 -mfb=32 -md=4m -ms=on -mf=BCJ2 -v2140000000b ComfyUI_Windows_portable_cu124.7z ComfyUI_Windows_portable

ls -lahF

0 comments on commit 1eb9233

Please sign in to comment.