Anzhc commited on
Commit
b1be17b
·
verified ·
1 Parent(s): e78a0c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
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
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b43d29fe04b13f46c8988/UyUNXKHEKmFgi6ELQ0ymB.png)
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.