jiagaoxiang commited on
Commit
df2d241
1 Parent(s): 46b488f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ All the model components are saved from fp16 format of stabilityai/stable-video-diffusion-img2vid except the vae folder is replaced with the fp32 format of stabilityai/stable-video-diffusion-img2vid. This may help solve the black image issue caused by the vae.
2
+
3
+ More context: For SDXL, converting vae to fp16 will cause NaNs which results in black images. This is because of overflow numbers inside vae weights. Link: https://huggingface.co/madebyollin/sdxl-vae-fp16-fix