fast-stable-diffusion
fast-stable-diffusion copied to clipboard
Colab installation of extensions
I get this error when trying to install the Aesthetic Gradients extension from within WebUI, using colab.
AssertionError: extension access disabed because of commandline flags
Looks like Autowebui prevents extensions from being installed on the extensions tab if --share and --listen are used as flags, required for Gradio I assume. See discussion here: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/4215
Could you add a checkbox on the colab for:
Install_AestheticGradientExtension = False #@param {type:"boolean"}
if Install_AestheticGradientExtension:
%cd /content/gdrive/MyDrive/sd/stable-diffusion-webui/
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients extensions/aesthetic-gradients
From: https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients
I'll look into it.
same issues, i want to try extensions.
Same
I get this error when I try and add the Deforum extension
Add --enable-insecure-extension-access
to commandline arguments