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
latent_token_time_cond=False, # whether to use 1 latent token as time conditioning, or do it the adaptive layernorm way (which is highly effective as shown by some other papers "Paella" - Dominic Rampas et al.)
355
360
dual_patchnorm=True,
361
+
patches_self_attn=True, # the self attention in this repository is not strictly with the design proposed in the paper. offer way to remove it, in case it is the source of instability
0 commit comments