santa hat
deerdeer nosedeer glow
Sign In

Google Drive

Can you please make a way to save the model directly in to our google Drive as a download option?

5 Answers

CANNOT do soft link in colab...

just updated my colab to pro, and moved webui folder to /content/drive/MyDrive/stable-diffusion-webui/

so far so good !

It's not currently doable , google would have to be done per user, and the drive import gets weird because I can't download models after I've saved them ... Including checkpoints.

Add this to your ipynb file.

"!wget --content-disposition --directory-prefix=/content/stable-diffusion-webui/models/Stable-diffusion https://civitai.com/api/download/models/11745\n"

Use batch downloader extension or unofficial civitai extension.

Your answer