MeanVC / config.json
ing0's picture
add model ckpt
fd5a488
raw
history blame contribute delete
260 Bytes
{
"model_type": "DiT",
"model": {
"dim": 512,
"depth": 4,
"heads": 2,
"ff_mult": 2,
"bn_dim": 256,
"conv_layers": 4,
"chunk_size": 20,
"dropout": 0.0,
"qk_norm": "rms_norm"
}
}