Project-MONAI / tutorials

MONAI Tutorials
https://monai.io/started.html
Apache License 2.0
1.74k stars 662 forks source link

Add maisi controlnet training #1750

Closed guopengf closed 1 month ago

guopengf commented 1 month ago

Fixes # .

Description

Add training script for MAISI ControlNet.

Checks

mingxin-zheng commented 1 month ago

Hi @guopengf , can we have some doc-string added in the functions? Thanks!

guopengf commented 1 month ago

Hi @guopengf , can we have some doc-string added in the functions? Thanks!

Hi @mingxin-zheng, thanks for the comments. I added docstring for util functions.

mingxin-zheng commented 1 month ago

@KumoLiu I don't have any further comments except the ones above.

guopengf commented 1 month ago

Hi @KumoLiu and @mingxin-zheng, thanks for the valuable comments! I addressed them in the latest commit. In addition, I moved utility functions used in the controlnet training script to scripts/utils.py since I found Can's PR has been merged.