SeedVR2-7B-mlx-int8 / config.json
benc0's picture
Upload folder using huggingface_hub
20eb114 verified
Raw
History Blame Contribute Delete
600 Bytes
{
"model_type": "seedvr2",
"variant": "seedvr2-7b",
"transformer_overrides": {
"vid_dim": 3072,
"heads": 24,
"num_layers": 36,
"mm_layers": 36,
"rope_dim": 64,
"rope_on_text": false,
"rope_freqs_for": "pixel",
"mlp_type": "normal",
"use_output_ada": false,
"last_layer_vid_only": false
},
"pos_emb_shape": [
58,
5120
],
"dtype": "float16",
"upstream": "ByteDance-Seed/SeedVR (Apache-2.0)",
"mlx_reference": "filipstrand/mflux",
"pytorch_weights": "numz/SeedVR2_comfyUI",
"quantization": {
"bits": 8,
"group_size": 64
}
}