aboutsummaryrefslogtreecommitdiffstats
path: root/modules/img2img.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' into 10141-gradio-user-exifAUTOMATIC11112023-06-271-11/+31
|\
| * revert the message to how it wasAUTOMATIC2023-06-051-1/+3
| * Merge pull request #10956 from akx/lenAUTOMATIC11112023-06-051-2/+1
| |\
| | * Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-021-2/+1
| * | Merge pull request #10838 from breengles/img2img-batch-processingAUTOMATIC11112023-06-031-7/+25
| |\ \ | | |/ | |/|
| | * fallback to original file retrieving; skip img if mask not foundArtem Kotov2023-06-011-12/+7
| | * add subdir support for images, masks and output; search mask only in subdirArtem Kotov2023-06-011-12/+25
| | * ruffedArtem Kotov2023-05-291-3/+3
| | * add scale_by to batch processingArtem Kotov2023-05-291-3/+8
| | * improve filename matching for maskArtem Kotov2023-05-291-1/+6
| * | Fix for #10643 (pixel noise in webui inpainting canvas breaking inpainting, s...ArthurHeitmann2023-05-221-1/+2
| |/
* / Note the Gradio user in the Exif dataJared Deckard2023-06-141-1/+4
|/
* imports cleanup for ruffAUTOMATIC2023-05-101-4/+1
* manual fixes for ruffAUTOMATIC2023-05-101-1/+0
* autofixes from ruffAUTOMATIC2023-05-101-1/+1
* print PIL.UnidentifiedImageErrorw-e-w2023-05-031-1/+2
* Merge pull request #9108 from AUTOMATIC1111/img2img-scale-byAUTOMATIC11112023-04-291-1/+7
|\
| * add "resize by" and "resize to" tabs to img2imgAUTOMATIC2023-03-281-1/+7
* | Merge pull request #9219 from Z-nonymous/masterAUTOMATIC11112023-04-291-2/+5
|\ \
| * | Fix #9185Z_nonymous2023-03-311-2/+5
| |/
* / fix ui img2img scriptsdennissheng2023-04-241-1/+1
|/
* do not add mask blur to infotext if there is no maskAUTOMATIC2023-03-281-1/+2
* Revert "Merge pull request #7931 from space-nuko/img2img-enhance"AUTOMATIC2023-03-281-3/+1
* Add upscaler to img2imgspace-nuko2023-03-251-1/+2
* Add upscale slider to img2imgspace-nuko2023-03-251-1/+2
* convert rgba to rgbVladimir Mandic2023-02-081-0/+2
* Image CFG Added (Full Implementation)Kyle2023-02-031-1/+2
* add override settings component to img2imgAUTOMATIC2023-01-291-1/+5
* allow empty mask dirThurion2023-01-281-2/+4
* Basic inpainting batch supportAndrii Skaliuk2023-01-281-3/+17
* bump gradio to 3.16.2AUTOMATIC2023-01-181-2/+2
|\
| * change style dropdowns to multiselectAUTOMATIC2023-01-141-2/+2
* | big rework of progressbar/preview system to allow multiple users to prompts a...AUTOMATIC2023-01-151-1/+1
|/
* img2img UI rework: obsolete --gradio-img2img-tool --gradio-inpaint-tool and a...AUTOMATIC2023-01-111-31/+27
* make it so that memory/embeddings info is displayed in a separate UI element ...AUTOMATIC2022-12-311-1/+1
* fix #4459 breaking inpainting when the option is not specified.AUTOMATIC2022-12-031-8/+9
* Merge pull request #4459 from kavorite/color-sketch-inpaintingAUTOMATIC11112022-12-031-9/+21
|\
| * blur mask with color-sketch + add paint transparency sliderkavorite2022-11-091-8/+13
| * add gradio-inpaint-tool; color-sketchkavorite2022-11-081-6/+13
* | fix for broken sampler selection in img2img and xy plot #4860 #4909AUTOMATIC2022-11-271-1/+1
* | change StableDiffusionProcessing to internally use sampler name instead of sa...AUTOMATIC2022-11-191-2/+2
|/
* Merge branch 'AUTOMATIC1111:master' into masterSihan Wang2022-11-021-1/+4
|\
| * Release processing resources after it finishesJairo Correa2022-11-021-0/+2
| * make save dir if save dir is not existsk_sugawara2022-11-011-0/+1
| * skip filenames starting with . for img2img and extras batch modesAUTOMATIC2022-10-291-1/+1
* | Fix error caused by EXIF transpose when using custom scriptsSihan Wang2022-10-261-1/+2
|/
* img2img, use smartphone photos' EXIF orientationtimntorres2022-10-261-0/+8
* removed aesthetic gradients as built-inAUTOMATIC2022-10-221-2/+3
* do not load aesthetic clip model until it's neededAUTOMATIC2022-10-211-4/+1
* Merge branch 'ae'AUTOMATIC2022-10-211-1/+6
|\