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
This does work for a single GPU use case, but it is not appropriate for multi gpu, because controlnet and pipe both will have a separate device map, which causes issue related to device alignment during forward pass.
Currently most of our documentation has the following way of using ControlNets
This does work for a single GPU use case, but it is not appropriate for multi gpu, because controlnet and pipe both will have a separate device map, which causes issue related to device alignment during forward pass.
Following is how it should be documented
Single GPU
Multi GPU
Let me know if my thinking is correct on this one and if we need to change Docstring
cc - @a-r-r-o-w
The text was updated successfully, but these errors were encountered: