We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear Sir or Madam,
Great work, thanks for sharing. I would like to consult you about the misalignment I found between you motion module and AnimateDiff.
For AnimateDiff, the feature should be reshape to (bxhxw) x f x c as the following figure shows.
(bxhxw) x f x c
But in your code here, I found the feature is reshaped to (bxf) x (hxw) * c.
(bxf) x (hxw) * c
Is there anything I missed? Looking forward your reply. Thanks.
The text was updated successfully, but these errors were encountered:
https://github.com/fudan-generative-vision/hallo/blob/8fd7c572a3d43c2a9c1a5473219ce4fc1b6e3ed2/hallo/models/motion_module.py#L581C1-L583C14
Sorry, something went wrong.
No branches or pull requests
Dear Sir or Madam,
Great work, thanks for sharing.
I would like to consult you about the misalignment I found between you motion module and AnimateDiff.
For AnimateDiff, the feature should be reshape to
(bxhxw) x f x c
as the following figure shows.But in your code here, I found the feature is reshaped to
(bxf) x (hxw) * c
.Is there anything I missed?
Looking forward your reply. Thanks.
The text was updated successfully, but these errors were encountered: