Skip to content

Conversation

@rupertmenneer
Copy link
Contributor

This PR contains the following additions:

@HuggingFaceDocBuilderDev
Copy link

HuggingFaceDocBuilderDev commented May 23, 2023

The documentation is not available anymore as the PR was closed or merged.

@patrickvonplaten
Copy link
Contributor

Hey @rupertmenneer,

This fix makes a lot of sense to me! Sadly it interferes a bit with the PR here: #3533 that we just merged. Could you maybe rebase your PR? 😅
Sorry about this

rupert added 3 commits May 26, 2023 17:12
…ps < 1

when strength adjusts the num_inference_steps then the inpainting pipeline should fail
…e_sigma when pure noise

updated this commit w.r.t the latest merge here: huggingface#3533
@rupertmenneer rupertmenneer force-pushed the inpainting_strength_fixes branch from 58c2580 to c66604b Compare May 26, 2023 16:17
@rupertmenneer
Copy link
Contributor Author

Hey @patrickvonplaten no problem at all - these things happen! Took me 1 minute to fix. 👍

Rebased and accepted your changes on the conflict, and then resubmitted my fix on top! Just waiting for CI to pass but I am sure it will be all sweet.

@patrickvonplaten patrickvonplaten merged commit 35a7404 into huggingface:main May 30, 2023
yoonseokjin pushed a commit to yoonseokjin/diffusers that referenced this pull request Dec 25, 2023
…gface#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 huggingface#3487 initial latents are now only scaled by init_noise_sigma when pure noise

updated this commit w.r.t the latest merge here: huggingface#3533

* fix

---------

Co-authored-by: Patrick von Platen <[email protected]>
AmericanPresidentJimmyCarter pushed a commit to AmericanPresidentJimmyCarter/diffusers that referenced this pull request Apr 26, 2024
…gface#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 huggingface#3487 initial latents are now only scaled by init_noise_sigma when pure noise

updated this commit w.r.t the latest merge here: huggingface#3533

* fix

---------

Co-authored-by: Patrick von Platen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New inpaint pipeline with parameter 'strength' generates poor results when using EulerAncestralDiscreteScheduler

3 participants