Skip to content

Strength argument for StableDiffusionInpaintPipeline.__call__() in diffusers==0.6.0 #992

@mrgomdev

Description

@mrgomdev

In previous inpainting pipeline(now StableDiffusionInpaintPipelineLegacy ) has the strength argument for set an offset, an independant argument from num_inference_steps . Is there any reason to remove that feature? Intuitively it could be different, small num_inference_steps vs large num_inference_steps x low strength, including noise from the starting timestep.

I've just thought, is it related to not calling scheduler.add_noise() in the newer pipeline.call()?

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