runtime error

Exit code: 1. Reason: [transformers] `CLIPImageProcessor` requires torchvision (not installed); falling back to `CLIPImageProcessorPil` for backward compatibility. Install torchvision to use the default backend, or import `CLIPImageProcessorPil` directly to silence this warning. Traceback (most recent call last): File "/app/app.py", line 9, in <module> pipe = OnnxStableDiffusionPipeline.from_pretrained( ONNX_PATH, provider="CUDAExecutionProvider" if torch.cuda.is_available() else "CPUExecutionProvider", ) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 860, in from_pretrained cached_folder = cls.download( pretrained_model_name_or_path, ...<15 lines>... **kwargs, ) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 1644, in download info = model_info(pretrained_model_name, token=token, revision=revision) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 84, in _inner_fn validate_repo_id(arg_value) ~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 138, in validate_repo_id raise HFValidationError( ...<3 lines>... ) huggingface_hub.errors.HFValidationError: Repo id must use alphanumeric chars, '-', '_' or '.'. The name cannot start or end with '-' or '.' and the maximum length is 96: './onnx-model'.

Container logs:

Fetching error logs...