Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
torchvision>=0.15.0
|
| 3 |
+
diffusers>=0.21.0
|
| 4 |
+
peft>=0.5.0
|
| 5 |
+
accelerate>=0.20.0
|
| 6 |
+
transformers>=4.30.0
|
| 7 |
+
gradio>=4.0.0
|
| 8 |
+
pillow>=9.0.0
|
| 9 |
+
huggingface_hub>=0.16.0
|