Uh oh!
There was an error while loading. Please reload this page.
Addition of new callbacks to controlnets - #5812
Conversation
a-r-r-o-w
commented
Nov 15, 2023
@yiyixuxu Could you let me know if the parameters like |
The documentation is not available anymore as the PR was closed or merged. |
a-r-r-o-w
commented
Nov 15, 2023
Could you also let me know what to do with pipeline_controlnet_blip_diffusion.py? It did not support any callback parameters before, so I haven't added any new parameters either. |
a-r-r-o-w
commented
Nov 15, 2023
Apart from controlnet pipelines, multiple other pipelines that support callbacks do not yet support the latest callback implementation. I'd be happy to work on adding those. |
yiyixuxu
commented
Nov 16, 2023
Let's not add them for now! we can add them in the future when we get a feature request and need to support a meaningful user case :) |
yiyixuxu
commented
Nov 16, 2023
yes sure if you're happy to:) |
a-r-r-o-w
commented
Nov 16, 2023
@patil-suraj There were a few merge conflicts after #5822. Could you verify if I've merged it correctly? |
a-r-r-o-w
commented
Nov 17, 2023
Failing tests seem unrelated |
patrickvonplaten
commented
Nov 21, 2023
Great job @a-r-r-o-w |
* add new callbacks to src/diffusers/pipelines/controlnet/pipeline_controlnet.py * update callbacks * fix repeated kwarg * update --------- Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
* add new callbacks to src/diffusers/pipelines/controlnet/pipeline_controlnet.py * update callbacks * fix repeated kwarg * update --------- Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
* add new callbacks to src/diffusers/pipelines/controlnet/pipeline_controlnet.py * update callbacks * fix repeated kwarg * update --------- Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
What does this PR do?
Fixes#5811, #5798
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@yiyixuxu@patrickvonplaten