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
I'm encountering a runtime error while running the controlnet_union_test_inpainting.py script. The error occurs during the forward pass when the model tries to perform a matrix multiplication.
Steps to Reproduce:
Load the pipeline components.
Execute the script:
images=pipe(prompt=[prompt]*1, ...)
The following error is raised:
Error Message:
RuntimeError: mat1 and mat2 shapes cannot be multiplied (2x2048 and 1536x1280)
The text was updated successfully, but these errors were encountered:
Description:
I'm encountering a runtime error while running the
controlnet_union_test_inpainting.py
script. The error occurs during the forward pass when the model tries to perform a matrix multiplication.Steps to Reproduce:
Error Message:
The text was updated successfully, but these errors were encountered: