The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.
We don't include autocast blocks within the pipeline. It's the responsibility of the caller to have the pipeline called under the autocast context. Here's an example:
ok got it
Login to write a write a comment.
What does this PR do?
fix RuntimeError: Input type (float) and bias type (c10::Half) should be the same
According to : #6208
Fixes #
By adding autocast block to
diffusers/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py
Line 1034 in ff43dba