Spaces:
Running
Running
yizhangliu
commited on
Commit
•
fae0a95
1
Parent(s):
29fe1ac
Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
@@ -1,8 +1,13 @@
|
|
1 |
torch
|
|
|
2 |
opencv-python
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
6 |
tqdm
|
7 |
pydantic
|
8 |
loguru
|
@@ -10,5 +15,3 @@ pytest
|
|
10 |
yacs
|
11 |
markupsafe
|
12 |
scikit-image
|
13 |
-
diffusers
|
14 |
-
transformers
|
|
|
1 |
torch
|
2 |
+
torchvision
|
3 |
opencv-python
|
4 |
+
ftfy
|
5 |
+
numpy
|
6 |
+
matplotlib
|
7 |
+
uuid
|
8 |
+
git+https://github.com/huggingface/diffusers.git
|
9 |
+
git+https://github.com/openai/CLIP.git
|
10 |
+
|
11 |
tqdm
|
12 |
pydantic
|
13 |
loguru
|
|
|
15 |
yacs
|
16 |
markupsafe
|
17 |
scikit-image
|
|
|
|