Anzhc commited on
Commit
0e12a94
·
verified ·
1 Parent(s): 413b0d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 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.
 
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.