multidiffusion-upscaler-for-automatic1111 icon indicating copy to clipboard operation
multidiffusion-upscaler-for-automatic1111 copied to clipboard

Encoder and Decoder Tile Size

Open AIAMIAUTHOR opened this issue 1 year ago • 1 comments

The upscaler is amazing, the performance is great, and it was a necessary step in the development of upscaling technology.

any recommendation to determine or calculate Encoder and Decoder Tile Size?

im upscaling some old images, but im getting some seam artficacts, here the settings:

settingsx2

AIAMIAUTHOR avatar Mar 08 '23 20:03 AIAMIAUTHOR

The seam artifact is usually from the multidiffusion rather than tiled VAE, if I'm not doing anything wrong.

To verify this, you can just run with another seed to see if the artifact changes with the seed.

If so, you can fix in two ways:

  • Increase denoising steps (20->25)
  • Increase overlap (32->48)

However, both of which will at a cost of running speed. Only try if you encountered seams.

By the way I'm fixing a norm shift that seems to make the edge of resulting photos slightly blur. It will be done soon.

pkuliyi2015 avatar Mar 09 '23 08:03 pkuliyi2015