diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

Standardize on using `image` argument in all pipelines

Open fboulnois opened this issue 3 years ago • 2 comments

This standardizes the use of the argument image in all pipelines instead of a mix of init_image and image.

Resolves #1257

fboulnois avatar Nov 21 '22 18:11 fboulnois

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.

fboulnois avatar Nov 28 '22 18:11 fboulnois