Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Dec 7, 2024
1 parent 402675b commit 126ed38
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion pt24-cu121/requirements6.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
git+https://github.com/WASasquatch/cstr
git+https://github.com/WASasquatch/ffmpy.git
git+https://github.com/WASasquatch/img2texture.git
ultralytics==8.3.40
1 change: 0 additions & 1 deletion pt24-cu121/requirements8.txt

This file was deleted.

7 changes: 7 additions & 0 deletions pt24-cu121/requirements9.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Make sure use Numpy 1
numpy==1.26.4

# Fix for CRM V1
open-clip-torch==2.24.0

# For CRM V3 (eden_comfy_pipelines)
# open-clip-torch==2.26.1

# Forcing version to prevent PIP re-installing to latest
clip-interrogator==0.6.0
ultralytics==8.3.40
torchvision==0.19.0
1 change: 0 additions & 1 deletion pt24-cu121/stage1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ $pip_exe install "$workdir"/Comfy3D_Pre_Builds/_Build_Wheels/_Wheels_win_py311_t
# From: https://github.com/rusty1s/pytorch_scatter?tab=readme-ov-file#binaries
$pip_exe install torch-scatter -f https://data.pyg.org/whl/torch-2.4.0%2Bcu121.html

$pip_exe install -r "$workdir"/requirements8.txt
$pip_exe install -r "$workdir"/requirements9.txt

# Add Ninja binary (replacing PIP Ninja)
Expand Down

0 comments on commit 126ed38

Please sign in to comment.