Update requirements.txt
Browse files- requirements.txt +11 -1
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
ftfy
|
2 |
regex
|
3 |
tqdm
|
@@ -12,4 +14,12 @@ torchvision
|
|
12 |
Pillow
|
13 |
numpy
|
14 |
imageio
|
15 |
-
nvidia_ml_py3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+git://github.com/CompVis/taming-transformers@master
|
2 |
+
git+git://github.com/openai/CLIP@main
|
3 |
ftfy
|
4 |
regex
|
5 |
tqdm
|
|
|
14 |
Pillow
|
15 |
numpy
|
16 |
imageio
|
17 |
+
nvidia_ml_py3
|
18 |
+
transformers
|
19 |
+
wget
|
20 |
+
stegano
|
21 |
+
exempi
|
22 |
+
python-xmp-toolkit
|
23 |
+
imgtag
|
24 |
+
pillow==7.1.2
|
25 |
+
imageio-ffmpeg
|