AUTOMATIC
cc8c9b7474
fix broken calls to find_checkpoint_config
3 years ago
AUTOMATIC
41265a026d
third time's the charm
3 years ago
AUTOMATIC
68303c96e5
split oversize extras.py to postprocessing.py
3 years ago
Andrey
c56b367122
Split history extras.py to postprocessing.py
3 years ago
Andrey
b238b14ee4
Split history extras.py to postprocessing.py
3 years ago
AUTOMATIC
112416d041
add option to discard weights in checkpoint merger UI
3 years ago
EllangoK
f2ae252987
fixes minor typos around run_modelmerger
3 years ago
AUTOMATIC
54674674b8
allow having at half precision when there is only one checkpoint in merger tab
3 years ago
AUTOMATIC
0f5dbfffd0
allow baking in VAE in checkpoint merger tab
...
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
3 years ago
AUTOMATIC
c7e50425f6
add progress bar to modelmerger
3 years ago
AUTOMATIC
7cfc645030
eliminate repetition of code in #6910
3 years ago
EllangoK
26a6a78b16
only lookup tertiary model if theta_func1 is set
3 years ago
EllangoK
99207bc816
check model name values are set before merging
3 years ago
bbc_mc
5f8685237e
Exclude clip index from merge
3 years ago
AUTOMATIC
954091697f
add an option to copy config from one of models in checkpoint merger
3 years ago
Vladimir Mandic
79c682ad4f
fix jpeg
3 years ago
Vladimir Mandic
192ddc04d6
add job info to modules
3 years ago
Vladimir Mandic
1d9dc48efd
init job and add info to model merge
3 years ago
AUTOMATIC
84dd7e8e24
error out with a readable message in chwewckpoint merger for incompatible tensor shapes (ie when trying to merge SD1.5 with SD2.0)
3 years ago
Philpax
6247f21a63
fix(api): don't save extras output to disk
3 years ago
AUTOMATIC1111
ee65237d69
Merge pull request #5747 from yuvalabou/singleton-comparison
...
Format singleton comparisons
3 years ago
AUTOMATIC1111
55f3ef876b
Merge pull request #5814 from timntorres/5802-save-upscaler-to-filename
...
Add option to save upscaler to filename suffix in extras tab.
3 years ago
timntorres
a7a039d53a
Add option to include upscaler name in filename.
3 years ago
timntorres
a26fe85056
Add upscaler name as a suffix.
3 years ago
Yuval Aboulafia
957e15c464
Correct singleton comparisons
3 years ago
Mackerel
681c450ecd
extras.py: use as little RAM as possible, misc fixes
...
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
3 years ago
AUTOMATIC
44c46f0ed3
make it possible to merge inpainting model with non-inpainting one
3 years ago
AUTOMATIC
506d529d19
rework #5012 to also work for pictures dragged into the prompt and also add Clip skip + ENSD to parameters
3 years ago
AUTOMATIC1111
488f831d52
Merge pull request #5012 from Nandaka/master
...
Support NAI style exif in PNG Info for Send... buttons
3 years ago
AUTOMATIC
dac9b6f15d
add safetensors support for model merging #4869
3 years ago
Nandaka
904121fecc
Support NAI exif for PNG Info
3 years ago
Chris OBryan
313e14de04
extras - skip unnecessary second hash of image
...
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.
3 years ago
DepFA
29f758afe9
Extend extras image cache with upscale_first arg
3 years ago
AUTOMATIC
a1e5e0d766
skip filenames starting with . for img2img and extras batch modes
3 years ago
Chris OBryan
d8b3661467
extras: upscaler blending should not be considered in cache key
3 years ago
Chris OBryan
5732c0282d
extras-tweaks: autoformat changed lines
3 years ago
Chris OBryan
1f1b327959
extras: Make image cache LRU
...
This changes the extras image cache into a Least-Recently-Used
cache. This allows more experimentation with different upscalers
without missing the cache.
Max cache size is increased to 5 and is cleared on source image
update.
3 years ago
Chris OBryan
bde4731f1d
extras: Rework image cache
...
Bit of a refactor to the image cache to make it easier to extend.
Also takes into account the entire image instead of just a cropped portion.
3 years ago
Chris OBryan
26d0819384
extras: Add option to run upscaling before face fixing
...
Face restoration can look much better if ran after upscaling, as it
allows the restoration to fix upscaling artifacts. This patch adds
an option to choose which order to run upscaling/face fixing in.
3 years ago
winterspringsummer
9d71eef02e
sort file list in alphabetical ordering in extras
3 years ago
winterspringsummer
a13c3bed3c
Fixed path issue while extras batch processing
3 years ago
winterspringsummer
fb5a8cf0d9
Added try except to extras batch from directory
3 years ago
winterspringsummer
60872c5b40
Fixed path issue while extras batch processing
3 years ago
AUTOMATIC
ec1924ee57
additional fix for difference model merging
3 years ago
AUTOMATIC
e20b7e30fe
fix for add difference model merging
3 years ago
DepFA
d3338bdef1
extras extend cache key with new upscale to options
3 years ago
AUTOMATIC
5c94aaf290
fix bug for latest model merge RAM improvement
3 years ago
MrCheeze
0fd1307671
improve performance of 3-way merge on machines with not enough ram, by only accessing two of the models at a time
3 years ago
AUTOMATIC
179e3ca752
honor --hide-ui-dir-config option for #2807
3 years ago
winterspringsummer
2ce27728f6
added extras batch work from directory
3 years ago