Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
-
---
|
2 |
-
license: openrail
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail
|
3 |
+
library_name: diffusers
|
4 |
+
---
|
5 |
+
# EQ-Adapted Noobai11 Unet
|
6 |
+
Using B3 SDXL EQ VAE from here: https://huggingface.co/Anzhc/MS-LC-EQ-D-VR_VAE
|
7 |
+
|
8 |
+
This is an EQ adapted unet, that learned to denoise **clean** latent representations, as opposed to noised default SDXL VAE representation.
|
9 |
+
|
10 |
+
This **halves** loss in training. Yep.
|
11 |
+
|
12 |
+

|
13 |
+
|
14 |
+
|
15 |
+
In my tests it also improves convergence, and makes model more trainable, or so it seems at the very least.
|
16 |
+
Additionally, this alleviates some of the issues of Noob11 base, like overly bright images.
|