aboutsummaryrefslogtreecommitdiff
path: root/modules/extras.py
AgeCommit message (Collapse)Author
2023-08-01add metadata to checkpoint mergerAUTOMATIC1111
2023-07-03Add job argument to State.begin()Aarni Koskela
2023-05-17use a local variable instead of dictionary entry for sd_merge_models in ↵AUTOMATIC
merge model metadata code
2023-05-17Fixed: #10460Weiming
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela
2023-05-10autofixes from ruffAUTOMATIC
2023-04-02Namespace metadata fieldsspace-nuko
2023-04-02Calculate shorthash on merge if not existspace-nuko
2023-04-02Add field for model merge typespace-nuko
Incase this is supported by other merge extensions
2023-04-02Embed model merge metadata in .safetensors filespace-nuko
2023-01-28Merge pull request #7240 from Unstackd/masterAUTOMATIC1111
Allow users to convert models to Instruct-pix2pix models by supporting merging Instruct-pix2pix models with regular ones in the merge tab
2023-01-27fix broken calls to find_checkpoint_configAUTOMATIC
2023-01-26Changed filename addition from "instrpix2pix" to the more readable ↵ULTRANOX\Chris
".instruct-pix2pix" for newly generated instruct pix2pix models.
2023-01-26Changed all references to "pix2pix" to the more precise name "instruct ↵ULTRANOX\Chris
pix2pix". Also changed extension to instrpix2pix at least for now.
2023-01-26Added error check for the rare case a user merges a pix2pix model with a ↵ULTRANOX\Chris
normal model using weighted sum. Also removed bad print message that interfered with merging progress bar.
2023-01-26Allow checkpoint merger to merge pix2pix models in the same way that it ↵ULTRANOX\Chris
currently supports inpainting models.
2023-01-23third time's the charmAUTOMATIC
2023-01-22split oversize extras.py to postprocessing.pyAUTOMATIC
2023-01-22Split history extras.py to postprocessing.pyAndrey
2023-01-22Split history extras.py to postprocessing.pyAndrey
2023-01-22add option to discard weights in checkpoint merger UIAUTOMATIC
2023-01-19fixes minor typos around run_modelmergerEllangoK
2023-01-19allow having at half precision when there is only one checkpoint in merger tabAUTOMATIC
2023-01-19allow baking in VAE in checkpoint merger tabAUTOMATIC
do not save config if it's the default for checkpoint merger tab change file naming scheme for checkpoint merger tab allow just saving A without any merging for checkpoint merger tab some stylistic changes for UI in checkpoint merger tab
2023-01-19add progress bar to modelmergerAUTOMATIC
2023-01-19eliminate repetition of code in #6910AUTOMATIC
2023-01-18only lookup tertiary model if theta_func1 is setEllangoK
2023-01-18check model name values are set before mergingEllangoK
2023-01-14Exclude clip index from mergebbc_mc
2023-01-11add an option to copy config from one of models in checkpoint mergerAUTOMATIC
2023-01-04fix jpegVladimir Mandic
2023-01-03add job info to modulesVladimir Mandic
2023-01-03init job and add info to model mergeVladimir Mandic
2023-01-02error out with a readable message in chwewckpoint merger for incompatible ↵AUTOMATIC
tensor shapes (ie when trying to merge SD1.5 with SD2.0)
2022-12-24fix(api): don't save extras output to diskPhilpax
2022-12-24Merge pull request #5747 from yuvalabou/singleton-comparisonAUTOMATIC1111
Format singleton comparisons
2022-12-24Merge pull request #5814 from timntorres/5802-save-upscaler-to-filenameAUTOMATIC1111
Add option to save upscaler to filename suffix in extras tab.
2022-12-17Add option to include upscaler name in filename.timntorres
2022-12-17Add upscaler name as a suffix.timntorres
2022-12-14Correct singleton comparisonsYuval Aboulafia
2022-12-04extras.py: use as little RAM as possible, misc fixesMackerel
maximum of 2 models loaded at once. delete unneeded model before next step. fix 'teritary' -> 'tertiary'. gracefully fail when "add difference" is selected without a tertiary model
2022-12-04make it possible to merge inpainting model with non-inpainting oneAUTOMATIC
2022-11-27rework #5012 to also work for pictures dragged into the prompt and also add ↵AUTOMATIC
Clip skip + ENSD to parameters
2022-11-27Merge pull request #5012 from Nandaka/masterAUTOMATIC1111
Support NAI style exif in PNG Info for Send... buttons
2022-11-27add safetensors support for model merging #4869AUTOMATIC
2022-11-24Support NAI exif for PNG InfoNandaka
2022-11-02extras - skip unnecessary second hash of imageChris OBryan
There is no need to re-hash the input image each iteration of the loop. This also reverts PR #4026 as it was determined the cache hits it avoids were actually valid.
2022-10-31Extend extras image cache with upscale_first argDepFA
2022-10-29skip filenames starting with . for img2img and extras batch modesAUTOMATIC
2022-10-28extras: upscaler blending should not be considered in cache keyChris OBryan