diff options
author | yfszzx <yfszzx@gmail.com> | 2022-10-17 14:38:46 +0000 |
---|---|---|
committer | yfszzx <yfszzx@gmail.com> | 2022-10-17 14:38:46 +0000 |
commit | de179cf8fd8191e1a6d288e7c29a16f53da1be88 (patch) | |
tree | ba3f36cb788ad3f53b4b636fe64e9af00859acc6 /launch.py | |
parent | c408a0b41cfffde184cad35b2d97346342947d83 (diff) | |
download | stable-diffusion-webui-gfx803-de179cf8fd8191e1a6d288e7c29a16f53da1be88.tar.gz stable-diffusion-webui-gfx803-de179cf8fd8191e1a6d288e7c29a16f53da1be88.tar.bz2 stable-diffusion-webui-gfx803-de179cf8fd8191e1a6d288e7c29a16f53da1be88.zip |
fix two bug
Diffstat (limited to 'launch.py')
-rw-r--r-- | launch.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ python = sys.executable git = os.environ.get('GIT', "git")
index_url = os.environ.get('INDEX_URL', "")
+
def extract_arg(args, name):
return [x for x in args if x != name], name in args
|