-
Notifications
You must be signed in to change notification settings - Fork 303
Description
(msv) root@novo:/home3/MuseV-main# 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
Traceback (most recent call last):
File "/home3/MuseV-main-ago/scripts/inference/text2video.py", line 19, in
from mmcm.utils.load_util import load_pyhon_obj
ModuleNotFoundError: No module named 'mmcm'
(msv) root@novo:/home3/MuseV-main# pip install MMCM
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement MMCM (from versions: none)
ERROR: No matching distribution found for MMCM
(msv) root@novo:/home3/MuseV-main# pip install mmcm
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement mmcm (from versions: none)
ERROR: No matching distribution found for mmcm