wget not working inside the terminal for stable diffusion webUI
When I try to run the wget command to get models from civitai, it throws an error about username and password. I've watched many videos about it, and I seem to be doing everything right but I still can't get it to work
8 Replies
Authentication is new and videos get outdated, use this instead
https://github.com/ashleykleynhans/civitai-downloader
GitHub
GitHub - ashleykleynhans/civitai-downloader: Python script to downl...
Python script to download models from CIVITAI using an API key - ashleykleynhans/civitai-downloader
Copy that, I'll try this out, thanks!
that worked! thank you! you've already helped a ton but one more question if you're up for it. Do you have any similar resources for downloading from google drive? or any easy way to upload custom models? Ive been trying the google cloud sync method but have been having trouble getting it to actually pull the bucket
You can use gdown to download from Google drive and https://rclone.org/ to sync your files with many different cloud storage providers including Google derive.
Rclone
Rclone syncs your files to cloud storage: Google Drive, S3, Swift, Dropbox, Google Cloud Storage, Azure, Box and many more.
gdown
this is the error code im getting from gdown "Cannot retrieve the public link of the file. You may need to change
the permission to 'Anyone with the link', or have had many accesses". the file is shared publicly to anyone with link
Set your permission to allow anyone with the link to access the file
Oh then try to copy the link again?
I made sure it was set and tried recopying the link, still didnt have any luck🥲
Ah, I'm not sure since I haven't tried that