TMElyralab / MuseV

MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Visual Conditioned Parallel Denoising
Other
2.36k stars 254 forks source link

TypeError: forward() got an unexpected keyword argument 'scale' #138

Open ar98k3 opened 3 months ago

ar98k3 commented 3 months ago

File "/MuseV-main/musev/models/attention_processor.py", line 706, in forward query = self.to_q(hidden_states, scale=scale) File "/python3.9/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) TypeError: forward() got an unexpected keyword argument 'scale'

请问这个怎么解决?