Open Woisek opened 1 year ago
Please give context. I see you're coming from vladmantic/automatic so here's how to do in the fast-vladmantic-webui: Just paste the url there xD
Ah, cool, thanks. Haven't noticed it ... 🤪
Can I paste a drive path instead of a URL?
Can I paste a drive path instead of a URL?
Yes you can if you mount the drive in the first cell of the notebook. Just use /content/drive/MyDrive/yourfilepath you cannot give a directory sadly, just an individual file
@BinaryQuantumSoul Thank you for the answer! I appreciate it. And sorry for my late reply. Yes, you can use your own model from google drive by doing this step
mount_drive
to True
custom_model_url
in Custom Download Corner cellYou can also use your own LoRA, embeddings, hypernetwork, and even Install custom extensions too! By doing the same step, but paste the path/url to respective category url.
[Advanced]
You can also load your whole model folder instead of copying every model path. I have integrated unionfs-fuse
inside the notebook to merge your own model folder.
Please do this step:
mount_drive
to True
fuse:
before your model folder path, example
fuse:/content/drive/MyDrive/my-model
You can load your model from google drive at once!
Thank you, I didn't know about fuse, I had to copy path ten times.
I'm sorry I renamed this issue, hope it will help other friends out there.
Any chance, to get the possibility, to use a checkpoint from google drive itself and not been limited to this few? 🙂