Uh oh!
There was an error while loading. Please reload this page.
Add sigmas to Flux pipelines - #10081
Conversation
HuggingFaceDocBuilderDev
commented
Dec 2, 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. |
What do you think about writing a test to test out |
sigmas are supposed to be list-of-float, but pipeline internally uses np.array - passing sigmas right now causes a runtime error
which means that every instance of this line:
should at least be updated to
|
yiyixuxu
commented
Dec 2, 2024
thanks @vladmandic think we should probably handle this on scheduler.set_timesteps() what do you think ? @hlky |
yiyixuxu
commented
Dec 3, 2024
@SahilCarterr do you want to help us add a test? |
What does this PR do?
This PR adds
sigmasargument to Flux pipelines and removestimestepsargument as passingtimestepstoFlowMatchschedulers is currently unsupported.Fixes#10080
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@asomoza