Closed VeselyiKot closed 1 year ago
Also, how cool of an effect is that? Maybe we should have a command-line to make a checkerboard pattern? 😹
This is very common with both NAI and Anything-V3 vae's. Enabling --no-half-vae in in COMMANDLINE_ARGS fixes it. Alternatively, it doesn't happen with the kl_f8_anime or kl_f8_anime2 vae's from the Waifu-Diffusion-v1-4 repo.
Is there an existing issue for this?
What happened?
It starts spitting out half-yellow squares when you use SD upscale script with VAE on. Number of squares varies from one to two, and they are always in the random corner. If you unload VAE, SD upscale works normally. Here is an example of a broken generation
Steps to reproduce the problem
What should have happened?
Upscaled image without yellow squares. Like this, generated with unloaded VAE.
Commit where the problem happens
685f9631b56ff8bd43bce24ff5ce0f9a0e9af490
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
Additional information, context and logs
My upscale parameters were: 512x704 source image, SD upscale settings set as 576x768, batch size 4, CFG scale 7, 0.4 denoising, 48 Tile Overlap, 2x upscale factor. Upscaler does not matter, as I found, never tried to change anything else here since disabling VAE solved the problem for me.