From 87ddcb86a0998a5bdcc5689f24befd3b7e4462c2 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Mon, 5 Jul 2021 19:55:50 +0200 Subject: better debugging --- bootstrap | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'bootstrap') 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' -- cgit v1.2.3