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>
|
/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
mingxin-zheng
left a comment
There was a problem hiding this comment.
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 htmlcommand in thedocs/folder.