Commit 90de55b
Add rectified flow noise scheduler for accelerated diffusion model (#8374)
Fixes # .
### Description
A few sentences describing the changes proposed in this pull request.
### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing
functionality to change).
- [x] New tests added to cover the changes.
- [x] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [ ] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [x] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.
---------
Signed-off-by: Yiheng Wang <vennw@nvidia.com>
Signed-off-by: Can-Zhao <volcanofly@gmail.com>
Signed-off-by: pooya-mohammadi <pooyamohammadikazaj@gmail.com>
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
Signed-off-by: advcu987 <adrianvoicu.tm@gmail.com>
Signed-off-by: advcu <65158236+advcu987@users.noreply.github.com>
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
Signed-off-by: Can-Zhao <canz@nvidia.com>
Signed-off-by: R. Garcia-Dias <rafaelagd@gmail.com>
Signed-off-by: Rafael Garcia-Dias <rafaelagd@gmail.com>
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
Signed-off-by: James Butler <james.butler@revvity.com>
Signed-off-by: Virginia Fernandez <virginia.fernandez@kcl.ac.uk>
Signed-off-by: Nicolas Kaenzig <nkaenzig@gmail.com>
Signed-off-by: Bartosz Grabowski <58475557+bartosz-grabowski@users.noreply.github.com>
Signed-off-by: thibaultdvx <thibault.devarax@icm-institute.org>
Signed-off-by: Thibault de Varax <154365476+thibaultdvx@users.noreply.github.com>
Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
Co-authored-by: Yiheng Wang <68361391+yiheng-wang-nv@users.noreply.github.com>
Co-authored-by: Pooya Mohammadi Kazaj <pooyamohammadikazaj@gmail.com>
Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
Co-authored-by: advcu <65158236+advcu987@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Rafael Garcia-Dias <rafaelagd@gmail.com>
Co-authored-by: Rafael Garcia-Dias <rd24@lihe055-pc.isd.kcl.ac.uk>
Co-authored-by: Ben Murray <ben.murray@gmail.com>
Co-authored-by: James Butler <jamesobutler@users.noreply.github.com>
Co-authored-by: Virginia Fernandez <61539159+virginiafdez@users.noreply.github.com>
Co-authored-by: Virginia Fernandez <virginia.fernandez@kcl.ac.uk>
Co-authored-by: Nicolas Känzig <36882833+nkaenzig@users.noreply.github.com>
Co-authored-by: Bartosz Grabowski <58475557+bartosz-grabowski@users.noreply.github.com>
Co-authored-by: Thibault de Varax <154365476+thibaultdvx@users.noreply.github.com>
Co-authored-by: monai-bot <64792179+monai-bot@users.noreply.github.com>1 parent 7c26e5a commit 90de55b
File tree
9 files changed
+892
-253
lines changed- docs/source
- monai
- apps/generation/maisi/networks
- inferers
- networks/schedulers
- tests
- inferers
- networks/schedulers
9 files changed
+892
-253
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
235 | 239 | | |
236 | 240 | | |
237 | 241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
859 | 859 | | |
860 | 860 | | |
861 | 861 | | |
| 862 | + | |
| 863 | + | |
862 | 864 | | |
863 | | - | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
864 | 869 | | |
865 | | - | |
| 870 | + | |
866 | 871 | | |
867 | | - | |
| 872 | + | |
| 873 | + | |
868 | 874 | | |
869 | 875 | | |
870 | 876 | | |
| |||
882 | 888 | | |
883 | 889 | | |
884 | 890 | | |
885 | | - | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
886 | 895 | | |
887 | 896 | | |
| 897 | + | |
888 | 898 | | |
889 | 899 | | |
890 | 900 | | |
| |||
1392 | 1402 | | |
1393 | 1403 | | |
1394 | 1404 | | |
| 1405 | + | |
| 1406 | + | |
1395 | 1407 | | |
1396 | | - | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
1397 | 1412 | | |
1398 | | - | |
| 1413 | + | |
1399 | 1414 | | |
1400 | | - | |
| 1415 | + | |
| 1416 | + | |
1401 | 1417 | | |
1402 | 1418 | | |
1403 | 1419 | | |
| |||
1436 | 1452 | | |
1437 | 1453 | | |
1438 | 1454 | | |
1439 | | - | |
| 1455 | + | |
| 1456 | + | |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
1440 | 1460 | | |
1441 | 1461 | | |
1442 | 1462 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
0 commit comments