-
Notifications
You must be signed in to change notification settings - Fork 54
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
About I2V finetune in wan #116
Comments
i had the same errors. still dont know how to solve it. i tried fp16 or fp8 models, none seem to work. |
I don't think I2V works with images or single frame latents, you can see its using F.conv3d which expects an additional dimension, which is length in this case. I had the same issue but worked when I made sure frames were > 1. |
but my input dataset only has videos that are at least 48 frames long. there are no images in the dataset |
I believe this issue has been fixed. Please run |
Hi when i try
I get channel mismatch error (weight have channel 36 (because in_dim in script) but tensor has 21)
The data config like
Error log
Can you give me some suggestions ?🙂
The text was updated successfully, but these errors were encountered: