Found no NVIDIA driver on your system
I have RX7900XTX no Nvidia, here is my COMMANDLINE_ARGS
set COMMANDLINE_ARGS= --skip-torch-cuda-test --opt-split-attention-invokeai --no-half-vae --no-half --disable-gpu-warning
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: f2.0.1v1.10.1-1.10.1
Commit hash: a923f7bcc4a376c78c8b5fd8d563a87ddbacfc43
Launching Web UI with arguments: --skip-torch-cuda-test --opt-split-attention-invokeai --no-half-vae --no-half --disable-gpu-warning
Traceback (most recent call last):
File "E:\WebUI forge\stable-diffusion-webui-amdgpu-forge\launch.py", line 54, in
- Remove
--skip-torch-cuda-test. It is like, "I want to use CPU." - Instead, add
--use-zluda. - Remove
--no-halfand--no-half-vae. They are needed if you are using one of too old cards to run fp16 operations in hardware level. However, you are on RX 7900 XTX, which is one of the really decent cards. They will make your generation at least 2x slower. - Remove
--opt-split-attention-invokeai. Forge will choose the optimal one for you. - Remove venv folder and launch webui.
I had this same issue using ./webui.sh --use-zluda
i am on archlinux with a 6700XT
Please use native ROCm on Linux.