Closed
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