Spaces:
Running
on
Zero
Running
on
Zero
wanghaofan
commited on
Commit
•
2522a9f
1
Parent(s):
a93bdd7
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
diffusers
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
transformers
|
5 |
accelerate
|
6 |
safetensors
|
7 |
einops
|
@@ -13,6 +13,6 @@ huggingface-hub
|
|
13 |
opencv-python
|
14 |
insightface
|
15 |
gradio
|
16 |
-
controlnet_aux
|
17 |
gdown
|
18 |
peft
|
|
|
1 |
+
diffusers==0.30.0
|
2 |
+
torch==2.4.0
|
3 |
+
torchvision==0.19.0
|
4 |
+
transformers==4.44.0
|
5 |
accelerate
|
6 |
safetensors
|
7 |
einops
|
|
|
13 |
opencv-python
|
14 |
insightface
|
15 |
gradio
|
16 |
+
controlnet_aux==0.0.9
|
17 |
gdown
|
18 |
peft
|