| { | |
| "_class_name": "StableAudioMultiConditioner", | |
| "cond_dim": 768, | |
| "configs": [ | |
| { | |
| "id": "prompt", | |
| "type": "t5", | |
| "config": { | |
| "t5_model_name": "t5-base", | |
| "max_length": 64 | |
| } | |
| }, | |
| { | |
| "id": "seconds_total", | |
| "type": "number", | |
| "config": { | |
| "min_val": 0, | |
| "max_val": 256 | |
| } | |
| } | |
| ], | |
| "cross_attention_cond_ids": [ | |
| "prompt", | |
| "seconds_total" | |
| ], | |
| "global_cond_ids": [ | |
| "seconds_total" | |
| ] | |
| } |