Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ torchvision==0.12.0
|
|
3 |
#numpy==1.19.2
|
4 |
numpy
|
5 |
albumentations==0.4.3
|
6 |
-
|
7 |
pudb==2019.2
|
8 |
imageio==2.9.0
|
9 |
imageio-ffmpeg==0.4.2
|
@@ -18,3 +18,5 @@ wandb==0.13.5
|
|
18 |
tqdm==4.64.1
|
19 |
torchmetrics==0.6.0
|
20 |
einops==0.3.0
|
|
|
|
|
|
3 |
#numpy==1.19.2
|
4 |
numpy
|
5 |
albumentations==0.4.3
|
6 |
+
opencv-python==4.1.2.30
|
7 |
pudb==2019.2
|
8 |
imageio==2.9.0
|
9 |
imageio-ffmpeg==0.4.2
|
|
|
18 |
tqdm==4.64.1
|
19 |
torchmetrics==0.6.0
|
20 |
einops==0.3.0
|
21 |
+
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
22 |
+
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|