mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-09 18:51:17 -08:00
work on startup profile display
This commit is contained in:
parent
05e6fc9aa9
commit
0cc05fc492
9 changed files with 159 additions and 14 deletions
|
|
@ -6,7 +6,7 @@ from collections import namedtuple
|
|||
|
||||
import gradio as gr
|
||||
|
||||
from modules import shared, paths, script_callbacks, extensions, script_loading, scripts_postprocessing
|
||||
from modules import shared, paths, script_callbacks, extensions, script_loading, scripts_postprocessing, timer
|
||||
|
||||
AlwaysVisible = object()
|
||||
|
||||
|
|
@ -270,6 +270,7 @@ def load_scripts():
|
|||
finally:
|
||||
sys.path = syspath
|
||||
current_basedir = paths.script_path
|
||||
timer.startup_timer.record(scriptfile.filename)
|
||||
|
||||
global scripts_txt2img, scripts_img2img, scripts_postproc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue