Modify VAE on-the-fly in Stable Diffusion web UI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
MMaker 7801920c03
docs: Add NOTICE
3 months ago
scripts fix: Script name 3 months ago
.gitignore first! 3 months ago
README.md docs: Add NOTICE 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.

XYZ

TODO

Nothing currently