Skip to content

Commit

Permalink
fix: pin torch to prevent xformers mismatches
Browse files Browse the repository at this point in the history
xformers is required in the packaged comfyui version with hordelib 1.6.6
  • Loading branch information
tazlin committed Oct 18, 2023
1 parent 5cfa9b0 commit db489ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch # We have to place it here otherwise it installs the CPU version
torch==2.0.1 # We have to place it here otherwise it installs the CPU version
Pillow>=10.0.1
pydantic==1.10.12
horde_model_reference~=0.2.2
Expand Down

0 comments on commit db489ab

Please sign in to comment.