TMElyralab / MuseV

MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Visual Conditioned Parallel Denoising
Other
2.46k stars 263 forks source link

Models have been downloaded into the checkpoints folder, but running text2video generates error:_pickle.UnpicklingError: invalid load key, 'v' #153

Closed JxuHenry closed 3 months ago

JxuHenry commented 3 months ago

when i run the following script:

python scripts/inference/text2video.py \ --sd_model_name majicmixRealv6Fp16 \ --unet_model_name musev_referencenet \ --referencenet_model_name musev_referencenet \ --ip_adapter_model_name musev_referencenet \ -test_data_path ./configs/tasks/example.yaml \ --output_dir ./output --n_batch 1 \ --target_datas yongen \ --vision_clip_extractor_class_name ImageClipVisionFeatureExtractor \ --vision_clip_model_path ./checkpoints/IP-Adapter/models/image_encoder \ --time_size 12 --fps 12

get an following error, about: File "/home/user1/MuseV/diffusers/src/diffusers/models/modeling_utils.py", line 116, in load_state_dict raise OSError( OSError: You seem to have cloned a repository without having git-lfs installed. Please install git-lfs and run git lfs install followed by git lfs pull in the folder you cloned.

image

RyzeAngler commented 2 months ago

hi, How did you fix this issue?

JxuHenry commented 2 months ago

hi, How did you fix this issue?

Please recheck that your model is fully loaded