runtime error
Exit code: 1. Reason: ll last): File "/home/user/app/app.py", line 150, in <module> demo = create_demo(args.name, args.device, args.offload) File "/home/user/app/app.py", line 57, in create_demo pipeline = UNOPipeline(model_type, device, offload, only_lora=True, lora_rank=512) File "/home/user/app/uno/flux/pipeline.py", line 114, in __init__ self.t5 = load_t5(self.device, max_length=512) File "/home/user/app/uno/flux/util.py", line 370, in load_t5 return HFEmbedder(version, max_length=max_length, torch_dtype=torch.bfloat16).to(device) File "/home/user/app/uno/flux/modules/conditioner.py", line 33, in __init__ self.hf_module: T5EncoderModel = T5EncoderModel.from_pretrained(version, **hf_kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3671, in from_pretrained resolved_archive_file, sharded_metadata = get_checkpoint_shard_files( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 1079, in get_checkpoint_shard_files cached_filename = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 402, in cached_file resolved_file = hf_hub_download( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 961, in hf_hub_download return _hf_hub_download_to_cache_dir( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1112, in _hf_hub_download_to_cache_dir _download_to_tmp_and_move( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1675, in _download_to_tmp_and_move http_get( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 434, in http_get raise RuntimeError( RuntimeError: An error occurred while downloading using `hf_transfer`. Consider disabling HF_HUB_ENABLE_HF_TRANSFER for better error handling.
Container logs:
Fetching error logs...