Commit 90eb731f authored by AUTOMATIC1111's avatar AUTOMATIC1111

start timer early anyway

parent 491d42bb
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()
......
......@@ -10,6 +10,7 @@ from functools import lru_cache
from modules import cmd_args, errors
from modules.paths_internal import script_path, extensions_dir
from modules import timer # noqa:F401
args, _ = cmd_args.parser.parse_known_args()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment