mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 19:01:06 -08:00
fix two bug
This commit is contained in:
parent
c408a0b41c
commit
de179cf8fd
1 changed files with 1 additions and 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue