-
Notifications
You must be signed in to change notification settings - Fork 739
Add maisi controlnet training #1750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add maisi controlnet training #1750
Conversation
252d686
to
5884e19
Compare
Signed-off-by: Pengfei Guo <[email protected]>
Signed-off-by: Pengfei Guo <[email protected]>
for more information, see https://pre-commit.ci Signed-off-by: Pengfei Guo <[email protected]>
### Description This updates the two example scripts which used old code MONAI no long has. ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Avoid including large-size files in the PR. - [ ] Clean up long text outputs from code cells in the notebook. - [ ] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` --------- Signed-off-by: Eric Kerfoot <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: YunLiu <[email protected]> Signed-off-by: Pengfei Guo <[email protected]>
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Pengfei Guo <[email protected]>
Signed-off-by: Pengfei Guo <[email protected]>
5884e19
to
3295944
Compare
Signed-off-by: Pengfei Guo <[email protected]>
Signed-off-by: Pengfei Guo <[email protected]>
for more information, see https://pre-commit.ci
Hi @guopengf , can we have some doc-string added in the functions? Thanks! |
Signed-off-by: Pengfei Guo <[email protected]>
Signed-off-by: Pengfei Guo <[email protected]>
Hi @mingxin-zheng, thanks for the comments. I added docstring for util functions. |
for more information, see https://pre-commit.ci
Signed-off-by: Pengfei Guo <[email protected]>
@KumoLiu I don't have any further comments except the ones above. |
Co-authored-by: Mingxin Zheng <[email protected]> Signed-off-by: Pengfei Guo <[email protected]>
Signed-off-by: Pengfei Guo <[email protected]>
for more information, see https://pre-commit.ci
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. |
Co-authored-by: YunLiu <[email protected]> Signed-off-by: Pengfei Guo <[email protected]>
Co-authored-by: YunLiu <[email protected]> Signed-off-by: Pengfei Guo <[email protected]>
Fixes # .
Description
Add training script for MAISI ControlNet.
Checks
./figure
folder./runner.sh -t <path to .ipynb file>