Skip to content

Commit e01a532

Browse files
committed
update model
Signed-off-by: Can-Zhao <[email protected]>
1 parent 58a265a commit e01a532

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generation/maisi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ More details can be found in our WACV 2025 paper:
1717
We are excited to announce the new MAISI Version `maisi3d-rflow`. Compared with the previous version `maisi3d-ddpm`, **it accelerated latent diffusion model inference by 33x**. The MAISI VAE is not changed. The differences are:
1818
- The maisi version `maisi3d-ddpm` uses basic noise scheduler DDPM. `maisi3d-rflow` uses Rectified Flow scheduler. The diffusion model inference can be 33 times faster.
1919
- The maisi version `maisi3d-ddpm` requires training images to be labeled with body regions (`"top_region_index"` and `"bottom_region_index"`), while `maisi3d-rflow` does not have such requirement. In other words, it is easier to prepare training data for `maisi3d-rflow`.
20-
- For the released model weights, `maisi3d-rflow` can generate images with better quality for head region and small output volumes; `maisi3d-ddpm` controlnet has better tumor generation quality; they have comparable quality for other cases.
20+
- For the released model weights, `maisi3d-rflow` can generate images with better quality for head region and small output volumes than `maisi3d-ddpm`; they have comparable quality for other cases.
2121
- `maisi3d-rflow` added a diffusion model input `modality`, which gives it flexibility to extend to other modalities. Currently it is set as always equal to 1 since this version only supports CT generation. We predefined some modalities in [./configs/modality_mapping.json](./configs/modality_mapping.json).
2222

2323
**GUI demo:** Welcome to try our GUI demo at [https://build.nvidia.com/nvidia/maisi](https://build.nvidia.com/nvidia/maisi).

generation/maisi/scripts/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def main():
144144
{
145145
"path": "models/controlnet_3d_rflow.pt",
146146
"url": "https://developer.download.nvidia.com/assets/Clara/monai/tutorials/"
147-
"controlnet_rflow_epoch208.pt",
147+
"controlnet_rflow_epoch60.pt",
148148
},
149149
{
150150
"path": "configs/candidate_masks_flexible_size_and_spacing_4000.json",

0 commit comments

Comments
 (0)