Commit 22bcc7be authored by AUTOMATIC's avatar AUTOMATIC

attempted fix for infinite loading for settings that some people experience

parent 3856ada5
...@@ -1628,6 +1628,7 @@ def create_ui(): ...@@ -1628,6 +1628,7 @@ def create_ui():
fn=get_settings_values, fn=get_settings_values,
inputs=[], inputs=[],
outputs=[component_dict[k] for k in component_keys], outputs=[component_dict[k] for k in component_keys],
queue=False,
) )
def modelmerger(*args): def modelmerger(*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