diffusers
35a74042 - #3487 Fix inpainting strength for various samplers (#3532)

Comment changes are shownComment changes are hidden
Commit
2 years ago
#3487 Fix inpainting strength for various samplers (#3532) * Throw error if strength adjusted num_inference_steps < 1 * Added new fast test to check ValueError raised when num_inference_steps < 1 when strength adjusts the num_inference_steps then the inpainting pipeline should fail * fix #3487 initial latents are now only scaled by init_noise_sigma when pure noise updated this commit w.r.t the latest merge here: https://github.com/huggingface/diffusers/pull/3533 * fix --------- Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
Author
Parents
  • src/diffusers/pipelines
    • controlnet
      • File
        pipeline_controlnet_inpaint.py
    • stable_diffusion
      • File
        pipeline_stable_diffusion_inpaint.py
  • tests/pipelines/stable_diffusion
    • File
      test_stable_diffusion_inpaint.py