-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Utils] Improve " # Copied from ..." statements in the pipelines #6917
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
@yiyixuxu a gentle ping here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! very nice:)
@@ -445,6 +445,7 @@ def prepare_extra_step_kwargs(self, generator, eta): | |||
extra_step_kwargs["generator"] = generator | |||
return extra_step_kwargs | |||
|
|||
# Copied from diffusers.pipelines.stable_diffusion_k_diffusion.pipeline_stable_diffusion_k_diffusion.StableDiffusionKDiffusionPipeline.check_inputs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh nice:)
What does this PR do?
After the support for IP Adapter image embeddings, we had to modify a couple of
check_inputs()
functions. Because of that, we had to remove a couple of copy comments. This PR attempts to streamline that a bit.