From f855710563b172856b4a6391a35be322d8887ac3 Mon Sep 17 00:00:00 2001 From: Can Zhao <69829124+Can-Zhao@users.noreply.github.com> Date: Sun, 12 Oct 2025 20:46:56 -0700 Subject: [PATCH] Update README.md for MAISI Fix typo in readme of MAISI Signed-off-by: Can Zhao Signed-off-by: Can Zhao <69829124+Can-Zhao@users.noreply.github.com> --- generation/maisi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generation/maisi/README.md b/generation/maisi/README.md index 29e96907c..c9f4c117e 100644 --- a/generation/maisi/README.md +++ b/generation/maisi/README.md @@ -138,7 +138,7 @@ MAISI is based on the following papers: [**Rectified Flow:** Liu, Xingchao, Chengyue Gong, and Qiang Liu. "Flow straight and fast: Learning to generate and transfer data with rectified flow." ICLR 2023](https://arxiv.org/pdf/2209.03003). ### 1. Network Definition -Network definition is stored in [./configs/config_maisi.json](./configs/config_maisi.json). Training and inference should use the same [./configs/config_maisi.json](./configs/config_maisi.json). +Network definition is stored in [./configs/config_maisi3d-rflow.json](./configs/config_maisi3d-rflow.json) for the Rectified Flow model and [./configs/config_maisi3d-ddpm.json](./configs/config_maisi3d-ddpm.json) for the DDPM model. Training and inference should use the same [./configs/config_maisi3d-rflow.json](./configs/config_maisi3d-rflow.json) or [./configs/config_maisi3d-ddpm.json](./configs/config_maisi3d-ddpm.json). ### 2. Model Inference #### Inference parameters: