[Bugfix] Reject sampling params unsupported by diffusion models#45418
Conversation
be4ce59 to
8f21396
Compare
|
This pull request has merge conflicts that must be resolved before it can be |
8f21396 to
35d9834
Compare
5bb7246 to
3231a2d
Compare
|
Hi @Isotr0py please help take a look this one as well when you are available, thanks! |
acae485 to
6d42987
Compare
6d42987 to
ae9a661
Compare
Head branch was pushed to by a user without write access
0e2bed5 to
4658993
Compare
4658993 to
9072102
Compare
|
Hi @Isotr0py this one's ci looks great now, please help take another look. Thanks! |
|
Hi @guan404ming, the pre-commit checks have failed. Please run: uv pip install pre-commit>=4.5.1
pre-commit install
pre-commit run --all-filesThen, commit the changes and push to your branch. For future commits, |
0e05848 to
6552b3d
Compare
|
Hi @guan404ming, the pre-commit checks have failed. Please run: uv pip install pre-commit>=4.5.1
pre-commit install
pre-commit run --all-filesThen, commit the changes and push to your branch. For future commits, |
Signed-off-by: Guan-Ming (Wesley) Chiu <105915352+guan404ming@users.noreply.github.com>
Signed-off-by: Guan-Ming (Wesley) Chiu <105915352+guan404ming@users.noreply.github.com>
6552b3d to
3796a63
Compare
|
Thanks @Isotr0py very much! |
Purpose
Diffusion models ignore per-request sampling params
Related: #45163
Test Plan
pytest -v tests/test_sampling_params.py
Test Result
12 passed
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.