Skip to content

Commit

Permalink
revert 'Move torch-scatter to req txt'
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Jul 22, 2024
1 parent 1c2e474 commit 4b659be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions requirements2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ git+https://github.com/openai/CLIP.git
git+https://github.com/WASasquatch/cstr
git+https://github.com/WASasquatch/ffmpy.git
git+https://github.com/WASasquatch/img2texture.git
# From: https://github.com/rusty1s/pytorch_scatter?tab=readme-ov-file#binaries
torch-scatter -f https://data.pyg.org/whl/torch-2.3.0+cu121.html
4 changes: 4 additions & 0 deletions stage1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
./python.exe -s -m pip install \
"$workdir"/Comfy3D_Pre_Builds/_Build_Wheels/_Wheels_win_py311_cu121/*.whl

# From: https://github.com/rusty1s/pytorch_scatter?tab=readme-ov-file#binaries
./python.exe -s -m pip install \
torch-scatter -f https://data.pyg.org/whl/torch-2.3.0+cu121.html

rm -rf "$workdir"/Comfy3D_Pre_Builds

# Add Ninja binary (replacing PIP one)
Expand Down

0 comments on commit 4b659be

Please sign in to comment.