Diffusion-ColabUI icon indicating copy to clipboard operation
Diffusion-ColabUI copied to clipboard

Google Colab copy can't use extensions

Open tikilab opened this issue 2 years ago • 0 comments

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?

tikilab avatar Jul 07 '23 16:07 tikilab