fast-stable-diffusion icon indicating copy to clipboard operation
fast-stable-diffusion copied to clipboard

Colab installation of extensions

Open GuruVirus opened this issue 2 years ago • 4 comments

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

GuruVirus avatar Nov 16 '22 02:11 GuruVirus

I'll look into it.

TheLastBen avatar Nov 16 '22 05:11 TheLastBen

same issues, i want to try extensions.

Subaru17 avatar Nov 26 '22 17:11 Subaru17

Same

cerarslan avatar Nov 28 '22 23:11 cerarslan

I get this error when I try and add the Deforum extension

CJohnDesign avatar Dec 09 '22 00:12 CJohnDesign

Add --enable-insecure-extension-access to commandline arguments

mezotaken avatar Jan 30 '23 08:01 mezotaken