We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca252f6 commit 8b616d2Copy full SHA for 8b616d2
tests/models/transformers/test_models_transformer_easyanimate.py
@@ -51,7 +51,6 @@ def dummy_input(self):
51
"timestep_cond": None,
52
"encoder_hidden_states": encoder_hidden_states,
53
"encoder_hidden_states_t5": None,
54
- "image_rotary_emb": None, # TODO(aryan): Create EasyAnimateRotaryPosEmbed layer
55
"inpaint_latents": None,
56
"control_latents": None,
57
}
@@ -66,10 +65,10 @@ def output_shape(self):
66
65
67
def prepare_init_args_and_inputs_for_common(self):
68
init_dict = {
69
- "attention_head_dim": 8,
+ "attention_head_dim": 16,
+ "num_attention_heads": 2,
70
"in_channels": 4,
71
"mmdit_layers": 2,
72
- "num_attention_heads": 2,
73
"num_layers": 2,
74
"out_channels": 4,
75
"patch_size": 2,
0 commit comments