Spaces:
Runtime error
Runtime error
jacktheporsche
commited on
Commit
•
b59e7d2
1
Parent(s):
04c50e9
added requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.22.0
|
2 |
+
xformers==0.0.20
|
3 |
+
torch==2.0.1
|
4 |
+
torchvision==0.15.2
|
5 |
+
diffusers==0.25.0
|
6 |
+
transformers==4.36.2
|
7 |
+
huggingface-hub==0.20.2
|
8 |
+
spaces==0.19.4
|
9 |
+
numpy
|
10 |
+
accelerate
|
11 |
+
safetensors
|
12 |
+
omegaconf
|
13 |
+
peft
|
14 |
+
httpx==0.27.0
|
15 |
+
safetensors==0.4.0
|