mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
mute unneeded SDXL imports for tests too
This commit is contained in:
parent
a04c955121
commit
b717eb7e56
@ -334,8 +334,6 @@ def prepare_environment():
|
||||
if args.update_all_extensions:
|
||||
git_pull_recursive(extensions_dir)
|
||||
|
||||
mute_sdxl_imports()
|
||||
|
||||
if "--exit" in sys.argv:
|
||||
print("Exiting because of --exit argument")
|
||||
exit(0)
|
||||
@ -357,6 +355,8 @@ def configure_for_tests():
|
||||
|
||||
|
||||
def start():
|
||||
mute_sdxl_imports()
|
||||
|
||||
print(f"Launching {'API server' if '--nowebui' in sys.argv else 'Web UI'} with arguments: {' '.join(sys.argv[1:])}")
|
||||
import webui
|
||||
if '--nowebui' in sys.argv:
|
||||
|
Loading…
Reference in New Issue
Block a user