Skip to content
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

RuntimeError: mat1 and mat2 shapes cannot be multiplied (2x2048 and 1536x1280) - Inpainting #70

Open
muzammildafedar opened this issue Oct 24, 2024 · 0 comments

Comments

@muzammildafedar
Copy link

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:

  1. Load the pipeline components.
  2. Execute the script:
    images = pipe(prompt=[prompt]*1, ...)
  3. The following error is raised:

Error Message:

RuntimeError: mat1 and mat2 shapes cannot be multiplied (2x2048 and 1536x1280)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant