Skip to content

Commit f855710

Browse files
authored
Update README.md for MAISI
Fix typo in readme of MAISI Signed-off-by: Can Zhao <[email protected]> Signed-off-by: Can Zhao <[email protected]>
1 parent d96190e commit f855710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generation/maisi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ MAISI is based on the following papers:
138138
[**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).
139139

140140
### 1. Network Definition
141-
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).
141+
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).
142142

143143
### 2. Model Inference
144144
#### Inference parameters:

0 commit comments

Comments
 (0)