We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,由于我用到了额外的图片输入,因此使用了self.vae.encode(image).latent_dist.sample(None)。但是你们的框架锁死了fp16,导致vae encoder的输出值全都变成了NAN,有什么办法能解决这个问题吗
The text was updated successfully, but these errors were encountered:
Try this madebyollin/sdxl-vae-fp16-fix
Sorry, something went wrong.
可以更详细的解释一下这个问题吗?我也遇到了这个问题,但是有些没懂如何解决
No branches or pull requests
您好,由于我用到了额外的图片输入,因此使用了self.vae.encode(image).latent_dist.sample(None)。但是你们的框架锁死了fp16,导致vae encoder的输出值全都变成了NAN,有什么办法能解决这个问题吗
The text was updated successfully, but these errors were encountered: