aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-12-10 08:07:16 +0000
committerGitHub <noreply@github.com>2022-12-10 08:07:16 +0000
commitcce306cb672c8d68cbe3c8fe06448adbda3f506e (patch)
tree897087ede943d578418daa7820eb1fee16592d9d /modules/shared.py
parent1d01404c5615debfca24f7fbe429ddd2f5b11eb9 (diff)
parent7057c72ae3f697381a6ccdd1527b954a1280cb40 (diff)
downloadstable-diffusion-webui-gfx803-cce306cb672c8d68cbe3c8fe06448adbda3f506e.tar.gz
stable-diffusion-webui-gfx803-cce306cb672c8d68cbe3c8fe06448adbda3f506e.tar.bz2
stable-diffusion-webui-gfx803-cce306cb672c8d68cbe3c8fe06448adbda3f506e.zip
Merge pull request #5441 from timntorres/add-5433-avoid-sending-size-option
Add option to avoid sending size between interfaces.
Diffstat (limited to 'modules/shared.py')
-rw-r--r--modules/shared.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shared.py b/modules/shared.py
index 200693fe..44922c91 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -396,6 +396,7 @@ options_templates.update(options_section(('ui', "User interface"), {
"add_model_name_to_info": OptionInfo(False, "Add model name to generation information"),
"disable_weights_auto_swap": OptionInfo(False, "When reading generation parameters from text into UI (from PNG info or pasted text), do not change the selected model/checkpoint."),
"send_seed": OptionInfo(True, "Send seed when sending prompt or image to other interface"),
+ "send_size": OptionInfo(True, "Send size when sending prompt or image to another interface"),
"font": OptionInfo("", "Font for image grids that have text"),
"js_modal_lightbox": OptionInfo(True, "Enable full page image viewer"),
"js_modal_lightbox_initially_zoomed": OptionInfo(True, "Show images zoomed in by default in full page image viewer"),