-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Extend Support for callback_on_step_end for AuraFlow and LuminaText2Img Pipelines #10746
Extend Support for callback_on_step_end for AuraFlow and LuminaText2Img Pipelines #10746
Conversation
AuraFlowPipeline and LuminaText2ImgPipeline.
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! can we make a callback (you can pick an example from here and adapt for aura &lumina https://huggingface.co/docs/diffusers/using-diffusers/callback) and test it?
Co-authored-by: hlky <[email protected]>
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. |
Co-authored-by: hlky <[email protected]>
Co-authored-by: hlky <[email protected]>
@ParagEkbote Can you run @yiyixuxu I think that's everything after |
…agEkbote/diffusers into Support-CallBack-On-Step-End
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 @ParagEkbote
What does this PR do?
I have extended the
callback_on_step_end
parameter to AuraFlow and LuminaText2Img Pipelines. Please let me know if any further corrections are needed and I will make the necessary changes.Fixes #10672
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@yiyixuxu