runtime error

odel.safetensors: 100%|█████████▉| 10.3G/10.3G [03:05<00:00, 64.1MB/s] Downloading (…)ch_model.safetensors: 100%|██████████| 10.3G/10.3G [03:05<00:00, 55.3MB/s] {'size_cond'} was not found in config. Values will be initialized to default values. 09/29/2023 03:46:08 - INFO - aagenerator - Loading existing controlnet weights Traceback (most recent call last): File "/home/user/app/diffusers/configuration_utils.py", line 348, in load_config config_file = hf_hub_download( File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 110, in _inner_fn validate_repo_id(arg_value) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 164, in validate_repo_id raise HFValidationError( huggingface_hub.utils._validators.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: '.ckpts/checkpoint-91000'. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/gradio_humanpose2image.py", line 24, in <module> model = Generator() File "/home/user/app/aagenerator.py", line 627, in __init__ self.controlnet = ControlNetModel.from_pretrained(args.controlnet_model_name_or_path, subfolder="controlnet") File "/home/user/app/diffusers/models/modeling_utils.py", line 511, in from_pretrained config, unused_kwargs, commit_hash = cls.load_config( File "/home/user/app/diffusers/configuration_utils.py", line 384, in load_config raise EnvironmentError( OSError: We couldn't connect to 'https://huggingface.co' to load this model, couldn't find it in the cached files and it looks like .ckpts/checkpoint-91000 is not the path to a directory containing a config.json file. Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/diffusers/installation#offline-mode'.

Container logs:

Fetching error logs...