aboutsummaryrefslogtreecommitdiffstats
path: root/modules/extras.py
Commit message (Collapse)AuthorAgeFilesLines
* -Fix interp_amount rounding in filenameBernard Maltais2022-09-281-2/+2
| | | | -Sort list of checkpoints in list
* Fix variable conversion code issueBernard Maltais2022-09-281-14/+14
|
* - Add gradio dropdown list to select checkpointsBernard Maltais2022-09-281-14/+14
| | | | - Update checkpoint model fields labels
* Fix file nameBernard Maltais2022-09-271-1/+1
|
* (feat): Rework Checkpoint Merger UI for better clarityBernard Maltais2022-09-271-14/+14
| | | | | - Rename variables to better align with field input - Improve merged checkpoint output file name
* Add interpolation method and weight to output filenameBernard Maltais2022-09-271-1/+1
|
* added console outputs, more clear indication of progress, and ability to ↵AUTOMATIC2022-09-271-15/+33
| | | | | | specify full filename to checkpoint merger restore "Loading..." text
* Added smoothstep interpolation to checkpoint mergingWilliam Moorehouse2022-09-261-2/+17
|
* Add support for checkpoint mergingWilliam Moorehouse2022-09-251-0/+24
|
* add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ↵AUTOMATIC2022-09-231-2/+4
| | | | | | tabs fixed some [send to..] buttons to work properly with all tabs
* A big rework, just what you were secretly hoping for!AUTOMATIC2022-09-221-13/+5
| | | | | | | SD upscale moved to scripts Batch processing script removed Batch processing added to main img2img and now works with scripts img2img page UI reworked to use tabs
* Support reusing filename stems during batch processing in Extras tabolivier2022-09-201-6/+14
|
* Automatically show PNGinfo when uploading imagetrufty2022-09-191-0/+3
|
* Fixed "CodeFormer visibility:" rounding to 2 decimals.Dement2422022-09-171-1/+1
|
* Restore run_pnginfojjisnow2022-09-171-1/+1
|
* image info tabJJ2022-09-161-3/+4
| | | | | * handles exceptions if jpeg jfif data not present * removes further non-comment related exif data.
* fix extras tab showing original images instead of upscalesAUTOMATIC2022-09-161-1/+4
|
* Add batch processing to Extras tabArrowM2022-09-161-40/+59
|
* updates for exif comments #446AUTOMATIC2022-09-141-1/+7
|
* prevent extras from saving in dirJustAnOkapi2022-09-141-1/+1
| | | | | Extras have none of the vars used in dir names, so they cant be saved into dirs. +grid code cleanup
* add support for reading saved jpeg commentsAUTOMATIC2022-09-131-1/+15
|
* [Feature Request] Save defaults for extras & keep image parameters after ↵AUTOMATIC2022-09-121-1/+3
| | | | using extras #251
* allow resizing into non-integer sizesAUTOMATIC2022-09-121-1/+1
|
* [BUG] Not Working As Intended - create a directory with name derived from ↵AUTOMATIC2022-09-121-1/+1
| | | | the prompt #306
* add half() supporrt for CLIP interrogationAUTOMATIC2022-09-111-2/+2
|
* [Feature Request] Save defaults for extras & keep image parameters after ↵AUTOMATIC2022-09-111-0/+87
using extras #251