You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please refer to [maisi_inference_tutorial.ipynb](maisi_inference_tutorial.ipynb) for the tutorial for MAISI model inference.
@@ -216,7 +216,7 @@ Please refer to [maisi_train_vae_tutorial.ipynb](maisi_train_vae_tutorial.ipynb)
216
216
217
217
#### [3.2 3D Latent Diffusion Training](./scripts/diff_model_train.py)
218
218
219
-
Please refer to [maisi_diff_unet_training_tutorial.ipynb](maisi_diff_unet_training_tutorial.ipynb) for the tutorial for MAISI diffusion model training.
219
+
Please refer to [maisi_train_diff_unet_tutorial.ipynb](maisi_train_diff_unet_tutorial.ipynb) for the tutorial for MAISI diffusion model training.
220
220
221
221
#### [3.3 3D ControlNet Training](./scripts/train_controlnet.py)
222
222
@@ -234,7 +234,7 @@ The training was performed with the following:
The training script also enables multi-GPU training. For instance, if you are using eight GPUs, you can run the training script with the following command:
Please also check [maisi_train_controlnet_tutorial.ipynb](./maisi_train_controlnet_tutorial.ipynb) for more details about data preparation and training parameters.
Copy file name to clipboardExpand all lines: generation/maisi/maisi_train_controlnet_tutorial.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@
127
127
"\n",
128
128
"Choose between `'maisi3d-ddpm'` and `'maisi3d-rflow'`. The differences are:\n",
129
129
"- The maisi version `'maisi3d-ddpm'` uses basic noise scheduler DDPM. `'maisi3d-rflow'` uses Rectified Flow scheduler, can be 33 times faster during inference.\n",
130
-
"- The maisi version `'maisi3d-ddpm'` requires training images to be labeled with body region (`\"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'`.\n",
130
+
"- 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'`.\n",
131
131
"- For the released model weights, `'maisi3d-rflow'` can generate images with better quality for head region and small output volumes, and comparable quality for other cases compared with `'maisi3d-ddpm'`."
Copy file name to clipboardExpand all lines: generation/maisi/maisi_train_diff_unet_tutorial.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@
129
129
"\n",
130
130
"Choose between `'maisi3d-ddpm'` and `'maisi3d-rflow'`. The differences are:\n",
131
131
"- The maisi version `'maisi3d-ddpm'` uses basic noise scheduler DDPM. `'maisi3d-rflow'` uses Rectified Flow scheduler, can be 33 times faster during inference.\n",
132
-
"- The maisi version `'maisi3d-ddpm'` requires training images to be labeled with body region (`\"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'`.\n",
132
+
"- 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'`.\n",
133
133
"- For the released model weights, `'maisi3d-rflow'` can generate images with better quality for head region and small output volumes, and comparable quality for other cases compared with `'maisi3d-ddpm'`."
0 commit comments