Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unwanted formatting/functionality from the PR | AUTOMATIC | 2022-09-30 | 1 | -17/+18 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into ModelLoader | d8ahazard | 2022-09-30 | 1 | -23/+31 |
|\ | |||||
| * | Add custom name and try-except | safentisAuth | 2022-09-29 | 1 | -1/+2 |
| | | |||||
| * | update lists of models after merging them in checkpoints tab | AUTOMATIC | 2022-09-28 | 1 | -10/+17 |
| | | | | | | | | support saving as half | ||||
| * | correctly list and display model names for #1261 | AUTOMATIC | 2022-09-28 | 1 | -15/+8 |
| | | |||||
| * | Adding support for inverse sigmoid interpolation | Bernard Maltais | 2022-09-28 | 1 | -0/+7 |
| | | |||||
| * | -Fix interp_amount rounding in filename | Bernard Maltais | 2022-09-28 | 1 | -2/+2 |
| | | | | | | | | -Sort list of checkpoints in list | ||||
| * | Fix variable conversion code issue | Bernard Maltais | 2022-09-28 | 1 | -14/+14 |
| | | |||||
| * | - Add gradio dropdown list to select checkpoints | Bernard Maltais | 2022-09-28 | 1 | -14/+14 |
| | | | | | | | | - Update checkpoint model fields labels | ||||
| * | Fix file name | Bernard Maltais | 2022-09-27 | 1 | -1/+1 |
| | | |||||
| * | (feat): Rework Checkpoint Merger UI for better clarity | Bernard Maltais | 2022-09-27 | 1 | -14/+14 |
| | | | | | | | | | | - Rename variables to better align with field input - Improve merged checkpoint output file name | ||||
| * | Add interpolation method and weight to output filename | Bernard Maltais | 2022-09-27 | 1 | -1/+1 |
| | | |||||
* | | Holy $hit. | d8ahazard | 2022-09-29 | 1 | -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 ModelLoader | d8ahazard | 2022-09-27 | 1 | -0/+57 |
|\| | |||||
| * | added console outputs, more clear indication of progress, and ability to ↵ | AUTOMATIC | 2022-09-27 | 1 | -15/+33 |
| | | | | | | | | | | | | specify full filename to checkpoint merger restore "Loading..." text | ||||
| * | Added smoothstep interpolation to checkpoint merging | William Moorehouse | 2022-09-26 | 1 | -2/+17 |
| | | |||||
| * | Add support for checkpoint merging | William Moorehouse | 2022-09-25 | 1 | -0/+24 |
| | | |||||
* | | Re-implement universal model loading | d8ahazard | 2022-09-26 | 1 | -0/+2 |
|/ | |||||
* | add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ↵ | AUTOMATIC | 2022-09-23 | 1 | -2/+4 |
| | | | | | | tabs fixed some [send to..] buttons to work properly with all tabs | ||||
* | A big rework, just what you were secretly hoping for! | AUTOMATIC | 2022-09-22 | 1 | -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 tab | olivier | 2022-09-20 | 1 | -6/+14 |
| | |||||
* | Automatically show PNGinfo when uploading image | trufty | 2022-09-19 | 1 | -0/+3 |
| | |||||
* | Fixed "CodeFormer visibility:" rounding to 2 decimals. | Dement242 | 2022-09-17 | 1 | -1/+1 |
| | |||||
* | Restore run_pnginfo | jjisnow | 2022-09-17 | 1 | -1/+1 |
| | |||||
* | image info tab | JJ | 2022-09-16 | 1 | -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 upscales | AUTOMATIC | 2022-09-16 | 1 | -1/+4 |
| | |||||
* | Add batch processing to Extras tab | ArrowM | 2022-09-16 | 1 | -40/+59 |
| | |||||
* | updates for exif comments #446 | AUTOMATIC | 2022-09-14 | 1 | -1/+7 |
| | |||||
* | prevent extras from saving in dir | JustAnOkapi | 2022-09-14 | 1 | -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 comments | AUTOMATIC | 2022-09-13 | 1 | -1/+15 |
| | |||||
* | [Feature Request] Save defaults for extras & keep image parameters after ↵ | AUTOMATIC | 2022-09-12 | 1 | -1/+3 |
| | | | | using extras #251 | ||||
* | allow resizing into non-integer sizes | AUTOMATIC | 2022-09-12 | 1 | -1/+1 |
| | |||||
* | [BUG] Not Working As Intended - create a directory with name derived from ↵ | AUTOMATIC | 2022-09-12 | 1 | -1/+1 |
| | | | | the prompt #306 | ||||
* | add half() supporrt for CLIP interrogation | AUTOMATIC | 2022-09-11 | 1 | -2/+2 |
| | |||||
* | [Feature Request] Save defaults for extras & keep image parameters after ↵ | AUTOMATIC | 2022-09-11 | 1 | -0/+87 |
using extras #251 |