aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/prompt_matrix.py
AgeCommit message (Collapse)AuthorLines
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela-1/+1
2023-05-10imports cleanup for ruffAUTOMATIC-5/+2
2023-02-23Update prompt_matrix.py112292454-1/+1
1
2023-02-22Update prompt_matrix.py112292454-1/+1
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-19Merge branch 'master' into 6866-fix-hires-prompt-matrixAUTOMATIC1111-12/+33
2023-02-19fix incorrectly named args for gr.Slider in prompt matrix and xyz gridAUTOMATIC-1/+1
2023-02-05adds grid margins to xyz plot and prompt matrixEllangoK-15/+9
2023-02-01Use the real images size, not the processFrancesco Manzali-2/+2
- Use the width/height of the first image in processed.images - No more need for rounding in prompt_matrix
2023-01-31Fix prompt matrix #rows/#cols when using hiresFrancesco Manzali-1/+1
- 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-29Cleanup changes made by formatterYevhenii Hurin-17/+8
2023-01-29Compact options UI for Prompt MatrixYevhenii Hurin-10/+17
2023-01-29Add delimiter selector to the Prompt Matrix scriptYevhenii Hurin-15/+34
2023-01-29Prompt selector for Prompt Matrix scriptYevhenii Hurin-7/+17
2023-01-05rework #6329 to remove duplicate code and add prevent tab names for showing ↵AUTOMATIC-6/+0
in ids for scripts that only exist on one tab
2023-01-05Refactor elem_prefix as function elem_idme-5/+9
2023-01-05Adjusted prefix from i2i/t2i to txt2img and img2img and removed those ↵me-1/+1
prefixes from img exclusive scripts
2023-01-04Add element ids for script components and a few more in ui.pyme-2/+4
2022-12-14Fix various typosJim Hays-5/+5
2022-12-10repair #5438AUTOMATIC-10/+4
2022-12-05allow randomized seeds in prompt_matrixDavid Vorick-3/+10
2022-12-03Merge pull request #4368 from byzod/masterAUTOMATIC1111-1/+1
fix #3451 scripts ignores file format settings for grids
2022-11-09updating the displayed generation info when user clicks images in the ↵Liam-0/+2
gallery. feature request 4415
2022-11-06ignores file format settings for gridsbyzod-1/+1
2022-09-14prevent extras from saving in dirJustAnOkapi-1/+1
Extras have none of the vars used in dir names, so they cant be saved into dirs. +grid code cleanup
2022-09-12 [BUG] Not Working As Intended - create a directory with name derived from ↵AUTOMATIC-1/+1
the prompt #306
2022-09-10 Images in Prompt Matrix grid using different seeds. #208AUTOMATIC-0/+1
2022-09-09add missing reqs from PRAUTOMATIC-1/+0
add missing check to autoinstall that will install fonts for existing users remove unusaed line from another PR
2022-09-09Fix prompt matrix scriptLukas Meller-0/+1
2022-09-09support for prompt stylesAUTOMATIC-2/+1
fix broken prompt matrix
2022-09-09added resize seeds and variation seeds featuresAUTOMATIC-1/+1
2022-09-07remove double basicr requirementAUTOMATIC-1/+1
add seed change for anon
2022-09-06fixes for incorrect progressbarAUTOMATIC-1/+0
2022-09-06added progressbarAUTOMATIC-0/+3
added an option to disable progressbar added interrupt support to DDIM/PLMS
2022-09-04save grids created by scriptsAUTOMATIC-0/+3
2022-09-03scriptsAUTOMATIC-0/+82