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
when it runs:
model_pred = unet( inp_noisy_latents, timesteps, encoder_hidden_states, added_time_ids=added_time_ids).sample
The error is "RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 6 but got size 5 for tensor number 1 in the list."
could you please tell me how to fix this thanks
The text was updated successfully, but these errors were encountered:
have you sovled it?I meet same problem.
Sorry, something went wrong.
Hi, its related to the size of the input image.
when i set batch_size==2, i also meet the same problem. When the batch_size is set to 1, this problem was solved.
@Yww12 @xiangweifeng my input images are 320x240 and I am running into the same error here. I am using a batch size of 1. How did you solve this?
try to multiple of 64.
No branches or pull requests
when it runs:
model_pred = unet(
inp_noisy_latents, timesteps, encoder_hidden_states, added_time_ids=added_time_ids).sample
The error is
"RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 6 but got size 5 for tensor number 1 in the list."
could you please tell me how to fix this
thanks
The text was updated successfully, but these errors were encountered: