add opts models_not_to_offload

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-09-19 11:21:54 -04:00
parent 47cba6b0a7
commit cd79f92dff
17 changed files with 59 additions and 16 deletions
+1
View File
@@ -172,6 +172,7 @@ def run_settings_single(value, key, progress=False):
def create_ui():
shared.log.debug('UI initialize: tab=settings')
global text_settings # pylint: disable=global-statement
text_settings = gr.Textbox(elem_id="settings_json", elem_classes=["settings_json"], value=lambda: shared.opts.dumpjson(), visible=False)
with gr.Row(elem_id="system_row"):