aboutsummaryrefslogtreecommitdiffstats
path: root/launch.py
diff options
context:
space:
mode:
authorC43H66N12O12S2 <36072735+C43H66N12O12S2@users.noreply.github.com>2022-10-15 17:19:16 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-15 17:25:27 +0000
commitbe1596ce30b1ead6998da0c62003003dcce5eb2c (patch)
tree4a61521d7fb99befbbe41404347e70b5c06b317f /launch.py
parent8fb0b991522658d938ae43de77f708555aa1902b (diff)
downloadstable-diffusion-webui-gfx803-be1596ce30b1ead6998da0c62003003dcce5eb2c.tar.gz
stable-diffusion-webui-gfx803-be1596ce30b1ead6998da0c62003003dcce5eb2c.tar.bz2
stable-diffusion-webui-gfx803-be1596ce30b1ead6998da0c62003003dcce5eb2c.zip
fix typo
Diffstat (limited to 'launch.py')
-rw-r--r--launch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch.py b/launch.py
index 5ec2b926..2e6b3369 100644
--- a/launch.py
+++ b/launch.py
@@ -104,7 +104,7 @@ def prepare_enviroment():
args = shlex.split(commandline_args)
args, skip_torch_cuda_test = extract_arg(args, '--skip-torch-cuda-test')
- args, reinstall_xformers = extract_argg(args, '--reinstall-xformers')
+ args, reinstall_xformers = extract_arg(args, '--reinstall-xformers')
xformers = '--xformers' in args
deepdanbooru = '--deepdanbooru' in args
ngrok = '--ngrok' in args