RoyalEagle commited on
Commit
d1ac5df
1 Parent(s): 33adc56

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -9
requirements.txt CHANGED
@@ -1,9 +1,18 @@
1
- torch
2
- imageio-ffmpeg
3
- einops
4
- torch-optimizer
5
- easydict
6
- braceexpand
7
- kornia==0.6.1
8
- gradio==2.5.1
9
- pixray
 
 
 
 
 
 
 
 
 
 
1
+ !pip install 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
+
3
+ !git clone https://github.com/openai/CLIP
4
+ # !pip install taming-transformers
5
+ !git clone https://github.com/CompVis/taming-transformers.git
6
+ !rm -Rf pixray
7
+ !git clone https://github.com/dribnet/pixray
8
+ !pip install ftfy regex tqdm omegaconf pytorch-lightning
9
+ !pip install kornia==0.6.1
10
+ !pip install imageio-ffmpeg
11
+ !pip install einops
12
+ !pip install torch-optimizer
13
+ !pip install easydict
14
+ !pip install braceexpand
15
+ !pip install git+https://github.com/pvigier/perlin-numpy
16
+ !mkdir steps
17
+ !mkdir models
18
+ !pip install gradio==2.5.1