Rename num_heads -> num_attention_heads in conditioner/config.json (FastVideo arch field name)
Browse files- conditioner/config.json +9 -0
conditioner/config.json
CHANGED
|
@@ -26,5 +26,14 @@
|
|
| 26 |
"max_val": 512
|
| 27 |
}
|
| 28 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
]
|
| 30 |
}
|
|
|
|
| 26 |
"max_val": 512
|
| 27 |
}
|
| 28 |
}
|
| 29 |
+
],
|
| 30 |
+
"cross_attention_cond_ids": [
|
| 31 |
+
"prompt",
|
| 32 |
+
"seconds_start",
|
| 33 |
+
"seconds_total"
|
| 34 |
+
],
|
| 35 |
+
"global_cond_ids": [
|
| 36 |
+
"seconds_start",
|
| 37 |
+
"seconds_total"
|
| 38 |
]
|
| 39 |
}
|