runtime error
Exit code: 1. Reason: to dtype: torch.float16 2026-03-31 19:36:46.072 | INFO | hyvideo.text_encoder:load_text_encoder:28 - Loading text encoder model (llm) from: ./ckpts/text_encoder Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 403, in cached_file resolved_file = hf_hub_download( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 106, in _inner_fn validate_repo_id(arg_value) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 154, in validate_repo_id raise HFValidationError( huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': './ckpts/text_encoder'. Use `repo_type` argument if needed. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 167, in <module> demo = create_demo("ckpts") File "/home/user/app/app.py", line 86, in create_demo model = initialize_model(model_path) File "/home/user/app/app.py", line 32, in initialize_model hunyuan_video_sampler = HunyuanVideoSampler.from_pretrained(models_root_path, args=args) File "/home/user/app/hyvideo/inference.py", line 241, in from_pretrained text_encoder = TextEncoder( File "/home/user/app/hyvideo/text_encoder/__init__.py", line 180, in __init__ self.model, self.model_path = load_text_encoder( File "/home/user/app/hyvideo/text_encoder/__init__.py", line 36, in load_text_encoder text_encoder = AutoModel.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 487, in from_pretrained resolved_config_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 469, in cached_file raise EnvironmentError( OSError: Incorrect path_or_model_id: './ckpts/text_encoder'. Please provide either the path to a local folder or the repo_id of a model on the Hub.
Container logs:
Fetching error logs...