ExponentialML/AnimateDiff-MotionDirector

About the training parameters of Spatial Lora: Recursive ones?

Opened this issue · 0 comments

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.
image