diffusers
diffusers copied to clipboard
Add option to set dtype in pipeline.to() method
Adds an option to set pipeline dtype along with the device using the pipeline to()
method. I added some basic tests to check it does not affect the results, and that the device and dtype can be set individually as well as together in a single to()
call.
The documentation is not available anymore as the PR was closed or merged.
@williamberman could you take a look here?
@williamberman can you also take a look here?
@williamberman feel free to merge once you're happy with the PR
Will you merge this pull request?
Thanks for the reminder - let's merge!