aboutsummaryrefslogtreecommitdiffstats
path: root/modules/images.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1550 from RnDMonkey/#1484_fix_empty_styles_patternAUTOMATIC11112022-10-041-1/+1
|\
| * moved no-style return outside join functionRnDMonkey2022-10-031-1/+1
* | Apply prompt pattern lastMilly2022-10-041-19/+20
|/
* Merge branch 'master' into #1484_fix_empty_styles_patternAUTOMATIC11112022-10-031-1/+6
|\
| * Merge branch 'master' into savingAUTOMATIC11112022-10-021-40/+37
| |\
| * | add advanced saving for save buttonWDevelopsWebApps2022-09-281-1/+4
* | | os.path.normpath wasn't working, reverting to manual stripRnDMonkey2022-10-021-2/+2
* | | use os.path.normpath for better safety checkingRnDMonkey2022-10-021-2/+2
* | | added safety for blank directory naming patternsRnDMonkey2022-10-021-2/+2
| |/ |/|
* | Merge remote-tracking branch 'origin/master'AUTOMATIC2022-09-301-1/+11
|\ \
| * | fixed so that {prompt} can be anywhere in styleRnDMonkey2022-09-301-1/+5
| * | refined [styles] pattern and added [prompt_no_styles]RnDMonkey2022-09-301-1/+7
* | | prevent neural network resizing when it is not necessary #1109AUTOMATIC2022-09-301-8/+10
|/ /
* | repair broken highres fix #1109AUTOMATIC2022-09-301-1/+1
* | remove unwanted formatting/functionality from the PRAUTOMATIC2022-09-301-25/+12
* | fix the bug with broken rescaling in PRAUTOMATIC2022-09-301-3/+11
* | Holy $hit.d8ahazard2022-09-291-48/+36
|/
* use strftime. update hints.jstateisu2022-09-261-1/+1
* add [datetime] to image file name patterntateisu2022-09-261-0/+1
* Changed job_id to timestampEyrie2022-09-251-1/+1
* Added job_id pattern for directoriesEyrie2022-09-251-0/+1
* added [styles] filename patternRnDMonkey2022-09-241-0/+1
* fix for inpaint at full resolution breaking if you have an NN upscaler.AUTOMATIC2022-09-231-1/+1
* Option to use advanced upscalers with normal img2imgAUTOMATIC2022-09-231-3/+12
* Merge from masterRobin Fernandes2022-09-231-1/+2
|\
| * Fixed directory name generation process.Prof-Cheese2022-09-221-1/+2
* | Add option to save before color correction. Add suffix param when saving file...Robin Fernandes2022-09-221-2/+2
|/
* Fixed filename part sanitizingMilly2022-09-201-5/+13
* Support reusing filename stems during batch processing in Extras tabolivier2022-09-201-10/+14
* fix for broken export for 4chanAUTOMATIC2022-09-171-1/+1
* add support for switching model checkpoints at runtimeAUTOMATIC2022-09-171-1/+1
* fixAUTOMATIC2022-09-171-1/+0
* the last PR broke saving EXiF completely for me. I don't know if it was broke...AUTOMATIC2022-09-171-10/+7
* image.save parameter fixJJ2022-09-171-3/+8
* Replace invalid filename chars with an underscoreTwizzes2022-09-161-1/+1
* Merge remote-tracking branch 'origin/master'AUTOMATIC2022-09-151-0/+3
|\
| * exif fix for webpJJ2022-09-151-0/+3
* | fix for failing to save 4chan downscale for large iamgesAUTOMATIC2022-09-151-7/+8
|/
* Improved directory sanitization when --hide_ui_dir_configEyeDeck2022-09-151-1/+4
* Update images.pyMichoko2022-09-141-9/+10
* Update images.pyMichoko2022-09-141-5/+12
* Update images.pyMichoko2022-09-141-2/+14
* updates for exif comments #446AUTOMATIC2022-09-141-1/+1
* format exif stringJJ2022-09-141-2/+2
* prevent extras from saving in dirJustAnOkapi2022-09-141-5/+2
* add webp to file formats with exif savedJJ2022-09-141-1/+1
* revert the breaking change in font sneaked in by the person who did EXIF #407AUTOMATIC2022-09-131-1/+1
* add support for reading saved jpeg commentsAUTOMATIC2022-09-131-7/+9
* save the exif data upon image writeJJ2022-09-131-1/+1
* add metadata to jpg and non-png image filesJJ2022-09-131-2/+11