You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work! However, when I fine-tuned on my dataset, I encountered the error: AssertionError: Timestep embedding is needed for a time-aware attention processor. Upon checking the training code, I found that it seems the input of unet does not include the timestep embedding, which caused this error. How can I resolve this issue?