Engineer-of-Stuff / stable-diffusion-paperspace

Jupyter notebooks for Paperspace.
The Unlicense
289 stars 110 forks source link

How can I get the model from Google Cloud Disk? #38

Closed start1002 closed 1 year ago

start1002 commented 1 year ago

Sorry, I don’t know English, so I can only use software to translate, the thing is like this, I have been using code to download files in Google Cloud Disk, but now it fails, what should I do? code show as below: %store -r symlink_to_notebooks model_storage_dir repo_storage_dir !pip install --upgrade --no-cache-dir gdown !gdown "Google Drive Link" -O "{model_storage_dir}/file name" --no-cookies QQ截图20221211172602 I checked Google Drive and found nothing wrong. QQ图片20221211172840 Thanks!

ackl commented 1 year ago

try adding a query param confirm=t to the google drive url

(this is done automatically if you just use the Automated Model Downloader cell - at the very bottom of the notebook)