aboutsummaryrefslogtreecommitdiffstats
path: root/modules/images.py
AgeCommit message (Expand)AuthorLines
2023-12-30Add tile_count property to GridAarni Koskela-1/+7
2023-12-30Add types to split_gridAarni Koskela-3/+2
2023-12-07Moved image filters used by soft inpainting into soft_inpainting.py from imag...CodeHatchling-190/+0
2023-12-03Fixed a math mistake.CodeHatchling-1/+1
2023-12-02Merge remote-tracking branch 'origin/dev' into soft-inpaintingCodeHatchling-2/+17
2023-12-02Added utility functions related to processing masks.CodeHatchling-0/+191
2023-09-30write infotext to gif image as commentAUTOMATIC1111-0/+2
2023-09-30Merge pull request #13068 from JaredTherriault/masterAUTOMATIC1111-0/+2
2023-09-09Merge pull request #13028 from AUTOMATIC1111/fallback-invalid-exifAUTOMATIC1111-1/+6
2023-09-09update for #12926AUTOMATIC1111-9/+7
2023-09-06save_images_add_number_suffixw-e-w-1/+9
2023-09-04Load comments from gif images to gather geninfo from gif outputsJaredTherriault-0/+2
2023-09-03fallback if exif data was invalidAngelBottomless-1/+6
2023-08-19switch to PNG when images too largew-e-w-0/+5
2023-08-18negative_prompt full_prompt hashw-e-w-1/+7
2023-08-18image hashw-e-w-1/+6
2023-08-09split shared.py into multiple files; should resolve all circular reference im...AUTOMATIC1111-12/+16
2023-08-04Add tab and carriage return to invalid filename charscatboxanon-1/+1
2023-07-19bugfix: model name was added together with directory name to infotext and to ...AUTOMATIC1111-1/+1
2023-07-14Added [none] filename token.Marcus Adams-2/+3
2023-07-13Merge pull request #11748 from huaizong/fix/x/resize-less-than-two-pixel-errorAUTOMATIC1111-4/+6
2023-07-12fix: check fill size none zero when resize (fixes #11425)王怀宗-4/+6
2023-07-08Merge pull request #11468 from NoCrypt/grid-colors-optionsAUTOMATIC1111-6/+8
2023-07-08lint fix for #11492AUTOMATIC1111-1/+1
2023-07-08Merge pull request #11596 from akx/use-read-infoAUTOMATIC1111-5/+12
2023-07-08Merge pull request #11492 from semjon00/devAUTOMATIC1111-3/+9
2023-07-08fix problem with extra network saving images as previews losing generation infoAUTOMATIC1111-2/+12
2023-07-05Fix throwing exception when trying to resize image with I;16 modesemjon00-3/+9
2023-07-03read_info_from_image: don't mutate info in passed-in imageAarni Koskela-1/+1
2023-07-03read_info_from_image: add typeAarni Koskela-1/+3
2023-07-03read_info_from_image: add `photoshop` to ignoredAarni Koskela-3/+8
2023-06-28Fix lintNoCrypt-1/+1
2023-06-28RevisionNoCrypt-4/+9
2023-06-28Add options to change colors in gridNoCrypt-8/+5
2023-06-27Merge branch 'dev' into 10141-gradio-user-exifAUTOMATIC1111-15/+29
2023-06-15Add a user pattern to the filename generatorJared Deckard-0/+1
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela-3/+3
2023-06-02Merge pull request #10905 from AUTOMATIC1111/fix-10896-pnginfo-parametersAUTOMATIC1111-4/+0
2023-06-01remove redundantw-e-w-2/+0
2023-06-01fix 10896 pnginfo parametersw-e-w-2/+0
2023-05-31Merge pull request #10808 from AUTOMATIC1111/fix-disable-png-infoAUTOMATIC1111-3/+6
2023-05-31rename print_error to report, use it with together with package nameAUTOMATIC-3/+2
2023-05-31Merge pull request #10808 from AUTOMATIC1111/fix-disable-png-infoAUTOMATIC1111-3/+6
2023-05-29Add & use modules.errors.print_error where currently printing exception info ...Aarni Koskela-6/+3
2023-05-29fix disable png infow-e-w-3/+6
2023-05-27Merge pull request #10655 from fumitakayano/fumitakayanoAUTOMATIC1111-0/+14
2023-05-27Merge pull request #10569 from strelokhalfer/prAUTOMATIC1111-3/+7
2023-05-25Remove try/except in img metadata readcatboxanon-4/+1
2023-05-24Cleaner image metadata readcatboxanon-2/+6
2023-05-24Changed 'images.zip' to generation by patternstrelokhalfer-3/+7