runtime error

Exit code: 1. Reason: g exception: Traceback (most recent call last): File "/app/app.py", line 67, in <module> pipe.load_lora_weights(STAGE1_LORA_REPO, weight_name=STAGE1_LORA_WEIGHT, adapter_name="stage1") ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/diffusers/loaders/lora_pipeline.py", line 5099, in load_lora_weights state_dict, metadata = self.lora_state_dict(pretrained_model_name_or_path_or_dict, **kwargs) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/diffusers/loaders/lora_pipeline.py", line 5042, in lora_state_dict state_dict, metadata = _fetch_state_dict( ~~~~~~~~~~~~~~~~~^ pretrained_model_name_or_path_or_dict=pretrained_model_name_or_path_or_dict, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<10 lines>... allow_pickle=allow_pickle, ^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/diffusers/loaders/lora_base.py", line 256, in _fetch_state_dict model_file = _get_model_file( pretrained_model_name_or_path_or_dict, ...<8 lines>... user_agent=user_agent, ) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/diffusers/utils/hub_utils.py", line 305, in _get_model_file raise EnvironmentError( ...<3 lines>... ) from e OSError: default/stage1-lora is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo with `token` or log in with `hf auth login`.

Container logs:

Fetching error logs...