Use exact old versions compatible with IDM-VTON
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
|
|
|
|
|
|
|
|
|
| 3 |
gradio==4.19.2
|
| 4 |
-
diffusers>=0.27.0
|
| 5 |
-
transformers>=4.36.0
|
| 6 |
-
huggingface_hub
|
| 7 |
opencv-python-headless
|
| 8 |
av
|
| 9 |
Pillow
|
|
|
|
| 1 |
+
torch==2.0.1
|
| 2 |
+
torchvision==0.15.2
|
| 3 |
+
diffusers==0.25.0
|
| 4 |
+
transformers==4.36.0
|
| 5 |
+
huggingface_hub==0.19.4
|
| 6 |
gradio==4.19.2
|
|
|
|
|
|
|
|
|
|
| 7 |
opencv-python-headless
|
| 8 |
av
|
| 9 |
Pillow
|