hoiw can i use your model i am using access token api still receives permission error do i need permission from you to access these models?

#2
by anonymousdark - opened

hoiw can i use your model i am using access token api still receives permission error do i need permission from you to access these models?
error i received

/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py in hf_raise_for_status(response, endpoint_name)
303 try:
--> 304 response.raise_for_status()
305 except HTTPError as e:

14 frames
HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/alvdansen/flux-koda/resolve/main/model_index.json

The above exception was the direct cause of the following exception:

EntryNotFoundError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py in hf_raise_for_status(response, endpoint_name)
313 elif error_code == "EntryNotFound":
314 message = f"{response.status_code} Client Error." + "\n\n" + f"Entry Not Found for url: {response.url}."
--> 315 raise EntryNotFoundError(message, response) from e
316
317 elif error_code == "GatedRepo":

EntryNotFoundError: 404 Client Error. (Request ID: Root=1-66c49cb7-15995ebb30ca8610239c86c1;7a7142fa-2c02-40f7-89a5-7b4762c5e864)

Entry Not Found for url: https://huggingface.co/alvdansen/flux-koda/resolve/main/model_index.json.

/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py in hf_raise_for_status(response, endpoint_name)
303 try:
--> 304 response.raise_for_status()
305 except HTTPError as e:

14 frames
HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/alvdansen/flux-koda/resolve/main/model_index.json

The above exception was the direct cause of the following exception:

EntryNotFoundError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py in hf_raise_for_status(response, endpoint_name)
313 elif error_code == "EntryNotFound":
314 message = f"{response.status_code} Client Error." + "\n\n" + f"Entry Not Found for url: {response.url}."
--> 315 raise EntryNotFoundError(message, response) from e
316
317 elif error_code == "GatedRepo":

EntryNotFoundError: 404 Client Error. (Request ID: Root=1-66c49cb7-15995ebb30ca8610239c86c1;7a7142fa-2c02-40f7-89a5-7b4762c5e864)

Entry Not Found for url: https://huggingface.co/alvdansen/flux-koda/resolve/main/model_index.json.

No but you may need permission for Flux dev.

Sign up or log in to comment