Spaces:
Runtime error
Runtime error
Commit
·
8ed0b74
1
Parent(s):
d7ecba7
Create new file
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==1.9.0+cu111 torchtext==0.10.0 torchvision==0.10.0+cu111 -f https://download.pytorch.org/whl/torch/ -f https://download.pytorch.org/whl/torchvision/
|
2 |
+
git clone https://github.com/openai/CLIP
|
3 |
+
git clone https://github.com/CompVis/taming-transformers.git
|
4 |
+
rm -Rf pixray
|
5 |
+
git clone https://github.com/dribnet/pixray
|
6 |
+
ftfy regex tqdm omegaconf pytorch-lightning
|
7 |
+
kornia==0.6.1
|
8 |
+
imageio-ffmpeg
|
9 |
+
einops
|
10 |
+
torch-optimizer
|
11 |
+
easydict
|
12 |
+
braceexpand
|
13 |
+
git+https://github.com/pvigier/perlin-numpy
|