runtime error
Exit code: 1. Reason: ll `accelerate` for faster and less memory-intense model loading. You can do so with: ``` pip install accelerate ``` . Loading pipeline components...: 0%| | 0/6 [00:00<?, ?it/s][A/usr/local/lib/python3.10/site-packages/diffusers/models/lora.py:387: FutureWarning: `LoRACompatibleLinear` is deprecated and will be removed in version 1.0.0. Use of `LoRACompatibleLinear` is deprecated. Please switch to PEFT backend by installing PEFT: `pip install peft`. deprecate("LoRACompatibleLinear", "1.0.0", deprecation_message) Loading pipeline components...: 17%|ββ | 1/6 [01:18<06:31, 78.24s/it][A Loading pipeline components...: 83%|βββββββββ | 5/6 [01:23<00:12, 12.67s/it][A Loading pipeline components...: 100%|ββββββββββ| 6/6 [01:29<00:00, 11.22s/it][A Loading pipeline components...: 100%|ββββββββββ| 6/6 [01:29<00:00, 14.92s/it] Traceback (most recent call last): File "/home/user/app/app.py", line 11, in <module> prior = StableCascadePriorPipeline.from_pretrained("stabilityai/stable-cascade-prior", torch_dtype=torch.bfloat16).to(device) File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 864, in to module.to(device, dtype) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1174, in to return self._apply(convert) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 780, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 805, in _apply param_applied = fn(param) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1160, in convert return t.to( File "/usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 314, in _lazy_init torch._C._cuda_init() RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx
Container logs:
Fetching error logs...