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
Thanks for the author's excellent work. The results are very impressive! Here is my question when reproduce the result:
I find that the adapter is another ControlNet encoder. So can I just use MultiControlNetModel in diffusers to wrap two controlnet models for both training and inference?
Code may be like this: controlnet = MultiControlNetModel([line_controlnet, color_controlnet])
The text was updated successfully, but these errors were encountered:
Thanks for the author's excellent work. The results are very impressive! Here is my question when reproduce the result:
I find that the adapter is another ControlNet encoder. So can I just use MultiControlNetModel in diffusers to wrap two controlnet models for both training and inference?
Code may be like this:
controlnet = MultiControlNetModel([line_controlnet, color_controlnet])
The text was updated successfully, but these errors were encountered: