DiskBroom › What it cleans › Hugging Face cache taking up space? Here's the fix
~/.cache/huggingface
Every model, dataset, and tokenizer that transformers, diffusers, or huggingface_hub downloads is cached here — every version of each, kept indefinitely so the next run is instant.
A single modern model checkout runs 2–15 GB; anyone experimenting with a few models commonly reaches 20–100 GB without noticing.
Anything removed re-downloads automatically the next time a script asks for it. The cost is bandwidth and wait, not data — your own fine-tunes and outputs live wherever you saved them, not in the cache.
Worth a look. Safe in the sense that everything re-downloads — but multi-GB re-downloads deserve a glance first.
Prefer not to do this by hand every time? DiskBroom scans this location (and every other one on its published list), shows the size, rates the risk with the same shape you see above, and asks before anything moves — everything goes to the Trash, never past it. Scanning is free forever.
Something missing, or wrong in this guide? Request a feature · Report a problem