aboutsummaryrefslogtreecommitdiff
path: root/modules/extras.py
AgeCommit message (Collapse)Author
2022-10-21Added try except to extras batch from directorywinterspringsummer
2022-10-21Fixed path issue while extras batch processingwinterspringsummer
2022-10-18additional fix for difference model mergingAUTOMATIC
2022-10-18fix for add difference model mergingAUTOMATIC
2022-10-18extras extend cache key with new upscale to optionsDepFA
2022-10-17fix bug for latest model merge RAM improvementAUTOMATIC
2022-10-17improve performance of 3-way merge on machines with not enough ram, by only ↵MrCheeze
accessing two of the models at a time
2022-10-16honor --hide-ui-dir-config option for #2807AUTOMATIC
2022-10-16added extras batch work from directorywinterspringsummer
2022-10-14change checkpoint merger to work in a more obvious wayAUTOMATIC
remove sigmoid and inverse sigmoid because they just did the same thing as weighed sum only with changed multiplier
2022-10-14should fix the issue with missing layers in chechpoint mergerAUTOMATIC
2022-10-14add an ability to merge three checkpointsAUTOMATIC
2022-10-10Simplify crop logicJustin Maier
2022-10-09Add "Scale to" option to ExtrasJustin Maier
2022-10-09fix missing png info when Extras Batch ProcessArtem Zagidulin
2022-10-09additional changes for saving pnginfo for #1803AUTOMATIC
2022-10-09make main model loading and model merger use the same codeAUTOMATIC
2022-09-30Merge branch 'master' into fix-vramJairo Correa
2022-09-30fix model checkpoint merger tab failing to save modelAUTOMATIC
2022-09-30remove unwanted formatting/functionality from the PRAUTOMATIC
2022-09-29Merge remote-tracking branch 'upstream/master' into ModelLoaderd8ahazard
2022-09-29Holy $hit.d8ahazard
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.
2022-09-29Add custom name and try-exceptsafentisAuth
2022-09-28Fix memory leak and reduce memory usageJairo Correa
2022-09-29update lists of models after merging them in checkpoints tabAUTOMATIC
support saving as half
2022-09-29correctly list and display model names for #1261AUTOMATIC
2022-09-28Adding support for inverse sigmoid interpolationBernard Maltais
2022-09-27-Fix interp_amount rounding in filenameBernard Maltais
-Sort list of checkpoints in list
2022-09-27Fix variable conversion code issueBernard Maltais
2022-09-27- Add gradio dropdown list to select checkpointsBernard Maltais
- Update checkpoint model fields labels
2022-09-27Fix file nameBernard Maltais
2022-09-27(feat): Rework Checkpoint Merger UI for better clarityBernard Maltais
- Rename variables to better align with field input - Improve merged checkpoint output file name
2022-09-27Merge remote-tracking branch 'upstream/master' into ModelLoaderd8ahazard
2022-09-27Add interpolation method and weight to output filenameBernard Maltais
2022-09-27added console outputs, more clear indication of progress, and ability to ↵AUTOMATIC
specify full filename to checkpoint merger restore "Loading..." text
2022-09-26Added smoothstep interpolation to checkpoint mergingWilliam Moorehouse
2022-09-26Re-implement universal model loadingd8ahazard
2022-09-25Add support for checkpoint mergingWilliam Moorehouse
2022-09-23add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ↵AUTOMATIC
tabs fixed some [send to..] buttons to work properly with all tabs
2022-09-22A big rework, just what you were secretly hoping for!AUTOMATIC
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
2022-09-20Support reusing filename stems during batch processing in Extras tabolivier
2022-09-19Automatically show PNGinfo when uploading imagetrufty
2022-09-17Fixed "CodeFormer visibility:" rounding to 2 decimals.Dement242
2022-09-17Restore run_pnginfojjisnow
2022-09-17image info tabJJ
* handles exceptions if jpeg jfif data not present * removes further non-comment related exif data.
2022-09-16fix extras tab showing original images instead of upscalesAUTOMATIC
2022-09-16Add batch processing to Extras tabArrowM
2022-09-14updates for exif comments #446AUTOMATIC
2022-09-14prevent extras from saving in dirJustAnOkapi
Extras have none of the vars used in dir names, so they cant be saved into dirs. +grid code cleanup
2022-09-13add support for reading saved jpeg commentsAUTOMATIC