hires-fix: add "nearest-exact" latent upscale mode.
This commit is contained in:
parent
f8d0cf6a6e
commit
19a81ac287
1 changed files with 1 additions and 0 deletions
|
@ -576,6 +576,7 @@ latent_upscale_modes = {
|
|||
"Latent (bicubic)": {"mode": "bicubic", "antialias": False},
|
||||
"Latent (bicubic antialiased)": {"mode": "bicubic", "antialias": True},
|
||||
"Latent (nearest)": {"mode": "nearest", "antialias": False},
|
||||
"Latent (nearest-exact)": {"mode": "nearest-exact", "antialias": False},
|
||||
}
|
||||
|
||||
sd_upscalers = []
|
||||
|
|
Loading…
Reference in a new issue