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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
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
+ ![orig.png](https://cdn-uploads.huggingface.co/production/uploads/6456af6195082f722d178522/MEGBwJ5wyjS4sGa1otHDW.png)
21
+
22
+
23
+ Original SD3 VAE:
24
+
25
+ ![vae_orig.png](https://cdn-uploads.huggingface.co/production/uploads/6456af6195082f722d178522/_QWnQuYJ7BaJPyaVpb6gq.png)
26
+
27
+ Anime VAE Finetune:
28
+
29
+
30
+ ![vae_ft.png](https://cdn-uploads.huggingface.co/production/uploads/6456af6195082f722d178522/5q7goj2J2TjziPP2iCVT_.png)