Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +13 -1
requirements.txt
CHANGED
@@ -4,4 +4,16 @@ torch
|
|
4 |
torchvision
|
5 |
opencv-python
|
6 |
matplotlib
|
7 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
torchvision
|
5 |
opencv-python
|
6 |
matplotlib
|
7 |
+
huggingface_hub
|
8 |
+
|
9 |
+
accelerate==0.27.2
|
10 |
+
diffusers==0.30.2
|
11 |
+
numpy==1.26.4
|
12 |
+
tokenizers==0.15.2
|
13 |
+
torch==2.2.0
|
14 |
+
torchvision==0.17.0
|
15 |
+
transformers==4.37.2
|
16 |
+
xformers==0.0.24
|
17 |
+
h5py
|
18 |
+
scipy
|
19 |
+
setuptools
|