Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
+
torch>=2.0.1
|
| 3 |
+
diffusers[torch]==0.26.3
|
| 4 |
+
transformers>=4.35.0
|
| 5 |
+
accelerate
|
| 6 |
+
gradio>=4.13.0
|
| 7 |
+
safetensors
|
| 8 |
+
xformers
|