DiffSynth-Studio icon indicating copy to clipboard operation
DiffSynth-Studio copied to clipboard

No module named 'modelscope'

Open Fillllllllllll opened this issue 1 year ago • 2 comments

Hi! I got this issue Could you give a hint to a nooby how can i fix\install it?

"ModuleNotFoundError Traceback (most recent call last) in <cell line: 1>() ----> 1 from diffsynth import SDVideoPipelineRunner 2 3 config = config_stage_2_template.copy() 4 config["data"]["input_frames"] = { 5 "video_file": "/content/Plan_01NoLogo.mp4",

2 frames /content/DiffSynth-Studio/diffsynth/models/downloader.py in 1 from huggingface_hub import hf_hub_download ----> 2 from modelscope import snapshot_download 3 import os, shutil 4 5

ModuleNotFoundError: No module named 'modelscope'"

Fillllllllllll avatar Jul 20 '24 14:07 Fillllllllllll

make sure you have modelscope installed.

you can do this by following requirement.txt, or simply do "pip install modelscope"

yingdachen avatar Jul 23 '24 05:07 yingdachen

make sure you have modelscope installed.

you can do this by following requirement.txt, or simply do "pip install modelscope"

Thanks, i will try!

Fillllllllllll avatar Jul 25 '24 14:07 Fillllllllllll