runtime error
Exit code: 1. Reason: 0/site-packages/huggingface_hub/utils/_http.py", line 459, in hf_raise_for_status raise _format(RepositoryNotFoundError, message, response) from e huggingface_hub.errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-6895f135-06380d686a798c7b23ed63da;a321fa88-59b5-47ae-bd2e-ebee94773f3d) Repository Not Found for url: https://huggingface.co/xlabs-ai/xflux_text_encoders/resolve/main/tokenizer_config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. For more details, see https://huggingface.co/docs/huggingface_hub/authentication User Access Token "new" is expired The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 40, in <module> flux_generator = FluxGenerator() File "/home/user/app/app.py", line 31, in __init__ self.model, self.ae, self.t5, self.clip = get_models( File "/home/user/app/app.py", line 18, in get_models t5 = load_t5(device, max_length=128) File "/home/user/app/flux/util.py", line 130, in load_t5 return HFEmbedder("xlabs-ai/xflux_text_encoders", max_length=max_length, torch_dtype=torch.bfloat16).to(device) File "/home/user/app/flux/modules/conditioner.py", line 16, in __init__ self.tokenizer: T5Tokenizer = T5Tokenizer.from_pretrained(version, max_length=max_length) File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2210, in from_pretrained resolved_config_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 425, in cached_file raise EnvironmentError( OSError: xlabs-ai/xflux_text_encoders 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 either by logging in with `huggingface-cli login` or by passing `token=<your_token>`
Container logs:
Fetching error logs...