diff options
| author | yfszzx <yfszzx@gmail.com> | 2022-10-17 22:38:46 +0800 |
|---|---|---|
| committer | yfszzx <yfszzx@gmail.com> | 2022-10-17 22:38:46 +0800 |
| commit | de179cf8fd8191e1a6d288e7c29a16f53da1be88 (patch) | |
| tree | ba3f36cb788ad3f53b4b636fe64e9af00859acc6 | |
| parent | c408a0b41cfffde184cad35b2d97346342947d83 (diff) | |
| download | stable-diffusion-webui-gfx803-de179cf8fd8191e1a6d288e7c29a16f53da1be88.tar.gz | |
fix two bug
| -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
|
