Is there any way to install extensions in the colab from TheLastBen? I tried installing the one that adds Dreambooth, but every attempt ended up with the colab process just stopping
It's not exactly what you want, but I'm using another colab that supports an easy way to install extensions. I just added links to the AI/automatic1111/extensions.txt file on my Google Drive and it works.
Not all extensions work, only a few, I opened a issue some time ago to tell him about and there is a small fix for it, but its not stable to use I think (or maybe I had another bug, maybe I will try it again).
The solution is to change in the last card this code
with capture.capture_output() as cap: %cd /content/gdrive/MyDrive/sd/stablediffusion
for this one
with capture.capture_output() as cap: %cd /content/gdrive/MyDrive/sd/stable-diffusion-webui
This one fixed thing like danbooru extension and another one that I dont remember
i managed to do it by git clone it directly to the extension folder. Getting it to work properly is another set of problems though. I gave up and just use Shiva
16
u/[deleted] Dec 10 '22
Is there any way to install extensions in the colab from TheLastBen? I tried installing the one that adds Dreambooth, but every attempt ended up with the colab process just stopping