Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
list changed Settings keys in UI
do not print VRAM/etc stats everywhere but in calls that use GPU
|
|
|
|
https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/f2b69709eaff88fc3a2bd49585556ec0883bf5ea
|
|
|
|
Added option to preview Created images on batch completion.
|
|
settings screen
|
|
through code
|
|
|
|
|
|
|
|
|
|
multiple trivial changes for "extras" models
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix broken Restart Gradio button
|
|
It still defaults to disabled.
Ref for value: https://github.com/danielalcalde/stable-diffusion-webui/commit/732b15820a9bde9f47e075a6209c3d47d47acb08
|
|
add nearest
|
|
|
|
for #3768
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Extras Tab - Option to upscale before face fix, caching improvements
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|