diff options
author | ParityError <36368048+ParityError@users.noreply.github.com> | 2023-04-02 05:15:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 05:15:12 +0000 |
commit | 5225393bde61fdf60ddcd2177ca2e56974e8f967 (patch) | |
tree | 6f07eb27c2d10a56f8def7da15ed60e126a81548 /modules/ui.py | |
parent | f867d7b429d23f8fb82a979c22ba6c90955e0842 (diff) | |
parent | 22bcc7be428c94e9408f589966c2040187245d81 (diff) | |
download | stable-diffusion-webui-gfx803-5225393bde61fdf60ddcd2177ca2e56974e8f967.tar.gz stable-diffusion-webui-gfx803-5225393bde61fdf60ddcd2177ca2e56974e8f967.tar.bz2 stable-diffusion-webui-gfx803-5225393bde61fdf60ddcd2177ca2e56974e8f967.zip |
Merge branch 'AUTOMATIC1111:master' into master
Diffstat (limited to 'modules/ui.py')
-rw-r--r-- | modules/ui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ui.py b/modules/ui.py index eb5fcd3f..627fbe0b 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -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):
|