nubby commited on
Commit
e7626dc
1 Parent(s): 270e927

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
  license: openrail++
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: openrail++
3
  ---
4
+
5
+ These VAEs are modified versions of [madebyollin](https://huggingface.co/madebyollin)'s [sdxl-vae-fp16-fix](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix).
6
+
7
+ These VAEs should not produce a NaN in VAE error even when used on half precision.
8
+
9
+ They have been modified using the ideas from [VAE-BlessUp script](https://github.com/sALTaccount/VAE-BlessUp) to produce higher contrast and lower brightness images than the original version.
10
+
11
+ ## The recommended version is [sdxl-vae-fp16fix-blessed.safetensors](https://huggingface.co/nubby/blessed-sdxl-vae-fp16-fix/blob/main/sdxl_vae-fp16fix-blessed.safetensors)
12
+
13
+ For most SDXL models, you probably should probably just use the non-blessed [sdxl-vae-fp16-fix](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix).
14
+
15
+ I made these mostly for fun, but found that slightly increasing contrast and decreasing brightness actually improved the outputs on the model I was testing.
16
+
17
+ You may find one of them to be beneficial for PonyDiffusionV6-XL and other models based on it.
18
+
19
+ Best - [sdxl-vae-fp16fix-blessed.safetensors](https://huggingface.co/nubby/blessed-sdxl-vae-fp16-fix/blob/main/sdxl_vae-fp16fix-blessed.safetensors) = 1.1 contrast multiplier/0.7 brightness multiplier
20
+
21
+ Good - [sdxl_vae-fp16fix-c-1.1-b-0.5.safetensors](https://huggingface.co/nubby/blessed-sdxl-vae-fp16-fix/blob/main/sdxl_vae-fp16fix-c-1.1-b-0.5.safetensors) = 1.1 contrast multiplier/0.5 brightness multiplier
22
+
23
+ High Contrast - [sdxl_vae-fp16fix-c-1.2-b-0.7.safetensors](https://huggingface.co/nubby/blessed-sdxl-vae-fp16-fix/blob/main/sdxl_vae-fp16fix-c-1.2-b-0.7.safetensors) = 1.2 contrast multiplier/0.7 brightness multiplier
24
+
25
+ Very High Contrast - [sdxl_vae-fp16fix-c-1.2-b-0.5.safetensors](https://huggingface.co/nubby/kl-f8-anime2-blessed/blob/main/WD1-4-kl-f8-anime2-bless1-1.safetensors) = 1.2 contrast multiplier/0.5 brightness multiplier
26
+
27
+ ## Sample images:
28
+
29
+ ## Example images (made using AutismMix_confetti):
30
+ ![](./Examples/ComfyUI_temp_ldfob_00001_.png)
31
+
32
+ Thank you Neggles for the script used to make them!