Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: openrail
|
|
3 |
library_name: diffusers
|
4 |
---
|
5 |
# EQ-Adapted Noobai11 Unet
|
6 |
-
Using B3/B4/B5 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.
|
|
|
3 |
library_name: diffusers
|
4 |
---
|
5 |
# EQ-Adapted Noobai11 Unet
|
6 |
+
Using B3/B4/B5/B7 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.
|