Spaces:
Running
on
Zero
🚩 Report: Not working
A restart should be enough
runtime error
Exit code: 1. Reason: usr/local/lib/python3.10/site-packages/fire/core.py", line 477, in _Fire
component, remaining_args = _CallAndUpdateTrace(
File "/usr/local/lib/python3.10/site-packages/fire/core.py", line 693, in _CallAndUpdateTrace
component = fn(*varargs, **kwargs)
File "/home/user/app/app.py", line 48, in launch
model_zoo.init_models()
File "/home/user/app/gradio_app/all_models.py", line 20, in init_models
self._pipe_disney_controlnet_lineart_ipadapter_i2i = load_common_sd15_pipe(base_model=self.base_model, ip_adapter=True, plus_model=False, controlnet="./ckpt/controlnet-tile", pipeline_class=StableDiffusionControlNetImg2ImgPipeline)
File "/home/user/app/scripts/sd_model_zoo.py", line 75, in load_common_sd15_pipe
components = load_base_model_components(base_model=base_model, torch_dtype=torch_dtype)
File "/home/user/app/scripts/sd_model_zoo.py", line 29, in wrapper
return func(*args, **kwargs)
File "/home/user/app/scripts/sd_model_zoo.py", line 46, in load_base_model_components
pipe: StableDiffusionPipeline = model_from_ckpt_or_pretrained(
File "/home/user/app/scripts/sd_model_zoo.py", line 36, in model_from_ckpt_or_pretrained
pipe = model_cls.from_pretrained(ckpt_or_pretrained, torch_dtype=torch_dtype, **kwargs)
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 702, in from_pretrained
cached_folder = cls.download(
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 1548, in download
raise EnvironmentError(
OSError: Cannot load model runwayml/stable-diffusion-v1-5: model is not cached locally and an error occurred while trying to fetch metadata from the Hub. Please check out the root cause in the stacktrace above.