modelscope / DiffSynth-Studio

Enjoy the magic of Diffusion models!
Apache License 2.0
6.31k stars 563 forks source link

No module named 'modelscope' #117

Open Fillllllllllll opened 1 month ago

Fillllllllllll commented 1 month ago

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'"

yingdachen commented 1 month ago

make sure you have modelscope installed.

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

Fillllllllllll commented 1 month ago

make sure you have modelscope installed.

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

Thanks, i will try!