runtime error

it working from from_pret β”‚ β”‚ 514 β”‚ β”‚ if not os.path.isdir(pretrained_model_name_or_path): β”‚ β”‚ ❱ 515 β”‚ β”‚ β”‚ config_dict = cls.load_config( β”‚ β”‚ 516 β”‚ β”‚ β”‚ β”‚ pretrained_model_name_or_path, β”‚ β”‚ 517 β”‚ β”‚ β”‚ β”‚ cache_dir=cache_dir, β”‚ β”‚ 518 β”‚ β”‚ β”‚ β”‚ resume_download=resume_download, β”‚ β”‚ β”‚ β”‚ /home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/diffusers/confi β”‚ β”‚ guration_utils.py:371 in load_config β”‚ β”‚ β”‚ β”‚ 368 β”‚ β”‚ β”‚ β”‚ β”‚ " 'https://huggingface.co/docs/diffusers/installat β”‚ β”‚ 369 β”‚ β”‚ β”‚ β”‚ ) β”‚ β”‚ 370 β”‚ β”‚ β”‚ except EnvironmentError: β”‚ β”‚ ❱ 371 β”‚ β”‚ β”‚ β”‚ raise EnvironmentError( β”‚ β”‚ 372 β”‚ β”‚ β”‚ β”‚ β”‚ f"Can't load config for '{pretrained_model_name_or β”‚ β”‚ 373 β”‚ β”‚ β”‚ β”‚ β”‚ "'https://huggingface.co/models', make sure you do β”‚ β”‚ 374 β”‚ β”‚ β”‚ β”‚ β”‚ f"Otherwise, make sure '{pretrained_model_name_or_ β”‚ ╰──────────────────────────────────────────────────────────────────────────────╯ OSError: Can't load config for 'timbrooks/instruct-pix2pix'. 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 'timbrooks/instruct-pix2pix' is the correct path to a directory containing a model_index.json file

Container logs:

Fetching error logs...