mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 10:31:17 -08:00
start timer early anyway
This commit is contained in:
parent
491d42bb1c
commit
90eb731ff1
2 changed files with 1 additions and 3 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue