#how to mount .safetensors from google drive to SD web ui google colab?

1 messages · Page 1 of 1 (latest)

serene pewter
unique osprey
#

since you already have the model on your drive you don't have to curl or mv anything, I recommend just creating a symlink use the ln -s command

#

the syntax should be ln -s /path/to/model/on/your/drive.safetensors /content/stable-diffusion-webui/models/Stable-diffusion iirc

pastel geode
haughty sand
#

I was gonna tell them to just share and link it to the custum_url section, but i was confused

rugged wagon
#

You could edit your code to copy your models from your drive

!cp "/content/drive/MyDrive/models/*.safetensors" "/content/stable-diffusion-webui/models/Stable-diffusion"```
rugged wagon
rugged wagon
# serene pewter I haven't . Is it this one? https://colab.research.google.com/drive/1wEa-tS10h4L...

yep
The perk to nocrypt's collab is that it doesn't need for you to have your models etc on your google drive
You can still have your settings and output your images there if you select it though
And to add models, loras, etc, you copy the direct download link and add it to the custom_urls box separated by commas
Also make sure to select all the vaes and turn off the custom theme if you don't like it