mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-03 02:40:37 +00:00
start timer early anyway
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from modules import launch_utils
|
||||
|
||||
|
||||
args = launch_utils.args
|
||||
python = launch_utils.python
|
||||
git = launch_utils.git
|
||||
@@ -26,8 +25,6 @@ start = launch_utils.start
|
||||
|
||||
|
||||
def main():
|
||||
from modules import timer
|
||||
timer.startup_timer.record("start")
|
||||
|
||||
if not args.skip_prepare_environment:
|
||||
prepare_environment()
|
||||
|
Reference in New Issue
Block a user