scenema-ai commited on
Commit
6cae24c
·
verified ·
1 Parent(s): 17b0043

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "scenema-audio",
3
+ "architecture": "audio-diffusion-transformer",
4
+ "base_model": "LTX-2.3",
5
+ "text_encoder": "gemma-3-12b-it",
6
+ "num_steps": 8,
7
+ "sample_rate": 48000
8
+ }