VGen icon indicating copy to clipboard operation
VGen copied to clipboard

Where is 'workspace/model_bk/model_scope_0267000.pth' in the configs/t2v_train.yaml?

Open tacit0428 opened this issue 2 years ago • 3 comments

Pretrain: { 'type': pretrain_specific_strategies, 'fix_weight': False, 'grad_scale': 0.5, 'resume_checkpoint': 'workspace/model_bk/model_scope_0267000.pth', 'sd_keys_path': 'models/stable_diffusion_image_key_temporal_attention_x1.json', }

The Pretrain term has a resume checkpoint. But I can't find the model weight anywhere. Is it this one? https://modelscope.cn/models/damo/text-to-video-synthesis/files/text2video_pytorch_model.pth

tacit0428 avatar Dec 21 '23 02:12 tacit0428

Hi, please refer to here.

Steven-SWZhang avatar Dec 21 '23 07:12 Steven-SWZhang

do i have to rename 'text2video_pytorch_model.pth' to 'model_scope_0267000.pth' and change the path?

justinday123 avatar Jan 20 '24 18:01 justinday123

do i have to rename 'text2video_pytorch_model.pth' to 'model_scope_0267000.pth' and change the path?

it works for me.

zhenglinpan avatar Apr 19 '24 18:04 zhenglinpan