Browse Source

Using LZMA2 for 7zip compression in Windows packaging

pull/3169/head
YAN Wenkun 8 months ago
parent
commit
88e6b85c8a
No known key found for this signature in database
GPG Key ID: CF637F3AF52930DE
  1. 2
      .github/workflows/windows_release_package.yml

2
.github/workflows/windows_release_package.yml

@ -82,7 +82,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/new_ComfyUI_windows_portable_nvidia_cu${{ inputs.cu }}_or_cpu.7z
cd ComfyUI_windows_portable

Loading…
Cancel
Save