Skip to content

Commit

Permalink
attempted fix for infinite loading for settings that some people expe…
Browse files Browse the repository at this point in the history
…rience
  • Loading branch information
AUTOMATIC1111 committed Mar 29, 2023
1 parent 3856ada commit 22bcc7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1628,6 +1628,7 @@ def get_settings_values():
fn=get_settings_values,
inputs=[],
outputs=[component_dict[k] for k in component_keys],
queue=False,
)

def modelmerger(*args):
Expand Down

0 comments on commit 22bcc7b

Please sign in to comment.