Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
-
torch
|
| 3 |
-
diffusers=
|
| 4 |
-
transformers=
|
| 5 |
-
huggingface_hub=
|
| 6 |
-
opencv-python
|
| 7 |
-
safetensors
|
| 8 |
-
pillow=
|
| 9 |
-
einops
|
| 10 |
-
peft
|
| 11 |
-
gradio==
|
| 12 |
-
protobuf=
|
| 13 |
-
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
+
torch>=2.3.0
|
| 3 |
+
diffusers>=0.27.2
|
| 4 |
+
transformers>=4.38.2
|
| 5 |
+
huggingface_hub>=0.23.0
|
| 6 |
+
opencv-python>=4.9.0
|
| 7 |
+
safetensors>=0.4.2
|
| 8 |
+
pillow>=10.2.0
|
| 9 |
+
einops>=0.7.0
|
| 10 |
+
peft>=0.10.0
|
| 11 |
+
gradio==5.35.0
|
| 12 |
+
protobuf>=5.26.1
|
| 13 |
+
accelerate>=0.29.3
|