Spaces:
Sleeping
Sleeping
Rename requirement.txt to requirements.txt
Browse files- requirement.txt +0 -0
- requirements.txt +13 -0
requirement.txt
DELETED
|
File without changes
|
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.1.0
|
| 2 |
+
torchvision
|
| 3 |
+
diffusers>=0.27.0
|
| 4 |
+
transformers>=4.38.0
|
| 5 |
+
peft>=0.9.0
|
| 6 |
+
accelerate>=0.28.0
|
| 7 |
+
safetensors
|
| 8 |
+
huggingface_hub>=0.22.0
|
| 9 |
+
gradio>=4.26.0
|
| 10 |
+
spaces
|
| 11 |
+
numpy
|
| 12 |
+
matplotlib
|
| 13 |
+
Pillow
|