diffusers
diffusers copied to clipboard
Standardize on using `image` argument in all pipelines
This standardizes the use of the argument image in all pipelines instead of a mix of init_image and image.
Resolves #1257
The documentation is not available anymore as the PR was closed or merged.
@patrickvonplaten Done! Rebased on main, added deprecation warnings to community and core pipelines, and all tests pass.