Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
torch
|
2 |
-
diffusers
|
3 |
-
transformers
|
4 |
-
Pillow
|
5 |
-
opencv-python-headless
|
6 |
-
numpy
|
7 |
-
gradio
|
8 |
-
gradio-imageslider
|
9 |
-
huggingface_hub
|
10 |
-
basicsr
|
|
|
1 |
+
torch==2.7.1
|
2 |
+
diffusers==0.34.0
|
3 |
+
transformers==4.53.1
|
4 |
+
Pillow==11.3.0
|
5 |
+
opencv-python-headless==4.11.0.86
|
6 |
+
numpy==2.2.6
|
7 |
+
gradio==5.35.0
|
8 |
+
gradio-imageslider==0.0.20
|
9 |
+
huggingface_hub==0.33.2
|
10 |
+
basicsr==1.4.2
|