runtime error

nload( File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1201, in hf_hub_download os.makedirs(storage_folder, exist_ok=True) File "/usr/lib/python3.10/os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/lib/python3.10/os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/lib/python3.10/os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/lib/python3.10/os.py", line 225, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: '/data' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/./server/main.py", line 164, in <module> pipeline = pipeline_class(config, device, torch_dtype) File "/home/user/app/server/pipelines/controlnet.py", line 159, in __init__ controlnet_canny = ControlNetModel.from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/diffusers/models/modeling_utils.py", line 564, in from_pretrained config, unused_kwargs, commit_hash = cls.load_config( File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 419, in load_config raise EnvironmentError( OSError: Can't load config for 'lllyasviel/control_v11p_sd15_canny'. 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 'lllyasviel/control_v11p_sd15_canny' is the correct path to a directory containing a config.json file

Container logs:

Fetching error logs...