ChromiumPlutoniumAI commited on
Commit
2a09f92
·
verified ·
1 Parent(s): 2cc02de

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "model_type": "text-to-video",
3
- "architectures": ["PornXModel"],
4
- "vocab_size": 32000,
5
- "hidden_size": 4096,
6
- "num_attention_heads": 32
7
  }
 
1
  {
2
  "model_type": "text-to-video",
3
+ "pipeline_tag": "text-to-video",
4
+ "resolution": "4096x2304",
5
+ "fps": 60,
6
+ "version": "v5.0"
7
  }