You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @oriyafe , thanks for reporting and sorry for the inconvenience. Bug has already been reported in #2806 and will be fixed by #2807. Once that's merged, I'll make a patch release.
Describe the bug
I'm working with reverse proxy. the url is: /huggingfacel-public and it stopped to work after this PR:
#2721
Reproduction
from huggingface_hub import snapshot_download snapshot_download(repo_id="Dorshu/SDUpscalers", revision="main", force_download=True)
The client is trying to reach:
http://127.0.0.1:7070/Dorshu/SDUpscalers/resolve/87288b9ce43ffefeb9f90067f200bddfc76acb59/4x-UltraSharp.pth
instead of:
http://127.0.0.1:7070/huggingfacel-public/Dorshu/SDUpscalers/resolve/87288b9ce43ffefeb9f90067f200bddfc76acb59/4x-UltraSharp.pth
Logs
System info
The text was updated successfully, but these errors were encountered: