attempted fix for infinite loading for settings that some people experience
This commit is contained in:
parent
3856ada5cc
commit
22bcc7be42
@ -1628,6 +1628,7 @@ def create_ui():
|
||||
fn=get_settings_values,
|
||||
inputs=[],
|
||||
outputs=[component_dict[k] for k in component_keys],
|
||||
queue=False,
|
||||
)
|
||||
|
||||
def modelmerger(*args):
|
||||
|
Loading…
Reference in New Issue
Block a user