ddPn08 / automatic1111-colab

Using StableDiffusion webui on Colab
350 stars 84 forks source link

Where is the extensions filepath on gdrive? #28

Closed rustyorb closed 1 year ago

rustyorb commented 1 year ago

The option can be toggled and directly beneath that toggle are two github links to extensions, So is it pulling them and storing them on gdrive. What does that toggle do?

Thanks.

Screenshot_20230114_083212

ddPn08 commented 1 year ago

Extensions list files are stored in {data_dir}/extensions.txt. For example, if you set data_dir to /content/drive/MyDrive/AI/automatic1111, the file will be stored in /content/drive/MyDrive/AI/automatic1111/extensions.txt.

rustyorb commented 1 year ago

Ok, That's what I thought, added CivitAI git adress to that file.

Do I have to add any extensions that I want to persist between uses in this file manually? Or when I install them in Gradio, does it add to the extensions txt file?

Thank you. Good work your doing.

ddPn08 commented 1 year ago

Currently the only way is to add it manually.