Upload requirements.txt
Browse files- requirements.txt +15 -14
requirements.txt
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
-
accelerate==0.18.0
|
2 |
-
diffusers==0.17.1
|
3 |
-
torch==2.0.1
|
4 |
-
transformers==4.30.2
|
5 |
-
numpy==1.24.2
|
6 |
-
hydra-core
|
7 |
-
matplotlib
|
8 |
-
pandas
|
9 |
-
tqdm
|
10 |
-
Pillow
|
11 |
-
ftfy
|
12 |
-
regex
|
13 |
-
clip @ git+https://github.com/openai/CLIP.git
|
14 |
-
fabric @ git+https://github.com/sd-fabric/fabric.git
|
|
|
|
1 |
+
accelerate==0.18.0
|
2 |
+
diffusers==0.17.1
|
3 |
+
torch==2.0.1
|
4 |
+
transformers==4.30.2
|
5 |
+
numpy==1.24.2
|
6 |
+
hydra-core
|
7 |
+
matplotlib
|
8 |
+
pandas
|
9 |
+
tqdm
|
10 |
+
Pillow
|
11 |
+
ftfy
|
12 |
+
regex
|
13 |
+
clip @ git+https://github.com/openai/CLIP.git
|
14 |
+
fabric @ git+https://github.com/sd-fabric/fabric.git
|
15 |
+
huggingface_hub<=0.25.0
|