bubbliiiing
commited on
Commit
·
eab2f84
1
Parent(s):
3dd7b88
Update Weights
Browse files- config.json +2 -2
- configuration.json +1 -10
config.json
CHANGED
@@ -5,8 +5,8 @@
|
|
5 |
"eps": 1e-06,
|
6 |
"ffn_dim": 14336,
|
7 |
"freq_dim": 256,
|
8 |
-
"in_dim":
|
9 |
-
"model_type": "
|
10 |
"num_heads": 24,
|
11 |
"num_layers": 30,
|
12 |
"out_dim": 48,
|
|
|
5 |
"eps": 1e-06,
|
6 |
"ffn_dim": 14336,
|
7 |
"freq_dim": 256,
|
8 |
+
"in_dim": 100,
|
9 |
+
"model_type": "i2v",
|
10 |
"num_heads": 24,
|
11 |
"num_layers": 30,
|
12 |
"out_dim": 48,
|
configuration.json
CHANGED
@@ -1,10 +1 @@
|
|
1 |
-
{
|
2 |
-
"aigc_model": true,
|
3 |
-
"framework": "Pytorch",
|
4 |
-
"task": "any-to-any",
|
5 |
-
"model_file_location": [
|
6 |
-
"diffusion_pytorch_model-00001-of-00003.safetensors",
|
7 |
-
"diffusion_pytorch_model-00002-of-00003.safetensors",
|
8 |
-
"diffusion_pytorch_model-00003-of-00003.safetensors"
|
9 |
-
]
|
10 |
-
}
|
|
|
1 |
+
{"framework":"Pytorch","task":"image-to-video"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|