aboutsummaryrefslogtreecommitdiffstats
path: root/modules/img2img.py
Commit message (Collapse)AuthorAgeFilesLines
* Option to show batch img2img results in UIw-e-w2023-11-191-4/+20
| | | | | | | | shared.opts.img2img_batch_show_results_limit limit the number of images return to the UI for batch img2img default limit 32 0 no images are shown -1 unlimited, all images are shown
* Ensure not override images with script enabledw-e-w2023-09-091-0/+2
|
* Merge pull request #13119 from AUTOMATIC1111/enable_console_prompts-in-settingsAUTOMATIC11112023-09-091-1/+1
|\ | | | | enable console prompts in settings
| * deprecate --enable-console-promptsw-e-w2023-09-091-1/+1
| | | | | | | | use --enable-console-prompts as the default value for shared.opts.enable_console_prompts
| * enable console prompts in settingsw-e-w2023-09-071-1/+1
| |
* | use original filename batch img2img with scriptsw-e-w2023-09-061-5/+4
| |
* | fix batch img2img output dir with scriptw-e-w2023-08-311-2/+5
|/
* img2img batch PNG info model hashw-e-w2023-08-251-1/+11
|
* Fix img2img background color not being usedcatboxanon2023-08-171-4/+2
|
* Fix inpaint upload for alpha masks, create reusable functioncatboxanon2023-08-151-1/+1
|
* move seed, variation seed and variation seed strength to a single row, dump ↵AUTOMATIC11112023-08-121-7/+1
| | | | | | resize seed from UI add a way for scripts to register a callback for before/after just a single component's creation
* face restoration and tiling moved to settings - use "Options in main UI" ↵AUTOMATIC11112023-08-101-3/+1
| | | | setting if you want them back
* pass samplers from UI by name, make it possible to use a sampler from ↵AUTOMATIC11112023-08-081-3/+3
| | | | infotext even if it's hidden in the dropdown
* Fix string quotescatboxanon2023-08-041-1/+1
|
* Simply img2img mask conversion, fix thresholdcatboxanon2023-08-041-1/+1
|
* Fix string quotescatboxanon2023-08-041-1/+1
|
* Remove unused import in img2imgcatboxanon2023-08-041-1/+1
|
* Fix inpaint mask for Gradio 3.39.0catboxanon2023-08-041-3/+1
|
* strip output_dirw-e-w2023-07-301-0/+1
|
* don't override default if output_dir is blankw-e-w2023-07-291-6/+7
|
* lintw-e-w2023-07-291-1/+0
|
* rework img2img batch image savew-e-w2023-07-291-20/+7
|
* IMG2IMG TIF batch fix img2img.pyDiabolicDiabetic2023-07-281-1/+1
| | | IMG2IMG batch tab wouldn't process tif images
* add padding and identification to generation log section (Failed to find ↵AUTOMATIC11112023-07-151-1/+1
| | | | Loras, Used embeddings, etc...)
* Merge branch 'dev' into img2img-savemissionfloyd2023-07-121-17/+48
|\
| * Use closing() with processing classes everywhereAarni Koskela2023-07-101-10/+10
| | | | | | | | Follows up on #11569
| * rework #10436 to use shared.walk_filesAUTOMATIC11112023-07-081-7/+1
| |
| * Merge branch 'dev' into patch-1AUTOMATIC11112023-07-081-18/+64
| |\
| | * small rework for img2img PNG infoAUTOMATIC11112023-07-081-21/+10
| | |
| | * third time's the charmAUTOMATIC11112023-07-081-1/+1
| | |
| | * additional changes for merge conflict for #11337AUTOMATIC11112023-07-081-1/+1
| | |
| | * Merge branch 'dev' into img2img-batch-png-infoAUTOMATIC11112023-07-081-12/+35
| | |\
| | | * Merge branch 'dev' into 10141-gradio-user-exifAUTOMATIC11112023-06-271-11/+31
| | | |\
| | | * | Note the Gradio user in the Exif dataJared Deckard2023-06-141-1/+4
| | | | |
| | * | | resolve linterFerdinand Weynschenk2023-06-201-3/+4
| | | | |
| | * | | use ui params when retreiving png info failsFerdinand Weynschenk2023-06-201-0/+9
| | | | | | | | | | | | | | | | | | | | Don't want to interrupt the process since batches can be huge. This makes more sense to me than using the previous images parameters
| | * | | PNG info support at img2img batchFerdinand Weynschenk2023-06-201-5/+33
| | |/ /
| * | | Update img2img.pylenankamp2023-05-191-2/+2
| | | | | | | | | | | | Hopefully corrected the white space issue
| * | | Recursive batch img2img.pylenankamp2023-05-161-3/+10
| | | | | | | | | | | | Searches sub directories and performs img2img batch processing, also limits inputs to jpg, webp, and png. Then saves to putput directory with relative paths.
* | | | Save img2img batch with images.save_image()missionfloyd2023-07-121-4/+5
| |_|/ |/| |
* | | 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 expressions
| * | | 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
|\ \ \ \ | |/ / / |/| | | Img2img batch processing
| * | | fallback to original file retrieving; skip img if mask not foundArtem Kotov2023-06-011-12/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | usage of `shared.walk_files` breaks controlnet extension images are processed in different order which leads to unmatched img file used for img2img and img file used for controlnet (if no folder is specified for control net or the same as img2img input dir used for it)
| * | | 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
| | |/ | |/| | | | | | | | | | we should not rely that mask filename will be of the same extension as the image filename so better pattern matching is added
* / | Fix for #10643 (pixel noise in webui inpainting canvas breaking inpainting, ↵ArthurHeitmann2023-05-221-1/+2
|/ / | | | | | | so that it behaves like plain img2img)