mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-02 03:14:44 +02:00
Updated FAQ (markdown)
parent
0b873835c4
commit
0f6da08a48
6
FAQ.md
6
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
|
## Output is a always green image
|
||||||
use `--precision full --no-half`. [#9](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/9)
|
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
|
# Linux
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue