Engineer-of-Stuff / stable-diffusion-paperspace

Jupyter notebooks for Paperspace.
The Unlicense
287 stars 111 forks source link

WD1.3 download cell #5

Closed pokeball99 closed 1 year ago

pokeball99 commented 1 year ago

still haven't been able to properly get the notebook working lmao but this should more or less work as a cell for WD1.3


user_token = "<put your user token here>"

# ===============================================================================================
%store -r free_tier model_storage_dir repo_storage_dir activate_xformers
!wget --header="Authorization: Bearer {user_token}" https://huggingface.co/hakurei/waifu-diffusion-v1-3/blob/main/wd-v1-3-full.ckpt -O "{model_storage_dir}/wd-v1-3-full.ckpt"```
Cyberes commented 1 year ago

You don't need authentication to download it. I'll add it to the notebook.