huggingface / controlnet_aux

Apache License 2.0
398 stars 86 forks source link

Support local_files_only arg for all from_pretained methods #92

Closed k-ye closed 10 months ago

k-ye commented 10 months ago

hf_hub_download() suports this local_files_only arg to avoid networking: https://huggingface.co/docs/huggingface_hub/v0.20.3/en/package_reference/file_download#huggingface_hub.hf_hub_download.local_files_only. Could you consider patching this in? Thanks!

k-ye commented 10 months ago

Actually HF_HUB_OFFLINE does the trick.

patrickvonplaten commented 10 months ago

Thanks! It's a nice addition