multidiffusion-upscaler-for-automatic1111
multidiffusion-upscaler-for-automatic1111 copied to clipboard
Encoder and Decoder Tile Size
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:
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.