HuggingFaceModelDownloader icon indicating copy to clipboard operation
HuggingFaceModelDownloader copied to clipboard

Simple go utility to download HuggingFace Models and Datasets

Results 30 HuggingFaceModelDownloader issues
Sort by recently updated
recently updated
newest added

I've created this PR because I didn't want the *.msgpack files to be downloaded, found here for example: https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/tree/main/text_encoder

assume LFS OID is SHA256 value if SHA256 field missing from LFS Info

SHA256 info from LFS file does not appear to be working/parsing as the SHA256 json tag is empty/missing. noticed this when trying to download an re-uploaded model that had a...

Can you add HTTP and SOCKS proxy support? Maybe via the api from `golang.org/x/net/proxy`. And it's better to make it possible to pass your own dialer creation function or dialer...

Files get downloaded, but progress is all jittery and it keeps cycling skipped names https://github.com/user-attachments/assets/15915d4f-ce2f-41ab-a3c3-408f0ae62739 Commandline: ``` HuggingFaceModelDownloader download lefromage/Qwen3-Next-80B-A3B-Instruct-GGUF -o . --filters Q4_0 ``` Downloading at around 120MB/sec

Hey. Thanks for your work. Here is a simple dockerfile implementation that builds the project using makefile and copies compiled linux binary into small alpine container. Usage: ``` docker build...

Hey there, It would be useful to have Docker image for different architectures. It will make project OS independent.

It was very easy to use 1.0 since it was just ctrlc ctrlv the command I need without the need to setup anything.

I just want to download "bbcRide_wan22_T2V_low_e20.safetensors" but it downloads other things in parallel that I don't want, I've tried using everything and looking for solutions with gemini, claude, gpt, but...

Hey there, It would be great to have a Web UI to be able to use this tool. In this case, it can be deployed on shared environment for model...