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