Skip to content

Feature request: prompt2image option to output intermediate images #99

Description

@TesseractCat

It would be cool if there was a way to see the intermediate results as the sampler creates the image. This could be useful for samplers such as k_euler_a which varies quite a bit between steps, as a way to generate variations.

Perhaps the prompt2image function could have an intermediates parameter, which would be an array of steps to save images at.

So for example, one could call prompt2image("astronaut riding a horse", steps = 50, intermediates = [10, 20, 30, 40]).

Here is an example of an intermediate images using the k_euler_a sampler at steps 30, 25, 20, and 15:

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions