Disty0 commited on
Commit
b224f24
·
verified ·
1 Parent(s): b0d816c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -7,11 +7,11 @@ pipeline_tag: text-to-image
7
  library_name: diffusers
8
  ---
9
 
10
- This VAE was finetuned on PNG only anime illustrations for 512 steps.
11
- Used fp32 weights + fp16 mixed precision with learning rate 4e-6 and effective batch size of 16.
12
 
13
- This training was to test my VAE decoder training code and 512 step model turned out to be better than i expected and fixes the color shifting issues of the original SD3 VAE pretty well.
14
- I stopped messing with SD3 after a while but i decided to release this VAE finetune instead of deleting it.
15
 
16
 
17
 
 
7
  library_name: diffusers
8
  ---
9
 
10
+ This VAE was finetuned on PNG only anime illustrations for 512 steps.
11
+ Used fp32 weights + fp16 mixed precision with learning rate 4e-6 and effective batch size of 16.
12
 
13
+ This training was to test my VAE decoder training code and 512 step model turned out to be better than i expected and fixes the color shifting issues of the original SD3 VAE pretty well.
14
+ I stopped messing with SD3 after a while but i decided to release this VAE finetune instead of deleting it.
15
 
16
 
17