| --- |
| language: |
| - en |
| thumbnail: >- |
| https://s3.amazonaws.com/moonup/production/uploads/1678229171792-62de447b4dcb9177d4bd876c.png |
| tags: |
| - compvis |
| - vae |
| --- |
| # Blessed Vae |
| Contrast version of the regular nai/any vae |
|
|
| Good for models that are low on contrast even after using said vae |
|
|
| There's a few VAEs in here |
| 1. blessed.vae.pt : VAE from salt's example VAEs |
| 2. blessed-fix.vae.pt : blessed VAE with Patch Encoder (to fix [this issue](https://github.com/sALTaccount/VAE-BlessUp/issues/1)) |
| 3. blessed2.vae.pt : Customly tuned by me |
|
|
| ## Differences |
| ```diff |
| - Left: AnythingVAE (funfact: it's just NAI VAE but renamed) |
| + Right: BlessedVAE |
| ``` |
|  |
|
|
|  |
|
|
|  |
|
|
|  |
|
|
|  |
|
|
| ## Credits |
| - Salt for the model and script |
| - Reuploaded from https://github.com/sALTaccount/VAE-BlessUp example |