fix typo
This commit is contained in:
parent
8fb0b99152
commit
be1596ce30
@ -104,7 +104,7 @@ def prepare_enviroment():
|
|||||||
args = shlex.split(commandline_args)
|
args = shlex.split(commandline_args)
|
||||||
|
|
||||||
args, skip_torch_cuda_test = extract_arg(args, '--skip-torch-cuda-test')
|
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
|
xformers = '--xformers' in args
|
||||||
deepdanbooru = '--deepdanbooru' in args
|
deepdanbooru = '--deepdanbooru' in args
|
||||||
ngrok = '--ngrok' in args
|
ngrok = '--ngrok' in args
|
||||||
|
Loading…
Reference in New Issue
Block a user