-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
bugSomething isn't workingSomething isn't workingcontributions-welcomestaleIssues that haven't received updatesIssues that haven't received updates
Description
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?
kdubovikov and alexkrz
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcontributions-welcomestaleIssues that haven't received updatesIssues that haven't received updates