Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,7 @@ library_name: diffusers
|
|
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 laters of VAE to properly use it(otherwise there will be some artifacts on edges), refer to VAE repo for instructions.
|
|
|
9 |
|
10 |
This is an EQ adapted unet, that learned to denoise **clean** latent representations, as opposed to noised default SDXL VAE representation.
|
11 |
|
|
|
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 laters of VAE to properly use it(otherwise there will be some artifacts 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.
|
12 |
|