diff options
-rwxr-xr-x | webui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ ################################################# usevenv=1 -if [[ $@ == *"--novenv"* ]]; then +if [[ $venv_dir == "-" ]]; then usevenv=0 fi |
![]() |
index : stable-diffusion-webui-gfx803.git | |
stable-diffusion-webui by AUTOMATIC1111 with patches for gfx803 GPU and Dockerfile |
aboutsummaryrefslogtreecommitdiffstats |
-rwxr-xr-x | webui.sh | 2 |
@@ -5,7 +5,7 @@ ################################################# usevenv=1 -if [[ $@ == *"--novenv"* ]]; then +if [[ $venv_dir == "-" ]]; then usevenv=0 fi |