Update README.md
Browse files
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 |
|