aboutsummaryrefslogtreecommitdiffstats
path: root/modules/extras.py
AgeCommit message (Expand)AuthorLines
2023-05-17use a local variable instead of dictionary entry for sd_merge_models in merge...AUTOMATIC-4/+7
2023-05-17Fixed: #10460Weiming-1/+2
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela-1/+1
2023-05-10autofixes from ruffAUTOMATIC-2/+2
2023-04-02Namespace metadata fieldsspace-nuko-6/+6
2023-04-02Calculate shorthash on merge if not existspace-nuko-0/+1
2023-04-02Add field for model merge typespace-nuko-0/+1
2023-04-02Embed model merge metadata in .safetensors filespace-nuko-2/+42
2023-01-28Merge pull request #7240 from Unstackd/masterAUTOMATIC1111-5/+12
2023-01-27fix broken calls to find_checkpoint_configAUTOMATIC-2/+2
2023-01-26Changed filename addition from "instrpix2pix" to the more readable ".instruct...ULTRANOX\Chris-1/+1
2023-01-26Changed all references to "pix2pix" to the more precise name "instruct pix2pi...ULTRANOX\Chris-5/+5
2023-01-26Added error check for the rare case a user merges a pix2pix model with a norm...ULTRANOX\Chris-1/+2
2023-01-26Allow checkpoint merger to merge pix2pix models in the same way that it curre...ULTRANOX\Chris-5/+11
2023-01-23third time's the charmAUTOMATIC-1/+1
2023-01-22split oversize extras.py to postprocessing.pyAUTOMATIC-216/+1
2023-01-22Split history extras.py to postprocessing.pyAndrey-0/+466
2023-01-22Split history extras.py to postprocessing.pyAndrey-466/+0
2023-01-22add option to discard weights in checkpoint merger UIAUTOMATIC-1/+8
2023-01-19fixes minor typos around run_modelmergerEllangoK-7/+7
2023-01-19allow having at half precision when there is only one checkpoint in merger tabAUTOMATIC-3/+13
2023-01-19allow baking in VAE in checkpoint merger tabAUTOMATIC-44/+68
2023-01-19add progress bar to modelmergerAUTOMATIC-3/+15
2023-01-19eliminate repetition of code in #6910AUTOMATIC-9/+8
2023-01-18only lookup tertiary model if theta_func1 is setEllangoK-3/+2
2023-01-18check model name values are set before mergingEllangoK-4/+18
2023-01-14Exclude clip index from mergebbc_mc-0/+10
2023-01-11add an option to copy config from one of models in checkpoint mergerAUTOMATIC-1/+29
2023-01-04fix jpegVladimir Mandic-2/+0
2023-01-03add job info to modulesVladimir Mandic-4/+13
2023-01-03init job and add info to model mergeVladimir Mandic-2/+12
2023-01-02error out with a readable message in chwewckpoint merger for incompatible ten...AUTOMATIC-0/+2
2022-12-24fix(api): don't save extras output to diskPhilpax-8/+9
2022-12-24Merge pull request #5747 from yuvalabou/singleton-comparisonAUTOMATIC1111-1/+1
2022-12-24Merge pull request #5814 from timntorres/5802-save-upscaler-to-filenameAUTOMATIC1111-1/+7
2022-12-17Add option to include upscaler name in filename.timntorres-2/+3
2022-12-17Add upscaler name as a suffix.timntorres-1/+6
2022-12-14Correct singleton comparisonsYuval Aboulafia-1/+1
2022-12-04extras.py: use as little RAM as possible, misc fixesMackerel-18/+19
2022-12-04make it possible to merge inpainting model with non-inpainting oneAUTOMATIC-2/+25
2022-11-27rework #5012 to also work for pictures dragged into the prompt and also add C...AUTOMATIC-35/+5
2022-11-27Merge pull request #5012 from Nandaka/masterAUTOMATIC1111-0/+14
2022-11-27add safetensors support for model merging #4869AUTOMATIC-12/+14
2022-11-24Support NAI exif for PNG InfoNandaka-0/+14
2022-11-02extras - skip unnecessary second hash of imageChris OBryan-2/+3
2022-10-31Extend extras image cache with upscale_first argDepFA-1/+1
2022-10-29skip filenames starting with . for img2img and extras batch modesAUTOMATIC-1/+1
2022-10-28extras: upscaler blending should not be considered in cache keyChris OBryan-1/+1
2022-10-28extras-tweaks: autoformat changed linesChris OBryan-15/+15
2022-10-28extras: Make image cache LRUChris OBryan-29/+38