From 0f6da08a4817d281aa73be63e297c0543fd0f87b Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Wed, 1 Mar 2023 20:34:29 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FAQ.md b/FAQ.md index c3ca4ac..d52612f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -14,6 +14,12 @@ Update docker to the latest version, and see [this comment](https://github.com/A ## Output is a always green image use `--precision full --no-half`. [#9](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/9) + +## Found no NVIDIA driver on your system even though the drivers are installed and `nvidia-smi` shows it + +add `NVIDIA_DRIVER_CAPABILITIES=compute,utility` and `NVIDIA_VISIBLE_DEVICES=all` to container can resolve this problem [#348](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/348#issuecomment-1449250332) + + --- # Linux