Skip to content

Commit

Permalink
Add a few requirements for ensured parity with turbine-models require…
Browse files Browse the repository at this point in the history
…ments. (#2142)

* Add scipy to requirements.

Adds diffusers req and a note for torchsde.
  • Loading branch information
monorimet committed May 28, 2024
1 parent 8146f0b commit 151195a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ parameterized
# Add transformers, diffusers and scipy since it most commonly used
#accelerate is now required for diffusers import from ckpt.
accelerate
scipy
transformers==4.37.1
torchsde # Required for Stable Diffusion SDE schedulers.
ftfy
gradio==4.29.0
altair
Expand Down

0 comments on commit 151195a

Please sign in to comment.