Skip to content

Commit e76eddf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 60d331d commit e76eddf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
99

1010
## Supported Dependency Versions
1111

12-
This release adds support for NumPy 2.0 and PyTorch 2.6. We plan to add support for PyTorch 2.7 in an upcoming version once some compatibility issues have been addressed.
12+
This release adds support for NumPy 2.0 and PyTorch 2.6. We plan to add support for PyTorch 2.7 in an upcoming version once some compatibility issues have been addressed.
1313

14-
As stated in the updated [README.md](./README.md) file, MONAI's policy for the support of dependency versions has been updated for clarity.
14+
As stated in the updated [README.md](./README.md) file, MONAI's policy for the support of dependency versions has been updated for clarity.
1515

1616
MONAI will continue to support [currently supported versions of Python](https://devguide.python.org/versions), and for other dependencies the following apply:
1717

@@ -23,20 +23,20 @@ MONAI will continue to support [currently supported versions of Python](https://
2323
## MAISI Update: Introducing MAISI Version maisi3d-rflow
2424
We are excited to announce the release of MAISI Version _maisi3d-rflow_. This update brings significant improvements over the previous version, _maisi3d-ddpm_, with a remarkable 33x acceleration in latent diffusion model inference speed. The MAISI VAE remains unchanged. Here are the key differences:
2525
1. Scheduler Update:
26-
26+
2727
* _maisi3d-ddpm_: Uses the basic DDPM noise scheduler.
2828

2929
* _maisi3d-rflow_: Introduces the Rectified Flow scheduler, allowing diffusion model inference to be 33 times faster.
3030
2. Training Data Preparation:
31-
31+
3232
* _maisi3d-ddpm_: Requires training images to be labeled with body regions (specifically “top_region_index” and “bottom_region_index”).
3333

3434
* _maisi3d-rflow_: No such labeling is required, making it easier to prepare the training data.
3535
3. Image Quality:
36-
36+
3737
* For the released model weights, _maisi3d-rflow_ generates better-quality images for head regions and smaller output volumes compared to _maisi3d-ddpm_. For other regions, the image quality is comparable.
3838
4. Modality Input:
39-
39+
4040
* _maisi3d-rflow_ adds a new modality input to the diffusion model, offering flexibility for future extensions to other modalities. Currently, this input is set to always equal 1, as this version supports CT generation exclusively.
4141

4242

0 commit comments

Comments
 (0)