Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +25 -6
requirements.txt
CHANGED
@@ -2,15 +2,35 @@ torch
|
|
2 |
torchvision
|
3 |
einops
|
4 |
timm
|
5 |
-
diffusers
|
6 |
-
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
sentencepiece
|
8 |
spaces
|
9 |
huggingface_hub
|
10 |
-
accelerate
|
11 |
-
peft
|
12 |
git+https://github.com/ToTheBeginning/facexlib.git
|
13 |
-
|
14 |
pillow
|
15 |
av
|
16 |
numpy
|
@@ -20,4 +40,3 @@ torchsde
|
|
20 |
torchaudio
|
21 |
opencv-contrib-python
|
22 |
safetensors
|
23 |
-
|
|
|
2 |
torchvision
|
3 |
einops
|
4 |
timm
|
5 |
+
diffusers==0.32.2 # ← 다운그레이드
|
6 |
+
transformers>=4.39
|
7 |
+
peft>=0.7.0
|
8 |
+
accelerate>=0.29
|
9 |
+
sentencepiece
|
10 |
+
spaces
|
11 |
+
huggingface_hub
|
12 |
+
git+https://github.com/ToTheBeginning/facexlib.git
|
13 |
+
pillow
|
14 |
+
av
|
15 |
+
numpy
|
16 |
+
scipy
|
17 |
+
requests
|
18 |
+
torchsde
|
19 |
+
torchaudio
|
20 |
+
opencv-contrib-python
|
21 |
+
safetensors
|
22 |
+
torch
|
23 |
+
torchvision
|
24 |
+
einops
|
25 |
+
timm
|
26 |
+
diffusers==0.32.2 # ← 다운그레이드
|
27 |
+
transformers>=4.39
|
28 |
+
peft>=0.7.0
|
29 |
+
accelerate>=0.29
|
30 |
sentencepiece
|
31 |
spaces
|
32 |
huggingface_hub
|
|
|
|
|
33 |
git+https://github.com/ToTheBeginning/facexlib.git
|
|
|
34 |
pillow
|
35 |
av
|
36 |
numpy
|
|
|
40 |
torchaudio
|
41 |
opencv-contrib-python
|
42 |
safetensors
|
|