diff --git a/StableDiffusion.ipynb b/StableDiffusion.ipynb index 8406491..bee21cb 100644 --- a/StableDiffusion.ipynb +++ b/StableDiffusion.ipynb @@ -2,6 +2,8 @@ import os from google.colab.output import eval_js os.environ['colab_url'] = eval_js("google.colab.kernel.proxyPort(7860, {'cache': false})") +%cd /content + !apt -y update -qq !wget http://launchpadlibrarian.net/367274644/libgoogle-perftools-dev_2.5-2.2ubuntu3_amd64.deb !wget https://launchpad.net/ubuntu/+source/google-perftools/2.5-2.2ubuntu3/+build/14795286/+files/google-perftools_2.5-2.2ubuntu3_all.deb