runtime error
ding. You can do so with: ``` pip install accelerate ``` . Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s][A Loading pipeline components...: 14%|█▍ | 1/7 [00:11<01:10, 11.75s/it][A Loading pipeline components...: 29%|██▊ | 2/7 [00:17<00:41, 8.23s/it][A Loading pipeline components...: 43%|████▎ | 3/7 [01:13<02:01, 30.25s/it][A Loading pipeline components...: 71%|███████▏ | 5/7 [01:29<00:35, 17.58s/it][A Loading pipeline components...: 100%|██████████| 7/7 [01:29<00:00, 12.82s/it] Traceback (most recent call last): File "/home/user/app/app.py", line 17, in <module> image_generation_model = load_image_generation_model() File "/home/user/app/app.py", line 14, in load_image_generation_model model = StableDiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", torch_dtype=torch.float16).to("cuda") File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 418, in to module.to(device, dtype) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1152, in to return self._apply(convert) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 802, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 802, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 825, in _apply param_applied = fn(param) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1150, in convert return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) File "/usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 302, 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...