aboutsummaryrefslogtreecommitdiffstats
path: root/modules/extras.py
Commit message (Collapse)AuthorAgeFilesLines
* remove unwanted formatting/functionality from the PRAUTOMATIC2022-09-301-17/+18
|
* Merge remote-tracking branch 'upstream/master' into ModelLoaderd8ahazard2022-09-301-23/+31
|\
| * Add custom name and try-exceptsafentisAuth2022-09-291-1/+2
| |
| * update lists of models after merging them in checkpoints tabAUTOMATIC2022-09-281-10/+17
| | | | | | | | support saving as half
| * correctly list and display model names for #1261AUTOMATIC2022-09-281-15/+8
| |
| * Adding support for inverse sigmoid interpolationBernard Maltais2022-09-281-0/+7
| |
| * -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
| |
* | Holy $hit.d8ahazard2022-09-291-18/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Yep. Fix gfpgan_model_arch requirement(s). Add Upscaler base class, move from images. Add a lot of methods to Upscaler. Re-work all the child upscalers to be proper classes. Add BSRGAN scaler. Add ldsr_model_arch class, removing the dependency for another repo that just uses regular latent-diffusion stuff. Add one universal method that will always find and load new upscaler models without having to add new "setup_model" calls. Still need to add command line params, but that could probably be automated. Add a "self.scale" property to all Upscalers so the scalers themselves can do "things" in response to the requested upscaling size. Ensure LDSR doesn't get stuck in a longer loop of "upscale/downscale/upscale" as we try to reach the target upscale size. Add typehints for IDE sanity. PEP-8 improvements. Moar.
* | Merge remote-tracking branch 'upstream/master' into ModelLoaderd8ahazard2022-09-271-0/+57
|\|
| * 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
| |
* | Re-implement universal model loadingd8ahazard2022-09-261-0/+2
|/
* 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