Uh oh!
There was an error while loading. Please reload this page.
Add set_shift to FlowMatchEulerDiscreteScheduler - #10269
Conversation
HuggingFaceDocBuilderDev
commented
Dec 17, 2024
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. |
this is actually something I would like to be able to easily handle in the refactor PR you have here https://github.com/huggingface/diffusers/pull/10146/files,i.e. we can make a special sigma schedule for hunyuan that shift dynamically |
yiyixuxu
commented
Dec 17, 2024
same as the dynamic shift in flux/sd3, it is nice we added support in both, but with the refactor, what I have in mind is that we don't have to change the pipeline, they just use flux schedule with sd3 pipeline |
yiyixuxu
commented
Dec 17, 2024
ok to add this for now if you feel strongly about this! but I think this is something we will have to refactor out later |
hlky
commented
Dec 17, 2024
I felt it was useful to have for the next version with HunyuanVideo, we can do this in the scheduler refactor but the design isn't finalised and there's no feedback yet so we probably won't get that in by the next version at the end of the week. |
hlky
commented
Dec 18, 2024
Just to note this is already seeing some usage #10136 (comment) |
What does this PR do?
Fixes#8501
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.
@yiyixuxu