mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-28 04:41:31 -08:00
Honor --skip-install for extension installers
This commit is contained in:
parent
d1c93c3822
commit
20df81b0cc
1 changed files with 2 additions and 1 deletions
|
|
@ -404,7 +404,8 @@ def prepare_environment():
|
|||
run_pip(f"install -r \"{requirements_file}\"", "requirements")
|
||||
startup_timer.record("install requirements")
|
||||
|
||||
run_extensions_installers(settings_file=args.ui_settings_file)
|
||||
if not args.skip_install:
|
||||
run_extensions_installers(settings_file=args.ui_settings_file)
|
||||
|
||||
if args.update_check:
|
||||
version_check(commit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue