Skip to content

Pipeline error #193

@Jpbonino

Description

@Jpbonino

Describe the bug

I am copying some code from Patrick but I keep getting errors, here I copy

from diffusers import StableDiffusionPipeline

# make sure you're logged in with `huggingface-cli login`
pipe = StableDiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-3-diffusers", use_auth_token=True)  

Error:

---------------------------------------------------------------------------
RepositoryNotFoundError                   Traceback (most recent call last)
[<ipython-input-15-b7c512464720>](https://localhost:8080/#) in <module>
      2 
      3 # make sure you're logged in with `huggingface-cli login`
----> 4 pipe = StableDiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-3-diffusers", use_auth_token=True)

4 frames
[/usr/local/lib/python3.7/dist-packages/huggingface_hub/utils/_errors.py](https://localhost:8080/#) in _raise_for_status(request)
     59         if error_code == "RepoNotFound":
     60             raise RepositoryNotFoundError(
---> 61                 f"404 Client Error: Repository Not Found for url: {request.url}. If the"
     62                 " repo is private, make sure you are authenticated. (Request ID:"
     63                 f" {request_id})"

RepositoryNotFoundError: 404 Client Error: Repository Not Found for url: https://huggingface.co/api/models/CompVis/stable-diffusion-v1-3-diffusers/revision/main. If the repo is private, make sure you are authenticated. (Request ID: aV02xAAwzF8y6kvMhtbmb)

THANKS !
jp

Reproduction

No response

Logs

No response

System Info

diffusers==0.2.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions