112292454
2fa91cbee6
Update prompt_matrix.py
...
1
2023-02-23 01:55:07 +08:00
112292454
2c58d373dd
Update prompt_matrix.py
...
this file last commit fixed common situation when using both prompts matrix and high-res。
but if we just open matrix option,but not use ‘|’,we will only get one pic,and `processed.images[0].width, processed.images[1].height` will cause a index out of bounds exception
2023-02-22 21:40:42 +08:00
AUTOMATIC1111
cfc9849f3f
Merge branch 'master' into 6866-fix-hires-prompt-matrix
2023-02-19 12:30:58 +03:00
AUTOMATIC
48d171bbb3
fix incorrectly named args for gr.Slider in prompt matrix and xyz grid
2023-02-19 12:25:05 +03:00
EllangoK
0ca1a64cfc
adds grid margins to xyz plot and prompt matrix
2023-02-05 03:44:56 -05:00
Francesco Manzali
5afd9e82c3
Use the real images size, not the process
...
- Use the width/height of the first image in processed.images
- No more need for rounding in prompt_matrix
2023-02-01 21:16:52 +01:00
Francesco Manzali
17b24e45e8
Fix prompt matrix #rows/#cols when using hires
...
- images.draw_prompt_matrix() should be called with the final width/height
of the generated images, after upscaling.
Otherwise, the number of rows/cols computed in images.draw_grid_annotations
will increase by the upscaling factor.
- Round the number of cols/rows in images.draw_grid_annotations, since
the final images width may be a bit less than the required
hr_upscale_to_x/y
2023-01-31 18:58:36 +01:00
Yevhenii Hurin
1e2b10d2dc
Cleanup changes made by formatter
2023-01-29 17:14:46 +02:00
Yevhenii Hurin
5997457fd4
Compact options UI for Prompt Matrix
2023-01-29 16:23:29 +02:00
Yevhenii Hurin
edabd92729
Add delimiter selector to the Prompt Matrix script
2023-01-29 16:05:59 +02:00
Yevhenii Hurin
7c53f81caf
Prompt selector for Prompt Matrix script
2023-01-29 15:29:03 +02:00
AUTOMATIC
f8d0cf6a6e
rework #6329 to remove duplicate code and add prevent tab names for showing in ids for scripts that only exist on one tab
2023-01-05 12:08:11 +03:00
me
f185baeb28
Refactor elem_prefix as function elem_id
2023-01-05 09:29:07 +01:00
me
c3109fa18a
Adjusted prefix from i2i/t2i to txt2img and img2img and removed those prefixes from img exclusive scripts
2023-01-05 08:27:09 +01:00
me
5851bc839b
Add element ids for script components and a few more in ui.py
2023-01-04 22:14:30 +01:00
Jim Hays
c0355caefe
Fix various typos
2022-12-14 21:01:32 -05:00
AUTOMATIC
7dab7c9759
repair #5438
2022-12-10 11:20:43 +03:00
David Vorick
fa6478796a
allow randomized seeds in prompt_matrix
2022-12-05 00:21:37 -05:00
AUTOMATIC1111
ce049c471b
Merge pull request #4368 from byzod/master
...
fix #3451 scripts ignores file format settings for grids
2022-12-03 10:31:08 +03:00
Liam
81f2575df9
updating the displayed generation info when user clicks images in the gallery. feature request 4415
2022-11-09 15:24:31 -05:00
byzod
4796db85b5
ignores file format settings for grids
2022-11-06 10:12:57 +08:00
JustAnOkapi
f9f9d04b5f
prevent extras from saving in dir
...
Extras have none of the vars used in dir names, so they cant be saved into dirs.
+grid code cleanup
2022-09-14 08:58:13 +03:00
AUTOMATIC
a4416f3585
[BUG] Not Working As Intended - create a directory with name derived from the prompt #306
2022-09-12 15:41:30 +03:00
AUTOMATIC
ee8a6fa89f
Images in Prompt Matrix grid using different seeds. #208
2022-09-10 08:29:12 +03:00
AUTOMATIC
a5316bbf63
add missing reqs from PR
...
add missing check to autoinstall that will install fonts for existing users
remove unusaed line from another PR
2022-09-09 23:45:44 +03:00
Lukas Meller
fbdec2ef20
Fix prompt matrix script
2022-09-09 23:40:03 +03:00
AUTOMATIC
86867e153f
support for prompt styles
...
fix broken prompt matrix
2022-09-09 23:16:02 +03:00
AUTOMATIC
b1707553cf
added resize seeds and variation seeds features
2022-09-09 17:54:04 +03:00
AUTOMATIC
a1743e4518
remove double basicr requirement
...
add seed change for anon
2022-09-07 01:44:44 +03:00
AUTOMATIC
66a9ca9d00
fixes for incorrect progressbar
2022-09-06 12:34:15 +03:00
AUTOMATIC
a243bc7859
added progressbar
...
added an option to disable progressbar
added interrupt support to DDIM/PLMS
2022-09-06 02:09:01 +03:00
AUTOMATIC
b99a47b12d
save grids created by scripts
2022-09-04 03:38:24 +03:00
AUTOMATIC
592334f322
scripts
2022-09-03 19:32:45 +03:00