runtime error
There was a problem when trying to write in your cache folder (/.cache/huggingface/hub). Please, ensure the directory exists and can be written to. Traceback (most recent call last): File "app.py", line 9, in <module> pipeline = DiffusionPipeline.from_pretrained("dataautogpt3/OpenDalleV1.1") File "/usr/local/lib/python3.8/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.8/site-packages/diffusers/pipelines/pipeline_utils.py", line 1096, in from_pretrained cached_folder = cls.download( File "/usr/local/lib/python3.8/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.8/site-packages/diffusers/pipelines/pipeline_utils.py", line 1663, in download config_file = hf_hub_download( File "/usr/local/lib/python3.8/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.8/site-packages/huggingface_hub/file_download.py", line 1201, in hf_hub_download os.makedirs(storage_folder, exist_ok=True) File "/usr/local/lib/python3.8/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/local/lib/python3.8/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/local/lib/python3.8/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/local/lib/python3.8/os.py", line 223, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: '/.cache'
Container logs:
Fetching error logs...