Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add metadata to checkpoint merger | AUTOMATIC1111 | 2023-08-01 | 1 | -6/+33 |
| | |||||
* | Add job argument to State.begin() | Aarni Koskela | 2023-07-03 | 1 | -2/+1 |
| | |||||
* | use a local variable instead of dictionary entry for sd_merge_models in ↵ | AUTOMATIC | 2023-05-17 | 1 | -4/+7 |
| | | | | merge model metadata code | ||||
* | Fixed: #10460 | Weiming | 2023-05-17 | 1 | -1/+2 |
| | |||||
* | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | 2023-05-11 | 1 | -1/+1 |
| | |||||
* | autofixes from ruff | AUTOMATIC | 2023-05-10 | 1 | -2/+2 |
| | |||||
* | Namespace metadata fields | space-nuko | 2023-04-03 | 1 | -6/+6 |
| | |||||
* | Calculate shorthash on merge if not exist | space-nuko | 2023-04-03 | 1 | -0/+1 |
| | |||||
* | Add field for model merge type | space-nuko | 2023-04-02 | 1 | -0/+1 |
| | | | | Incase this is supported by other merge extensions | ||||
* | Embed model merge metadata in .safetensors file | space-nuko | 2023-04-02 | 1 | -2/+42 |
| | |||||
* | Merge pull request #7240 from Unstackd/master | AUTOMATIC1111 | 2023-01-28 | 1 | -5/+12 |
|\ | | | | | Allow users to convert models to Instruct-pix2pix models by supporting merging Instruct-pix2pix models with regular ones in the merge tab | ||||
| * | Changed filename addition from "instrpix2pix" to the more readable ↵ | ULTRANOX\Chris | 2023-01-26 | 1 | -1/+1 |
| | | | | | | | | ".instruct-pix2pix" for newly generated instruct pix2pix models. | ||||
| * | Changed all references to "pix2pix" to the more precise name "instruct ↵ | ULTRANOX\Chris | 2023-01-26 | 1 | -5/+5 |
| | | | | | | | | pix2pix". Also changed extension to instrpix2pix at least for now. | ||||
| * | Added error check for the rare case a user merges a pix2pix model with a ↵ | ULTRANOX\Chris | 2023-01-26 | 1 | -1/+2 |
| | | | | | | | | normal model using weighted sum. Also removed bad print message that interfered with merging progress bar. | ||||
| * | Allow checkpoint merger to merge pix2pix models in the same way that it ↵ | ULTRANOX\Chris | 2023-01-26 | 1 | -5/+11 |
| | | | | | | | | currently supports inpainting models. | ||||
* | | fix broken calls to find_checkpoint_config | AUTOMATIC | 2023-01-27 | 1 | -2/+2 |
|/ | |||||
* | third time's the charm | AUTOMATIC | 2023-01-23 | 1 | -1/+1 |
| | |||||
* | split oversize extras.py to postprocessing.py | AUTOMATIC | 2023-01-22 | 1 | -216/+1 |
| | |||||
* | Split history extras.py to postprocessing.py | Andrey | 2023-01-22 | 1 | -0/+466 |
| | |||||
* | Split history extras.py to postprocessing.py | Andrey | 2023-01-22 | 1 | -466/+0 |
| | |||||
* | add option to discard weights in checkpoint merger UI | AUTOMATIC | 2023-01-22 | 1 | -1/+8 |
| | |||||
* | fixes minor typos around run_modelmerger | EllangoK | 2023-01-19 | 1 | -7/+7 |
| | |||||
* | allow having at half precision when there is only one checkpoint in merger tab | AUTOMATIC | 2023-01-19 | 1 | -3/+13 |
| | |||||
* | allow baking in VAE in checkpoint merger tab | AUTOMATIC | 2023-01-19 | 1 | -44/+68 |
| | | | | | | | 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 | ||||
* | add progress bar to modelmerger | AUTOMATIC | 2023-01-19 | 1 | -3/+15 |
| | |||||
* | eliminate repetition of code in #6910 | AUTOMATIC | 2023-01-19 | 1 | -9/+8 |
| | |||||
* | only lookup tertiary model if theta_func1 is set | EllangoK | 2023-01-19 | 1 | -3/+2 |
| | |||||
* | check model name values are set before merging | EllangoK | 2023-01-19 | 1 | -4/+18 |
| | |||||
* | Exclude clip index from merge | bbc_mc | 2023-01-14 | 1 | -0/+10 |
| | |||||
* | add an option to copy config from one of models in checkpoint merger | AUTOMATIC | 2023-01-11 | 1 | -1/+29 |
| | |||||
* | fix jpeg | Vladimir Mandic | 2023-01-04 | 1 | -2/+0 |
| | |||||
* | add job info to modules | Vladimir Mandic | 2023-01-03 | 1 | -4/+13 |
| | |||||
* | init job and add info to model merge | Vladimir Mandic | 2023-01-03 | 1 | -2/+12 |
| | |||||
* | error out with a readable message in chwewckpoint merger for incompatible ↵ | AUTOMATIC | 2023-01-02 | 1 | -0/+2 |
| | | | | tensor shapes (ie when trying to merge SD1.5 with SD2.0) | ||||
* | fix(api): don't save extras output to disk | Philpax | 2022-12-24 | 1 | -8/+9 |
| | |||||
* | Merge pull request #5747 from yuvalabou/singleton-comparison | AUTOMATIC1111 | 2022-12-24 | 1 | -1/+1 |
|\ | | | | | Format singleton comparisons | ||||
| * | Correct singleton comparisons | Yuval Aboulafia | 2022-12-14 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #5814 from timntorres/5802-save-upscaler-to-filename | AUTOMATIC1111 | 2022-12-24 | 1 | -1/+7 |
|\ \ | |/ |/| | Add option to save upscaler to filename suffix in extras tab. | ||||
| * | Add option to include upscaler name in filename. | timntorres | 2022-12-17 | 1 | -2/+3 |
| | | |||||
| * | Add upscaler name as a suffix. | timntorres | 2022-12-17 | 1 | -1/+6 |
| | | |||||
* | | extras.py: use as little RAM as possible, misc fixes | Mackerel | 2022-12-04 | 1 | -18/+19 |
|/ | | | | | | 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 | ||||
* | make it possible to merge inpainting model with non-inpainting one | AUTOMATIC | 2022-12-04 | 1 | -2/+25 |
| | |||||
* | rework #5012 to also work for pictures dragged into the prompt and also add ↵ | AUTOMATIC | 2022-11-27 | 1 | -35/+5 |
| | | | | Clip skip + ENSD to parameters | ||||
* | Merge pull request #5012 from Nandaka/master | AUTOMATIC1111 | 2022-11-27 | 1 | -0/+14 |
|\ | | | | | Support NAI style exif in PNG Info for Send... buttons | ||||
| * | Support NAI exif for PNG Info | Nandaka | 2022-11-24 | 1 | -0/+14 |
| | | |||||
* | | add safetensors support for model merging #4869 | AUTOMATIC | 2022-11-27 | 1 | -12/+14 |
|/ | |||||
* | extras - skip unnecessary second hash of image | Chris OBryan | 2022-11-03 | 1 | -2/+3 |
| | | | | | | 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. | ||||
* | Extend extras image cache with upscale_first arg | DepFA | 2022-10-31 | 1 | -1/+1 |
| | |||||
* | skip filenames starting with . for img2img and extras batch modes | AUTOMATIC | 2022-10-29 | 1 | -1/+1 |
| | |||||
* | extras: upscaler blending should not be considered in cache key | Chris OBryan | 2022-10-28 | 1 | -1/+1 |
| |