From 98b1aa53a3964bb4aff6ce1217112f033eb71b1d Mon Sep 17 00:00:00 2001 From: Pranav Ajay <86167689+MoeZilla@users.noreply.github.com> Date: Thu, 12 Jan 2023 10:13:08 +0530 Subject: [PATCH] Create Google Colab Run.ipynb --- Google Colab Run.ipynb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Google Colab Run.ipynb diff --git a/Google Colab Run.ipynb b/Google Colab Run.ipynb new file mode 100644 index 0000000..28fcd92 --- /dev/null +++ b/Google Colab Run.ipynb @@ -0,0 +1,13 @@ +!pip install -q https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.15/xformers-0.0.15+e163309.d20230103-cp38-cp38-linux_x86_64.whl + +!git clone https://github.com/camenduru/stable-diffusion-webui +!git clone https://github.com/deforum-art/deforum-for-automatic1111-webui /content/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui +!git clone https://github.com/yfszzx/stable-diffusion-webui-images-browser /content/stable-diffusion-webui/extensions/stable-diffusion-webui-images-browser +!git clone https://github.com/camenduru/stable-diffusion-webui-huggingface /content/stable-diffusion-webui/extensions/stable-diffusion-webui-huggingface +!git clone https://github.com/Vetchems/sd-civitai-browser /content/stable-diffusion-webui/extensions/sd-civitai-browser +%cd /content/stable-diffusion-webui + +!wget https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/Anything-V3.0-pruned.ckpt -O /content/stable-diffusion-webui/models/Stable-diffusion/Anything-V3.0-pruned.ckpt +!wget https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/Anything-V3.0.vae.pt -O /content/stable-diffusion-webui/models/Stable-diffusion/Anything-V3.0-pruned.vae.pt + +!python launch.py --share --xformers --api