requirements plus
Browse files- requirements.txt +20 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
torchvision
|
2 |
numpy
|
3 |
opencv-python
|
@@ -5,4 +6,22 @@ diffusers
|
|
5 |
transformers
|
6 |
nvidia-ml-py3
|
7 |
ftfy
|
8 |
-
--extra-index-url https://download.pytorch.org/whl/cu113 torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pytorch
|
2 |
torchvision
|
3 |
numpy
|
4 |
opencv-python
|
|
|
6 |
transformers
|
7 |
nvidia-ml-py3
|
8 |
ftfy
|
9 |
+
--extra-index-url https://download.pytorch.org/whl/cu113 torch
|
10 |
+
albumentations==0.4.3
|
11 |
+
diffusers
|
12 |
+
opencv-python==4.1.2.30
|
13 |
+
pudb==2019.2
|
14 |
+
invisible-watermark
|
15 |
+
imageio==2.9.0
|
16 |
+
imageio-ffmpeg==0.4.2
|
17 |
+
pytorch-lightning==1.4.2
|
18 |
+
omegaconf==2.1.1
|
19 |
+
test-tube>=0.7.5
|
20 |
+
streamlit>=0.73.1
|
21 |
+
einops==0.3.0
|
22 |
+
torch-fidelity==0.3.0
|
23 |
+
transformers==4.19.2
|
24 |
+
torchmetrics==0.6.0
|
25 |
+
kornia==0.6
|
26 |
+
git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
27 |
+
git+https://github.com/openai/CLIP.git@main#egg=clip
|