Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -3,9 +3,10 @@ spaces
|
|
| 3 |
transformers==4.37.2
|
| 4 |
safetensors
|
| 5 |
opencv-python
|
| 6 |
-
diffusers==0.
|
| 7 |
gradio
|
| 8 |
-f https://download.pytorch.org/whl/cu118
|
| 9 |
-
torch==2.
|
| 10 |
-
torchvision==0.
|
|
|
|
| 11 |
#xformers
|
|
|
|
| 3 |
transformers==4.37.2
|
| 4 |
safetensors
|
| 5 |
opencv-python
|
| 6 |
+
diffusers==0.29.0
|
| 7 |
gradio
|
| 8 |
-f https://download.pytorch.org/whl/cu118
|
| 9 |
+
torch==2.1.2
|
| 10 |
+
torchvision==0.16.2
|
| 11 |
+
pydantic==2.10.6
|
| 12 |
#xformers
|