|
3 months ago | |
---|---|---|
scripts | 3 months ago | |
.gitignore | 3 months ago | |
README.md | 3 months ago |
README.md
VAE BlessUp
Extension for AUTOMATIC1111/stable-diffusion-webui that modifies the SD VAE on-the-fly. This can be used for post-processing effects such as brightness and contrast. See sALTaccount/VAE-BlessUp for more information.
Supports PNG info and X/Y/Z plot creation.
NOTICE
Because this is modifying the last layer of the VAE, which is in pixel space, this is equivalent to if you were to use the VAE as normal, but then apply post-processing effects yourself in external software. As such, I personally would recommend against using this extension. This is not something I had realized until later. Nevertheless, I will leave the extension available as a PoC.
Example
For reference, 0.0
and 1.0
are the default values for brightness and contrast respectively.
TODO
Nothing currently