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 fbd664b commit 402675b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pt24-cu121/requirements3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
xformers==0.0.27.post2
torch==2.4.0
torchvision==0.19.0
torchaudio
torchaudio==2.4.0
2 changes: 1 addition & 1 deletion pt24-cu121/requirements5.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by generate-requirements5.sh
# Note: Better move versioned items to latter steps
# Note: Better move versioned items to later steps
cachetools
color-matcher
dill
Expand Down
1 change: 0 additions & 1 deletion pt24-cu121/requirements6.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
git+https://github.com/WASasquatch/cstr
git+https://github.com/WASasquatch/ffmpy.git
git+https://github.com/WASasquatch/img2texture.git
clip-interrogator==0.6.0
ultralytics==8.3.40
1 change: 1 addition & 0 deletions pt24-cu121/requirements8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
clip-interrogator==0.6.0
1 change: 1 addition & 0 deletions pt24-cu121/stage1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ $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 402675b

Please sign in to comment.