camenduru / stable-diffusion-webui-huggingface

The Unlicense
111 stars 62 forks source link

Downloading from private repo #5

Open szyha opened 1 year ago

szyha commented 1 year ago

Hi, can you add a download feature from Hugging Face? It would help to download private models, LoRA etc. for those who don't want to share publicly.

Someone even made a fork, but it only has downloading. https://github.com/Small-Totem/stable-diffusion-webui-huggingface

camenduru commented 1 year ago

we have this you can download private models just adding username:hf_token@ before huggingface.co

wget https://username:hf_token@huggingface.co/ckpt/anything-v4.5-vae-swapped/resolve/main/anything-v4.5-vae-swapped.safetensors -O /content/stable-diffusion-webui/models/Stable-diffusion/anything-v4.5-vae-swapped.safetensors

Screenshot 2023-02-14 130022

szyha commented 1 year ago

I didn't know it was so possible! Thank you very much. Although you could add information to these notes.

Small-Totem commented 1 year ago

I don't know this either so i made a fork to download models haha

I didn't know it was so possible! Thank you very much. Although you could add information to these notes.