aboutsummaryrefslogtreecommitdiffstats
path: root/launch.py
diff options
context:
space:
mode:
authoryfszzx <yfszzx@gmail.com>2022-10-17 14:38:46 +0000
committeryfszzx <yfszzx@gmail.com>2022-10-17 14:38:46 +0000
commitde179cf8fd8191e1a6d288e7c29a16f53da1be88 (patch)
treeba3f36cb788ad3f53b4b636fe64e9af00859acc6 /launch.py
parentc408a0b41cfffde184cad35b2d97346342947d83 (diff)
downloadstable-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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/launch.py b/launch.py
index 088eada1..7520cfee 100644
--- a/launch.py
+++ b/launch.py
@@ -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