Spaces:
Running
Running
huggingface_hub fix v2
#7
by
6Morpheus6
- opened
- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
|
|
1 |
#diffusers>=0.25.1
|
2 |
diffusers==0.26.3
|
3 |
#torch==2.0.0
|
4 |
#torchvision==0.15.1
|
5 |
-
transformers==4.
|
|
|
6 |
accelerate
|
7 |
safetensors
|
8 |
einops
|
@@ -10,7 +12,7 @@ einops
|
|
10 |
onnxruntime
|
11 |
spaces==0.19.4
|
12 |
omegaconf
|
13 |
-
peft==0.
|
14 |
-
huggingface_hub
|
15 |
opencv-python
|
16 |
insightface
|
|
|
1 |
+
gradio==5.0.0
|
2 |
#diffusers>=0.25.1
|
3 |
diffusers==0.26.3
|
4 |
#torch==2.0.0
|
5 |
#torchvision==0.15.1
|
6 |
+
transformers==4.48.3
|
7 |
+
tokenizers==0.21.0
|
8 |
accelerate
|
9 |
safetensors
|
10 |
einops
|
|
|
12 |
onnxruntime
|
13 |
spaces==0.19.4
|
14 |
omegaconf
|
15 |
+
peft==0.14.0
|
16 |
+
huggingface_hub==0.25.2
|
17 |
opencv-python
|
18 |
insightface
|