Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +18 -3
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
|
|
|
|
1 |
accelerate==1.6.0
|
2 |
diffusers==0.33.1
|
3 |
transformers==4.46.2
|
4 |
-
gradio==5.
|
5 |
-
gradio-modal
|
6 |
sentencepiece==0.2.0
|
7 |
pillow==11.1.0
|
8 |
av==12.1.0
|
@@ -10,8 +11,22 @@ numpy==1.26.2
|
|
10 |
scipy==1.12.0
|
11 |
requests==2.31.0
|
12 |
torchsde==0.2.6
|
13 |
-
|
14 |
einops
|
|
|
15 |
opencv-contrib-python
|
16 |
safetensors
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
gradio_modal
|
3 |
accelerate==1.6.0
|
4 |
diffusers==0.33.1
|
5 |
transformers==4.46.2
|
6 |
+
gradio==5.25.2
|
|
|
7 |
sentencepiece==0.2.0
|
8 |
pillow==11.1.0
|
9 |
av==12.1.0
|
|
|
11 |
scipy==1.12.0
|
12 |
requests==2.31.0
|
13 |
torchsde==0.2.6
|
14 |
+
jinja2>=3.1.2
|
15 |
einops
|
16 |
+
torchvision
|
17 |
opencv-contrib-python
|
18 |
safetensors
|
19 |
+
peft
|
20 |
+
decord
|
21 |
+
tqdm
|
22 |
+
imageio==2.31.1
|
23 |
+
imageio-ffmpeg==0.4.8
|
24 |
+
ffmpeg-python==0.2.0
|
25 |
spaces
|
26 |
+
devicetorch
|
27 |
+
psutil
|
28 |
+
basicsr
|
29 |
+
facexlib>=0.2.5
|
30 |
+
gfpgan>=1.3.5
|
31 |
+
realesrgan
|
32 |
+
# basicsr-fixed
|