runtime error

Traceback (most recent call last): File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/diffusers/configuration_utils.py", line 223, in get_config_dict config_file = hf_hub_download( File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/huggingface_hub/file_download.py", line 1136, in hf_hub_download with open(ref_path) as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/user/.cache/huggingface/diffusers/models--hakurei--waifu-diffusion/refs/fp16' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "app.py", line 7, in <module> pipe = StableDiffusionPipeline.from_pretrained("hakurei/waifu-diffusion", torch_type=torch.float16, revision="fp16") File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/diffusers/pipeline_utils.py", line 345, in from_pretrained config_dict = cls.get_config_dict( File "/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/diffusers/configuration_utils.py", line 268, in get_config_dict raise EnvironmentError( OSError: Can't load config for 'hakurei/waifu-diffusion'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'hakurei/waifu-diffusion' is the correct path to a directory containing a model_index.json file

Container logs:

Fetching error logs...