Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ library_name: diffusers
|
|
5 |
# EQ-Adapted Noobai11 Unet
|
6 |
Using B3/B4 SDXL EQ VAE from here: https://huggingface.co/Anzhc/MS-LC-EQ-D-VR_VAE
|
7 |
|
8 |
-
You need Reflect pad in conv
|
9 |
If you have trained without this - don't worry, just add modification and do a small tune to fix up artefacts on edges.
|
10 |
|
11 |
This is an EQ adapted unet, that learned to denoise **clean** latent representations, as opposed to noised default SDXL VAE representation.
|
|
|
5 |
# EQ-Adapted Noobai11 Unet
|
6 |
Using B3/B4 SDXL EQ VAE from here: https://huggingface.co/Anzhc/MS-LC-EQ-D-VR_VAE
|
7 |
|
8 |
+
You need Reflect pad in conv layers of VAE to properly use it(otherwise there will be some artefacts on edges), refer to VAE repo for instructions.
|
9 |
If you have trained without this - don't worry, just add modification and do a small tune to fix up artefacts on edges.
|
10 |
|
11 |
This is an EQ adapted unet, that learned to denoise **clean** latent representations, as opposed to noised default SDXL VAE representation.
|