Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
torch
|
3 |
diffusers==0.27.2
|
4 |
transformers==4.36.2
|
@@ -9,3 +9,6 @@ einops
|
|
9 |
peft
|
10 |
gradio==4.29.0
|
11 |
protobuf==3.20
|
|
|
|
|
|
|
|
1 |
+
#--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
torch
|
3 |
diffusers==0.27.2
|
4 |
transformers==4.36.2
|
|
|
9 |
peft
|
10 |
gradio==4.29.0
|
11 |
protobuf==3.20
|
12 |
+
|
13 |
+
gradio
|
14 |
+
httpx[socks]
|