Update README.md
Browse files
README.md
CHANGED
|
@@ -5,4 +5,26 @@ base_model:
|
|
| 5 |
- stabilityai/stable-diffusion-3.5-medium
|
| 6 |
pipeline_tag: text-to-image
|
| 7 |
library_name: diffusers
|
| 8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
- stabilityai/stable-diffusion-3.5-medium
|
| 6 |
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 |
+
|
| 18 |
+
Original Image:
|
| 19 |
+
|
| 20 |
+

|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
Original SD3 VAE:
|
| 24 |
+
|
| 25 |
+

|
| 26 |
+
|
| 27 |
+
Anime VAE Finetune:
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+

|