Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings

Colab demo - Huggingface repository not found #60

Copy link
Copy link

Description

@mab0189
Issue body actions

Hello, I am interested in the project and wanted to try out the Colab demo.
Unfortunately the colab demo stops due to a missing Huggingface repository:

Max size set to (2048, 2048), max pixels: 4194304

---------------------------------------------------------------------------

HTTPError                                 Traceback (most recent call last)

[/usr/local/lib/python3.12/dist-packages/huggingface_hub/utils/_http.py](https://localhost:8080/#) in hf_raise_for_status(response, endpoint_name)
    402     try:
--> 403         response.raise_for_status()
    404     except HTTPError as e:

18 frames

HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/stabilityai/stable-diffusion-2-1-base/resolve/main/scheduler/scheduler_config.json


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

RepositoryNotFoundError                   Traceback (most recent call last)

RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-6a8636c1-32569b925e90a4a27bc20584;468928b2-dff2-4fe0-bba3-9fe9adfe96f4)

Repository Not Found for url: https://huggingface.co/stabilityai/stable-diffusion-2-1-base/resolve/main/scheduler/scheduler_config.json.
Please make sure you specified the correct `repo_id` and `repo_type`.
If you are trying to access a private or gated repo, make sure you are authenticated. For more details, see https://huggingface.co/docs/huggingface_hub/authentication
Invalid username or password.


During handling of the above exception, another exception occurred:

OSError                                   Traceback (most recent call last)

[/usr/local/lib/python3.12/dist-packages/diffusers/configuration_utils.py](https://localhost:8080/#) in load_config(cls, pretrained_model_name_or_path, return_unused_kwargs, return_commit_hash, **kwargs)
    392                 )
    393             except RepositoryNotFoundError:
--> 394                 raise EnvironmentError(
    395                     f"{pretrained_model_name_or_path} is not a local folder and is not a valid model identifier"
    396                     " listed on '[https://huggingface.co/models'\nIf](https://huggingface.co/models'/nIf) this is a private repository, make sure to pass a"

OSError: stabilityai/stable-diffusion-2-1-base is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
If this is a private repository, make sure to pass a token having permission to this repo with `token` or log in with `huggingface-cli login`.
Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.