Skip to content

Incremental Diffusion #459

@deepdiffuser

Description

@deepdiffuser

Is your feature request related to a problem? Please describe.

An interesting feature for consumers of the diffusers API may be incremental diffusion, that is, the ability to parse diffusion results at every n steps during the pipeline run.

Describe the solution you'd like
One way of implementing this is through a callback as an optional kwarg to the diffusion pipeline, as here (deepdiffuser@af6ebda), but I'm open to other suggestions.

Describe alternatives you've considered
I've considered just unrolling the diffusion loop into the caller, and this works, but it might still be interesting to have this as a feature in the pipeline.

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions