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

run mvdream error #36

Open
1986727548 opened this issue Sep 12, 2024 · 0 comments
Open

run mvdream error #36

1986727548 opened this issue Sep 12, 2024 · 0 comments

Comments

@1986727548
Copy link

run mvdream/configs/sd-v2-base.yaml, it occurs attn_mask does not match input{ (77, 77) and (77, 16, 1, 1) }
image
The problem occurs in mvdream/ldm/encoders/modules.py:
365872643-a91a4cd1-9f5b-43a0-bad9-496b4c441bc1

run x = r(x, attn_mask=attn_mask) this line, it will occur not match!!!
when I modify r(x, attn_mask=attn_mask) to r(x, attn_mask=None), it's okay. But will it affect the final result?

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