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

Error attention_processor #32

Open
SearAbbas opened this issue Dec 2, 2023 · 4 comments
Open

Error attention_processor #32

SearAbbas opened this issue Dec 2, 2023 · 4 comments

Comments

@SearAbbas
Copy link

query = attn.to_q(hidden_states, *args)
return forward_call(*input, **kwargs)

TypeError: forward() takes 2 positional arguments but 3 were given
Is this a diffusers version mismatch?

@SearAbbas SearAbbas reopened this Dec 2, 2023
@drx-code
Copy link

drx-code commented Dec 4, 2023

Did you solve that problem?

@SearAbbas
Copy link
Author

Did you solve that problem?

Sorry, NO.

@drx-code
Copy link

drx-code commented Dec 5, 2023

Well, I tried to change the version of Diffusers to 0.15, and it solves the problem.

@SearAbbas
Copy link
Author

Well, I tried to change the version of Diffusers to 0.15, and it solves the problem.

OK,thanks!

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

2 participants