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
why do we need to *0.5 when initialize the model?
in file stable_audio_tools/models/diffusion.py DiTWrapper with torch.no_grad(): for param in self.model.parameters(): param *= 0.5