Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
C43H66N12O12S2 authored and AUTOMATIC1111 committed Oct 15, 2022
1 parent 8fb0b99 commit be1596c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be1596c

Please sign in to comment.