instantX-research / InstantID

InstantID: Zero-shot Identity-Preserving Generation in Seconds 🔥
https://instantid.github.io/
Apache License 2.0
11.05k stars 805 forks source link

Error when using your vae encoder #261

Open zhengdian1 opened 2 months ago

zhengdian1 commented 2 months ago

您好,由于我用到了额外的图片输入,因此使用了self.vae.encode(image).latent_dist.sample(None)。但是你们的框架锁死了fp16,导致vae encoder的输出值全都变成了NAN,有什么办法能解决这个问题吗

haofanwang commented 2 months ago

Try this madebyollin/sdxl-vae-fp16-fix

dlsccc commented 1 month ago

可以更详细的解释一下这个问题吗?我也遇到了这个问题,但是有些没懂如何解决