How do I use a model from Civitai in Google Collab?
Title
6 Answers
you can actually get directly from Collab:wget https://civitai.com/api/download/models/{modelVersionId} --content-disposition
you can get the download URL by right-clicking on a download button
You can also add them manually in the stable-diffusion-webui/embeddings folder using the "Files" pull out on the left.
Importantly, your URL must not have an ampersand like in "?type=Pruned%20Model&format=SafeTensor", or the command won't work properly