Spaces:
Runtime error
Runtime error
Init
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.18.0
|
2 |
+
diffusers==0.17.1
|
3 |
+
torch==2.0.1
|
4 |
+
transformers>=4.30.2
|
5 |
+
hydra-core
|
6 |
+
matplotlib
|
7 |
+
pandas
|
8 |
+
tqdm
|
9 |
+
Pillow
|
10 |
+
ftfy
|
11 |
+
regex
|
12 |
+
clip @ git+https://github.com/openai/CLIP.git
|
13 |
+
fabric @ git+https://github.com/sd-fabric/fabric.git
|