Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Aug 17, 2024
1 parent 69feda4 commit 85b846d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/windows-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,18 @@ jobs:
python -c "import torchaudio; print(f'torchaudio version: {torchaudio.__version__}')"
- name: Package environment
shell: bash
run: |
.\packaged_env\Scripts\Activate.ps1
pip install pyinstaller
git clone https://github.com/comfyanonymous/ComfyUI --depth 1
Copy-Item ${{ inputs.spec_file }} -Destination ComfyUI\
cd ComfyUI
pyinstaller ${{ inputs.spec_file }}
- name: Zip environment
shell: bash
run: |
cd ComfyUI
"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma2 -mx=8 -mfb=64 -md=32m -ms=on -mf=BCJ2 windows_python_env.7z dist
- name: Get current date
Expand Down

0 comments on commit 85b846d

Please sign in to comment.