aboutsummaryrefslogtreecommitdiff
path: root/modules/ui.py
diff options
context:
space:
mode:
authortrufty <trufty@gmail.com>2022-09-19 13:18:16 -0400
committerAUTOMATIC1111 <16777216c@gmail.com>2022-09-19 22:49:05 +0300
commit6486ec9a56e2393e00cb5cc6c55619c8b6b3395b (patch)
treead9ba83ae303316ae64d980683d32a50d66f4a8d /modules/ui.py
parentdd911a47b3c3313b3938b700eb26cbd5bb3e1c95 (diff)
Automatically show PNGinfo when uploading image
Diffstat (limited to 'modules/ui.py')
-rw-r--r--modules/ui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ui.py b/modules/ui.py
index bbd4e2b8..2c5422c7 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -806,6 +806,7 @@ def create_ui(txt2img, img2img, run_extras, run_pnginfo):
],
allow_flagging="never",
analytics_enabled=False,
+ live=True,
)
def create_setting_component(key):