madebyollin commited on
Commit
06bee35
1 Parent(s): 732f851

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
 
 
 
 
 
1
  ---
2
  license: mit
3
+ tags:
4
+ - stable-diffusion
5
+ - stable-diffusion-diffusers
6
+ inference: false
7
  ---
8
+ # SDXL-VAE-FP16-Fix
9
+
10
+ SDXL-VAE-FP16-Fix is a version of the SDXL VAE decoder which was modified to work in fp16 precision without generating NaNs.
11
+ SDXL-VAE-FP16-Fix is potentially useful for running the SDXL VAE on platforms where bf16 is not available.