load_file_from_url() downloads the model from HF_ENDPOINT if it is set#16911
load_file_from_url() downloads the model from HF_ENDPOINT if it is set#16911licyk wants to merge 2 commits intoAUTOMATIC1111:devfrom
Conversation
|
Thanks for this contribution! Adding support for The core change in However, the changes included in the diff for Could you please revise the PR to only include the necessary changes in |
|
@a-holm In the four files including |
|
@licyk alright, I just misunderstood the code then. |
Description
When
HF_ENDPOINTis set,load_file_from_url()downloads models from it. Extensions like sd-webui-controlnet that rely on this function will now also useHF_ENDPOINT.Screenshots/videos:
Checklist: