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