aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_common.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-04-29 13:50:52 +0000
committerGitHub <noreply@github.com>2023-04-29 13:50:52 +0000
commit263f0fb59c7afa9b4739b226725dd0b38956a8cf (patch)
tree2ebe6b5e7763ab2c95aa8bd72ce6d8f6afbd87ce /modules/ui_common.py
parent082613036aa7b9a8a008384b1770046d6714bc28 (diff)
parentfaff08f396f159a5ddd6328a6d2699b7e7d18ef9 (diff)
downloadstable-diffusion-webui-gfx803-263f0fb59c7afa9b4739b226725dd0b38956a8cf.tar.gz
stable-diffusion-webui-gfx803-263f0fb59c7afa9b4739b226725dd0b38956a8cf.tar.bz2
stable-diffusion-webui-gfx803-263f0fb59c7afa9b4739b226725dd0b38956a8cf.zip
Merge branch 'dev' into remove-watermark-option
Diffstat (limited to 'modules/ui_common.py')
-rw-r--r--modules/ui_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui_common.py b/modules/ui_common.py
index 3b11dcc8..27ab3ebb 100644
--- a/modules/ui_common.py
+++ b/modules/ui_common.py
@@ -125,7 +125,7 @@ Requested path was: {f}
with gr.Column(variant='panel', elem_id=f"{tabname}_results"):
with gr.Group(elem_id=f"{tabname}_gallery_container"):
- result_gallery = gr.Gallery(label='Output', show_label=False, elem_id=f"{tabname}_gallery").style(grid=4)
+ result_gallery = gr.Gallery(label='Output', show_label=False, elem_id=f"{tabname}_gallery").style(columns=4)
generation_info = None
with gr.Column():