Skip to content

Commit

Permalink
Add ninja binary
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed May 19, 2024
1 parent 843f7b0 commit 3a1a063
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stage1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

rm -rf "$workdir"/ComfyUI-3D-Pack

# Add Ninja binary (replacing PIP one)
curl -L https://github.com/ninja-build/ninja/releases/latest/download/ninja-win.zip \
-o ninja-win.zip
unzip -o ninja-win.zip -d "$workdir"/python_embeded/Scripts
rm ninja-win.zip

# Setup Python embeded, part 3/3
sed -i '1i../ComfyUI' ./python311._pth

Expand Down

0 comments on commit 3a1a063

Please sign in to comment.