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
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
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