We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
we have this you can download private models just adding username:hf_token@ before huggingface.co
username:hf_token@
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
Sorry, something went wrong.
I didn't know it was so possible! Thank you very much. Although you could add information to these notes.
I don't know this either so i made a fork to download models haha
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: