Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,12 @@ Contrast version of the regular nai/any vae
|
|
12 |
|
13 |
Good for models that are low on contrast even after using said vae
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
16 |
```diff
|
17 |
- Left: AnythingVAE (funfact: it's just NAI VAE but renamed)
|
18 |
+ Right: BlessedVAE
|
|
|
12 |
|
13 |
Good for models that are low on contrast even after using said vae
|
14 |
|
15 |
+
There's a few VAEs in here
|
16 |
+
1. blessed.vae.pt : VAE from salt's example VAEs
|
17 |
+
2. blessed-fix.vae.pt : blessed VAE with Patch Encoder (to fix [this issue](https://github.com/sALTaccount/VAE-BlessUp/issues/1))
|
18 |
+
3. blessed2.vae.pt : Customly tuned by me
|
19 |
+
|
20 |
+
## Differences (need to be updated)
|
21 |
```diff
|
22 |
- Left: AnythingVAE (funfact: it's just NAI VAE but renamed)
|
23 |
+ Right: BlessedVAE
|