diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-21 16:15:53 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-21 16:15:53 +0300 |
commit | 855b9e3d1c5a1bd8c2d815d38a38bc7c410be5a8 (patch) | |
tree | 6c978dd9650c65575ea26d3e86480fc383923076 /webui.py | |
parent | cbfb4632585415dc914aff8c44869d792fd64c24 (diff) |
Lora support!
update readme to reflect some recent changes
Diffstat (limited to 'webui.py')
-rw-r--r-- | webui.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -165,6 +165,8 @@ def webui(): if shared.opts.clean_temp_dir_at_start:
ui_tempdir.cleanup_tmpdr()
+ modules.script_callbacks.before_ui_callback()
+
shared.demo = modules.ui.create_ui()
app, local_url, share_url = shared.demo.launch(
|