-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Adding Tailored ControlNet Implementations into Generative Model Application #7875
Adding Tailored ControlNet Implementations into Generative Model Application #7875
Conversation
7e2a8b0
to
52428b0
Compare
Signed-off-by: Pengfei Guo <pengfeig@nvidia.com>
for more information, see https://pre-commit.ci Signed-off-by: Pengfei Guo <pengfeig@nvidia.com>
Signed-off-by: Pengfei Guo <pengfeig@nvidia.com>
…ct-MONAI#7847) Fixes Project-MONAI#7677 . ### Description A few sentences describing the changes proposed in this pull request. ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. --------- Signed-off-by: alkamid <adam.klimont@cydar.co.uk> Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> Signed-off-by: Pengfei Guo <pengfeig@nvidia.com>
Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> Signed-off-by: Pengfei Guo <32000655+guopengf@users.noreply.github.com> Signed-off-by: Pengfei Guo <pengfeig@nvidia.com>
Signed-off-by: Pengfei Guo <pengfeig@nvidia.com>
3afc58d
to
c342b23
Compare
Hi @ericspod @Nic-Ma @mingxin-zheng, if you don't have more comments on this one, I will try to trigger more tests and merge this one. Thanks! |
Hi @guopengf, could you please help solve the conflict then I will try to merge this PR, thanks! |
Signed-off-by: Pengfei Guo <32000655+guopengf@users.noreply.github.com>
Done, thanks! |
/build |
Signed-off-by: Pengfei Guo <pengfeig@nvidia.com>
Signed-off-by: Pengfei Guo <pengfeig@nvidia.com>
Signed-off-by: Pengfei Guo <pengfeig@nvidia.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good here!
/build |
/build |
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
/build |
Add
Do you have any insights on this one? @ericspod @Nic-Ma @mingxin-zheng |
It seems the error is caused by this line: ControlNet, has_controlnet = optional_import("generative.networks.nets.controlnet", name="ControlNet") |
Update: pinpointed that removing
will solve the issue @KumoLiu |
/build |
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
I am merging this to unblock #7861. |
Fixes #7874.
Description
Integrating a tailored ControlNet model into the generative model application to enable the training using high-dimensional 3D images (up to 512 x 512 x 768).
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.