index
:
stable-diffusion-webui-gfx803.git
master
stable-diffusion-webui by AUTOMATIC1111 with patches for gfx803 GPU and Dockerfile
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
extras.py
Age
Commit message (
Expand
)
Author
Lines
2023-01-28
Merge pull request #7240 from Unstackd/master
AUTOMATIC1111
-5
/
+12
2023-01-27
fix broken calls to find_checkpoint_config
AUTOMATIC
-2
/
+2
2023-01-26
Changed filename addition from "instrpix2pix" to the more readable ".instruct...
ULTRANOX\Chris
-1
/
+1
2023-01-26
Changed all references to "pix2pix" to the more precise name "instruct pix2pi...
ULTRANOX\Chris
-5
/
+5
2023-01-26
Added error check for the rare case a user merges a pix2pix model with a norm...
ULTRANOX\Chris
-1
/
+2
2023-01-26
Allow checkpoint merger to merge pix2pix models in the same way that it curre...
ULTRANOX\Chris
-5
/
+11
2023-01-23
third time's the charm
AUTOMATIC
-1
/
+1
2023-01-22
split oversize extras.py to postprocessing.py
AUTOMATIC
-216
/
+1
2023-01-22
Split history extras.py to postprocessing.py
Andrey
-0
/
+466
2023-01-22
Split history extras.py to postprocessing.py
Andrey
-466
/
+0
2023-01-22
add option to discard weights in checkpoint merger UI
AUTOMATIC
-1
/
+8
2023-01-19
fixes minor typos around run_modelmerger
EllangoK
-7
/
+7
2023-01-19
allow having at half precision when there is only one checkpoint in merger tab
AUTOMATIC
-3
/
+13
2023-01-19
allow baking in VAE in checkpoint merger tab
AUTOMATIC
-44
/
+68
2023-01-19
add progress bar to modelmerger
AUTOMATIC
-3
/
+15
2023-01-19
eliminate repetition of code in #6910
AUTOMATIC
-9
/
+8
2023-01-18
only lookup tertiary model if theta_func1 is set
EllangoK
-3
/
+2
2023-01-18
check model name values are set before merging
EllangoK
-4
/
+18
2023-01-14
Exclude clip index from merge
bbc_mc
-0
/
+10
2023-01-11
add an option to copy config from one of models in checkpoint merger
AUTOMATIC
-1
/
+29
2023-01-04
fix jpeg
Vladimir Mandic
-2
/
+0
2023-01-03
add job info to modules
Vladimir Mandic
-4
/
+13
2023-01-03
init job and add info to model merge
Vladimir Mandic
-2
/
+12
2023-01-02
error out with a readable message in chwewckpoint merger for incompatible ten...
AUTOMATIC
-0
/
+2
2022-12-24
fix(api): don't save extras output to disk
Philpax
-8
/
+9
2022-12-24
Merge pull request #5747 from yuvalabou/singleton-comparison
AUTOMATIC1111
-1
/
+1
2022-12-24
Merge pull request #5814 from timntorres/5802-save-upscaler-to-filename
AUTOMATIC1111
-1
/
+7
2022-12-17
Add option to include upscaler name in filename.
timntorres
-2
/
+3
2022-12-17
Add upscaler name as a suffix.
timntorres
-1
/
+6
2022-12-14
Correct singleton comparisons
Yuval Aboulafia
-1
/
+1
2022-12-04
extras.py: use as little RAM as possible, misc fixes
Mackerel
-18
/
+19
2022-12-04
make it possible to merge inpainting model with non-inpainting one
AUTOMATIC
-2
/
+25
2022-11-27
rework #5012 to also work for pictures dragged into the prompt and also add C...
AUTOMATIC
-35
/
+5
2022-11-27
Merge pull request #5012 from Nandaka/master
AUTOMATIC1111
-0
/
+14
2022-11-27
add safetensors support for model merging #4869
AUTOMATIC
-12
/
+14
2022-11-24
Support NAI exif for PNG Info
Nandaka
-0
/
+14
2022-11-02
extras - skip unnecessary second hash of image
Chris OBryan
-2
/
+3
2022-10-31
Extend extras image cache with upscale_first arg
DepFA
-1
/
+1
2022-10-29
skip filenames starting with . for img2img and extras batch modes
AUTOMATIC
-1
/
+1
2022-10-28
extras: upscaler blending should not be considered in cache key
Chris OBryan
-1
/
+1
2022-10-28
extras-tweaks: autoformat changed lines
Chris OBryan
-15
/
+15
2022-10-28
extras: Make image cache LRU
Chris OBryan
-29
/
+38
2022-10-28
extras: Rework image cache
Chris OBryan
-20
/
+32
2022-10-28
extras: Add option to run upscaling before face fixing
Chris OBryan
-50
/
+95
2022-10-21
sort file list in alphabetical ordering in extras
winterspringsummer
-1
/
+1
2022-10-21
Fixed path issue while extras batch processing
winterspringsummer
-3
/
+3
2022-10-21
Added try except to extras batch from directory
winterspringsummer
-4
/
+7
2022-10-21
Fixed path issue while extras batch processing
winterspringsummer
-4
/
+8
2022-10-18
additional fix for difference model merging
AUTOMATIC
-1
/
+1
2022-10-18
fix for add difference model merging
AUTOMATIC
-2
/
+5
[next]