broadfield-dev commited on
Commit
815019f
·
verified ·
1 Parent(s): 1084fb5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  torch==2.1.0
2
  torchvision==0.16.0
3
  torchaudio==2.1.0
 
4
  diffusers>=0.29.0
5
  transformers>=4.41.0
6
  accelerate>=0.29.0
@@ -8,10 +9,10 @@ validators>=0.22.0
8
  compel>=2.0.0
9
  omegaconf>=2.3.0
10
  einops>=0.8.0
11
- pytorch-lightning>=2.2.0
12
- kornia>=0.7.0
13
  resize_right>=0.0.2
14
- scipy>=1.11.0
15
  Pillow>=10.0.0
16
  gradio>=4.31.0
17
  huggingface_hub>=0.20.0
 
1
  torch==2.1.0
2
  torchvision==0.16.0
3
  torchaudio==2.1.0
4
+ numpy<2.0
5
  diffusers>=0.29.0
6
  transformers>=4.41.0
7
  accelerate>=0.29.0
 
9
  compel>=2.0.0
10
  omegaconf>=2.3.0
11
  einops>=0.8.0
12
+ pytorch-lightning>=2.0.0,<2.2.0
13
+ kornia>=0.7.0,<0.8.0
14
  resize_right>=0.0.2
15
+ scipy>=1.11.0,<1.12.0
16
  Pillow>=10.0.0
17
  gradio>=4.31.0
18
  huggingface_hub>=0.20.0