Spaces:
Sleeping
Sleeping
create requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate
|
2 |
+
diffusers
|
3 |
+
invisible_watermark
|
4 |
+
transformers[torch]
|
5 |
+
xformers==0.0.23.post1
|
6 |
+
DeepCache
|
7 |
+
pandas
|
8 |
+
numpy
|
9 |
+
torchmetrics[image]
|
10 |
+
gradio
|
11 |
+
spaces
|
12 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
13 |
+
torch==2.1.2
|
14 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
15 |
+
torchaudio==2.1.2
|
16 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
17 |
+
torchvision==0.16.2
|