pixeli99 / trackdiff_svd

TrackDiffusion + Stable Video Diffusion
2 stars 0 forks source link

TypeError: UNetSpatioTemporalConditionModel.forward() got an unexpected keyword argument 'cross_attention_kwargs' #2

Open qiuhaining opened 6 months ago

qiuhaining commented 6 months ago

Not find cross_attention_kwargs from https://github.com/huggingface/diffusers/blob/main/src/diffusers/models/unets/unet_spatio_temporal_condition.py#L357

https://github.com/pixeli99/trackdiff_svd/blob/main/train_svd_tracklet.py#L1044

pixeli99 commented 6 months ago

Sorry, this is my oversight. This code base was uploaded in a hurry. This error is because I modified the source code of diffusers to add cross_attention_kwargs, but I haven't uploaded this part yet. I will update it. Thank you for your attention.