-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
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
How to use fp16 precison version of Stable Diffusion 1.5? #45
Comments
TVMError: Data types float32 and float16 must be equal for binary operators [10:32:31] Traceback (most recent call last): |
when I use fp16 version ,I got an capture error on my 3090TI.
pipe = StableDiffusionPipeline.from_pretrained(
"runwayml/stable-diffusion-v1-5", revision='fp16', torch_dtype=torch.float16, local_files_only=True
)
RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'
The text was updated successfully, but these errors were encountered: