".github/vscode:/vscode.git/clone" did not exist on "6aaf3c7ae25ebbd8c5f6ad1f45081289234a7943"
#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>
Showing
Please register or sign in to comment