Spaces:
Running
on
Zero
Running
on
Zero
upgrade hf packages
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
-
accelerate==
|
2 |
-
diffusers==0.
|
3 |
-
huggingface-hub==0.
|
4 |
-
gradio==3.39.0
|
5 |
-
gradio-client==1.3.0
|
6 |
h5py==3.11.0
|
7 |
-
huggingface-hub==0.25.2
|
8 |
imageio==2.35.1
|
9 |
imageio-ffmpeg==0.5.1
|
10 |
importlib-metadata==8.4.0
|
@@ -26,7 +23,7 @@ torchaudio==2.5.1
|
|
26 |
torchmetrics==1.4.1
|
27 |
torchvision==0.20.1
|
28 |
tqdm==4.66.5
|
29 |
-
transformers==4.
|
30 |
einops==0.8.0
|
31 |
basicsr==1.4.2
|
32 |
numpy<2
|
|
|
1 |
+
accelerate==1.8.0
|
2 |
+
diffusers==0.33.1
|
3 |
+
huggingface-hub==0.33.0
|
|
|
|
|
4 |
h5py==3.11.0
|
|
|
5 |
imageio==2.35.1
|
6 |
imageio-ffmpeg==0.5.1
|
7 |
importlib-metadata==8.4.0
|
|
|
23 |
torchmetrics==1.4.1
|
24 |
torchvision==0.20.1
|
25 |
tqdm==4.66.5
|
26 |
+
transformers==4.52.4
|
27 |
einops==0.8.0
|
28 |
basicsr==1.4.2
|
29 |
numpy<2
|