Skip to content

Commit 875c78b

Browse files
committed
readme
Signed-off-by: Can-Zhao <[email protected]>
1 parent a9ce6e6 commit 875c78b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generation/maisi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ The DM and ControlNet are trained on whole images rather than patches. The GPU m
114114
## MAISI Model Workflow
115115
The training and inference workflows of MAISI are depicted in the figure below. It begins by training an autoencoder in pixel space to encode images into latent features. Following that, it trains a diffusion model in the latent space to denoise the noisy latent features. During inference, it first generates latent features from random noise by applying multiple denoising steps using the trained diffusion model. Finally, it decodes the denoised latent features into images using the trained autoencoder.
116116
<p align="center">
117-
<img src="./figures/maisi_train.jpg" alt="MAISI training scheme">
117+
<img src="./figures/maisi_train.png" alt="MAISI training scheme">
118118
<br>
119119
<em>Figure 1: MAISI training scheme</em>
120120
</p>
121121

122122
<p align="center">
123-
<img src="./figures/maisi_infer.jpg" alt="MAISI inference scheme")
123+
<img src="./figures/maisi_infer.png" alt="MAISI inference scheme")
124124
<br>
125125
<em>Figure 2: MAISI inference scheme</em>
126126
</p>

0 commit comments

Comments
 (0)