Skip to content

RunwayML obsoletion causes issues #9322

Closed
@vladmandic

Description

@vladmandic

Describe the bug

RunwayML just removed their entire code from huggingface!
See note at https://huggingface.co/runwayml: "We are no longer maintaining a HuggingFace organization"

Which causes pretty big issues since runwayml/stable-diffusion-v1-5 is referenced as default/fallback in many places in the code.
for example, loaders/single_file_utils.py has

DIFFUSERS_DEFAULT_PIPELINE_PATHS = {
    ...
    "inpainting": {"pretrained_model_name_or_path": "runwayml/stable-diffusion-inpainting"},
    "v1": {"pretrained_model_name_or_path": "runwayml/stable-diffusion-v1-5"},
    ...
}

Reproduction

N/A

Logs

N/A

System Info

N/A

Who can help?

@yiyixuxu @sayakpaul @DN6 @asomoza

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcontributions-welcomestaleIssues that haven't received updates

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions