diff options
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..2121798 --- /dev/null +++ b/bootstrap @@ -0,0 +1,21 @@ +#!/bin/bash +git clone https://github.com/openai/CLIP +git clone https://github.com/CompVis/taming-transformers + +pip install ftfy regex tqdm omegaconf pytorch-lightning +pip install kornia +pip install einops +pip install torchvision +pip install imageio + +pip install stegano +pip install python-xmp-toolkit +pip install imgtag +pip install pillow +pip install imageio-ffmpeg + +#apt install exempi +pacman -Sy emempi + +curl -L -o vqgan_imagenet_f16_16384.yaml -C - 'http://mirror.io.community/blob/vqgan/vqgan_imagenet_f16_16384.yaml' +curl -L -o vqgan_imagenet_f16_16384.ckpt -C - 'http://mirror.io.community/blob/vqgan/vqgan_imagenet_f16_16384.ckpt' |