Skip to content

Commit 2e613a6

Browse files
Merge pull request #12304 from catboxanon/fix/extras-infotext-paste
Correctly toggle extras checkbox for infotext paste
2 parents c938579 + f5994e8 commit 2e613a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/ui.py

+2
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@ def create_ui():
585585
(width, "Size-1"),
586586
(height, "Size-2"),
587587
(batch_size, "Batch size"),
588+
(seed_checkbox, lambda d: "Variation seed" in d or "Seed resize from-1" in d),
588589
(subseed, "Variation seed"),
589590
(subseed_strength, "Variation seed strength"),
590591
(seed_resize_from_w, "Seed resize from-1"),
@@ -972,6 +973,7 @@ def select_img2img_tab(tab):
972973
(width, "Size-1"),
973974
(height, "Size-2"),
974975
(batch_size, "Batch size"),
976+
(seed_checkbox, lambda d: "Variation seed" in d or "Seed resize from-1" in d),
975977
(subseed, "Variation seed"),
976978
(subseed_strength, "Variation seed strength"),
977979
(seed_resize_from_w, "Seed resize from-1"),

0 commit comments

Comments
 (0)