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
I am following https://github.com/huchenlei/ComfyUI-layerdiffuse/tree/main?tab=readme-ov-file#generate-foreground-rgb--alpha
But switched the model to animatediff, and the error is displayed on the Layer Diffusion Decode node.
Layer Diffusion Decode
RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 36 but got size 35 for tensor number 1 in the list.
The text was updated successfully, but these errors were encountered:
Can you share your workflow?
Sorry, something went wrong.
is working with animatediff. not sure if node order is important tho.
workflow (2).json
Here is my workflow: test_animatediff.json for the openposeXL2, im using this: https://huggingface.co/thibaud/controlnet-openpose-sdxl-1.0/tree/main
The video can be generate successfully, but failed on the postprocessing part, on the Layer Diffusion Decode node.
In the minimal animatediff workflow I cannot reproduce your issue: ad.json
I have fixed my workflow but I don't know why. I found that the image's width = 560 = 16*35, so I changed the width from 560 to 576 and it works...
No branches or pull requests
I am following
https://github.com/huchenlei/ComfyUI-layerdiffuse/tree/main?tab=readme-ov-file#generate-foreground-rgb--alpha
But switched the model to animatediff, and the error is displayed on the
Layer Diffusion Decode
node.The text was updated successfully, but these errors were encountered: