wlsaidhi's picture
Rename num_heads -> num_attention_heads in conditioner/config.json (FastVideo arch field name)
cedf0ff verified
{
"_class_name": "StableAudioMultiConditioner",
"cond_dim": 768,
"configs": [
{
"id": "prompt",
"type": "t5",
"config": {
"t5_model_name": "t5-base",
"max_length": 128
}
},
{
"id": "seconds_start",
"type": "number",
"config": {
"min_val": 0,
"max_val": 512
}
},
{
"id": "seconds_total",
"type": "number",
"config": {
"min_val": 0,
"max_val": 512
}
}
],
"cross_attention_cond_ids": [
"prompt",
"seconds_start",
"seconds_total"
],
"global_cond_ids": [
"seconds_start",
"seconds_total"
]
}