OPSD-V / config.json
KumaPower's picture
Add download tracking config and download instructions
3dfdd27 verified
Raw
History Blame Contribute Delete
521 Bytes
{
"model_name": "OPSD-V",
"repository": "MeiGen-AI/OPSD-V",
"task": "text-to-video",
"framework": "pytorch",
"method": "on-policy-self-distillation",
"checkpoints": {
"longlive_base": "checkpoints/longlive_base.pt",
"longlive_lora": "checkpoints/longlive_lora.pt",
"opsdv_longlive_lora": "checkpoints/opsdv_longlive_lora.pt",
"self_forcing_dmd_ema_as_generator": "checkpoints/self_forcing_dmd_ema_as_generator.pt",
"opsdv_self_forcing_lora": "checkpoints/opsdv_self_forcing_lora.pt"
}
}