auto-1 | /opt/conda/lib/python3.10/site-packages/timm/models/layers/__init__.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers
auto-1 | warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
auto-1 | no module 'xformers'. Processing without...
auto-1 | no module 'xformers'. Processing without...
auto-1 | No module 'xformers'. Proceeding without it.
auto-1 | The NVIDIA driver on your system is too old (found version 11040). Please update your GPU driver by downloading and installing a new version from the URL: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver.: str
auto-1 | Traceback (most recent call last):
auto-1 | File "/stable-diffusion-webui/modules/errors.py", line 98, in run
auto-1 | code()
auto-1 | File "/stable-diffusion-webui/modules/devices.py", line 106, in enable_tf32
auto-1 | if cuda_no_autocast():
auto-1 | File "/stable-diffusion-webui/modules/devices.py", line 28, in cuda_no_autocast
auto-1 | device_id = get_cuda_device_id()
auto-1 | File "/stable-diffusion-webui/modules/devices.py", line 40, in get_cuda_device_id
auto-1 | ) or torch.cuda.current_device()
auto-1 | File "/opt/conda/lib/python3.10/site-packages/torch/cuda/__init__.py", line 778, in current_device
auto-1 | _lazy_init()
auto-1 | File "/opt/conda/lib/python3.10/site-packages/torch/cuda/__init__.py", line 293, in _lazy_init
auto-1 | torch._C._cuda_init()
auto-1 | RuntimeError: The NVIDIA driver on your system is too old (found version 11040). Please update your GPU driver by downloading and installing a new version from the URL: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver.
auto-1 |
auto-1 | During handling of the above exception, another exception occurred:
auto-1 |
auto-1 | Traceback (most recent call last):
auto-1 | File "/stable-diffusion-webui/webui.py", line 13, in <module>
auto-1 | initialize.imports()
auto-1 | File "/stable-diffusion-webui/modules/initialize.py", line 36, in imports
auto-1 | shared_init.initialize()
auto-1 | File "/stable-diffusion-webui/modules/shared_init.py", line 17, in initialize
auto-1 | from modules import options, shared_options
auto-1 | File "/stable-diffusion-webui/modules/shared_options.py", line 4, in <module>
auto-1 | /opt/conda/lib/python3.10/site-packages/timm/models/layers/__init__.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers
auto-1 | warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
auto-1 | WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for:
auto-1 | PyTorch 2.3.0+cu121 with CUDA 1201 (you have 2.3.0)
auto-1 | Python 3.10.14 (you have 3.10.14)
auto-1 | Please reinstall xformers (see https://github.com/facebookresearch/xformers#installing-xformers)
auto-1 | Memory-efficient attention, SwiGLU, sparse and more won't be available.
auto-1 | Set XFORMERS_MORE_DETAILS=1 for more details