Skip to content

Commit

Permalink
pt241
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Dec 7, 2024
1 parent 634775a commit 354348f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions pt24-cu121/requirements3.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--index-url https://download.pytorch.org/whl/cu121
--extra-index-url https://pypi.org/simple
xformers==0.0.27.post2
torch==2.4.0
torchvision==0.19.0
torchaudio==2.4.0
xformers==0.0.28.post1
torch==2.4.1
torchvision==0.19.1
torchaudio==2.4.1
1 change: 1 addition & 0 deletions pt24-cu121/requirements5.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by generate-requirements5.sh
# Note: Better move versioned items to later steps
cachetools
clip-interrogator
color-matcher
dill
gitpython
Expand Down
4 changes: 0 additions & 4 deletions pt24-cu121/requirements9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ 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
torchvision==0.19.0
2 changes: 1 addition & 1 deletion pt24-cu121/stage1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $pip_exe install -r "$workdir"/requirements6.txt
$pip_exe install "$workdir"/Comfy3D_Pre_Builds/_Build_Wheels/_Wheels_win_py311_torch2.4.0_cu121/*.whl

# 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 torch-scatter -f https://data.pyg.org/whl/torch-2.4.1%2Bcu121.html

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

Expand Down

0 comments on commit 354348f

Please sign in to comment.