diff options
author | invincibledude <> | 2023-01-22 12:44:59 +0000 |
---|---|---|
committer | invincibledude <> | 2023-01-22 12:44:59 +0000 |
commit | bbb1e35ea29f8cfc6a6db3b28b10bfbc99033c70 (patch) | |
tree | f48d781f543a27f3df9e1420b06a8e8697495b29 /modules/ui.py | |
parent | b0ae92d605dfb65314b610589f84b643d535261e (diff) | |
download | stable-diffusion-webui-gfx803-bbb1e35ea29f8cfc6a6db3b28b10bfbc99033c70.tar.gz stable-diffusion-webui-gfx803-bbb1e35ea29f8cfc6a6db3b28b10bfbc99033c70.tar.bz2 stable-diffusion-webui-gfx803-bbb1e35ea29f8cfc6a6db3b28b10bfbc99033c70.zip |
UI and PNG info improvements
Diffstat (limited to 'modules/ui.py')
-rw-r--r-- | modules/ui.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/ui.py b/modules/ui.py index 1656e76d..64180889 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -800,6 +800,8 @@ def create_ui(): (hr_resize_x, "Hires resize-1"),
(hr_resize_y, "Hires resize-2"),
(hr_sampler_index, "Hires sampling method"),
+ (hr_prompt, "Hires prompt"),
+ (hr_negative_prompt, "Hires negative prompt"),
*modules.scripts.scripts_txt2img.infotext_fields
]
parameters_copypaste.add_paste_fields("txt2img", None, txt2img_paste_fields)
|