runtime error

/controlnet_aux/mediapipe_face/mediapipe_face_common.py:7: UserWarning: The module 'mediapipe' is not installed. The package will have limited functionality. Please install it using the command: pip install 'mediapipe' warnings.warn( /home/user/.local/lib/python3.10/site-packages/torch/amp/autocast_mode.py:204: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 358, in load_config config_file = hf_hub_download( File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 120, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1291, in hf_hub_download raise LocalEntryNotFoundError( huggingface_hub.utils._errors.LocalEntryNotFoundError: Connection error, and we cannot find the requested files in the disk cache. Please try again or make sure your Internet connection is on. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 42, in <module> model = Model(base_model_id=DEFAULT_MODEL_ID, task_name='Canny') File "/home/user/app/model.py", line 46, in __init__ self.pipe = self.load_pipe(base_model_id, task_name) File "/home/user/app/model.py", line 54, in load_pipe controlnet = ControlNetModel.from_pretrained(model_id, File "/home/user/.local/lib/python3.10/site-packages/diffusers/models/modeling_utils.py", line 514, in from_pretrained config, unused_kwargs, commit_hash = cls.load_config( File "/home/user/.local/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 385, in load_config raise EnvironmentError( OSError: lllyasviel/control_v11p_sd15_canny does not appear to have a file named config.json.

Container logs:

Fetching error logs...