summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-07-05 17:08:51 +0200
committerTom Barrett <tom@tombarrett.xyz>2021-07-05 17:08:51 +0200
commite729c74265e7f8a9db85b85579ccac3f9eab8bed (patch)
treebc036f4af2816645b8001f81fe5b910e00f34d80 /bootstrap
starting out
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap21
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'