requests.exceptions.HTTPError: 403 Client Error occurs...

#25
by estel77 - opened

Can anyone help me to fix this error?
I did huggingface-cli login and it was successful.
But when I execute python file, 403 error occurs.

raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/stabilityai/stable-diffusion-3.5-large/resolve/main/model_index.json

Sign up or log in to comment