summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-07-05 19:55:50 +0200
committerTom Barrett <tom@tombarrett.xyz>2021-07-05 19:55:50 +0200
commit87ddcb86a0998a5bdcc5689f24befd3b7e4462c2 (patch)
treecd0ecc31bf4786063a062b3886b3161b98e8ea7f
parente729c74265e7f8a9db85b85579ccac3f9eab8bed (diff)
better debuggingHEADmaster
-rwxr-xr-xbootstrap10
-rw-r--r--steps/.gitignore1
2 files changed, 8 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index 2121798..dee23e6 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,13 +1,17 @@
#!/bin/bash
+set -xe
+
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 ftfy
+pip install regex
+pip install omegaconf
+pip install 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
@@ -15,7 +19,7 @@ pip install pillow
pip install imageio-ffmpeg
#apt install exempi
-pacman -Sy emempi
+pacman -Sy exempi
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'
diff --git a/steps/.gitignore b/steps/.gitignore
new file mode 100644
index 0000000..4446212
--- /dev/null
+++ b/steps/.gitignore
@@ -0,0 +1 @@
+*png