runtime error

rs.models.unet_2d_condition_flax.FlaxUNet2DConditionModel'>.from_config(...) instead. Otherwise, please make sure to pass a configuration dictionary instead. This functionality will be removed in v1.0.0. deprecate("config-passed-as-path", "1.0.0", deprecation_message, standard_warn=False) Traceback (most recent call last): File "/home/user/.pyenv/versions/3.10.6/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 356, in load_config config_file = hf_hub_download( File "/home/user/.pyenv/versions/3.10.6/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 120, in _inner_fn return fn(*args, **kwargs) File "/home/user/.pyenv/versions/3.10.6/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1227, 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 190, in <module> generate_image_for_prompt = get_inference_lambda(87) File "/home/user/app/app.py", line 57, in get_inference_lambda unet, unet_params = FlaxUNet2DConditionModel.from_pretrained( File "/home/user/.pyenv/versions/3.10.6/lib/python3.10/site-packages/diffusers/models/modeling_flax_utils.py", line 299, in from_pretrained model, model_kwargs = cls.from_config( File "/home/user/.pyenv/versions/3.10.6/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 216, in from_config config, kwargs = cls.load_config(pretrained_model_name_or_path=config, return_unused_kwargs=True, **kwargs) File "/home/user/.pyenv/versions/3.10.6/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 383, in load_config raise EnvironmentError( OSError: character-aware-diffusion/charred does not appear to have a file named config.json.

Container logs:

Fetching error logs...