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
I found an interesting implementation in your codes: In Line 679-683 of MotionDirector_train.py, the spatial_lora is added for each video, it will lead to a result that the Linear layer of the LoraInjectedLayer will be recursively transformed into a LoraInjectedLayer.And it only has one spatial Lora for all videos.
The text was updated successfully, but these errors were encountered:
I found an interesting implementation in your codes: In Line 679-683 of MotionDirector_train.py, the spatial_lora is added for each video, it will lead to a result that the Linear layer of the LoraInjectedLayer will be recursively transformed into a LoraInjectedLayer.And it only has one spatial Lora for all videos.

The text was updated successfully, but these errors were encountered: