acheong08 / Diffusion-ColabUI

Choose your diffusion models and spin up a WebUI on Colab in one click
Apache License 2.0
421 stars 62 forks source link

Google Colab copy can't use extensions #131

Open tikilab opened 1 year ago

tikilab commented 1 year ago

I am running the current version in Google Colab.

I want it to automatically save images to my Google Drive, and I also want to load models from my Google Drive, so I added some code and saved a copy of the Colab to my Google Drive.

I now want to use some extensions, but when I try, I get an error that says "AssertionError: extension access disabled because of command line flags"

I searched for the answer and to fix that error, I added "--enable-insecure-extension-access" to "other_args:"

However, it won't start with that flag present, it says something like "--enable-insecure-extension-access" not recognized.

I've reached the limit of my Googling capabilities. Is there a way to make it work this way?