No module named 'modelscope'
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)
2 frames
/content/DiffSynth-Studio/diffsynth/models/downloader.py in
ModuleNotFoundError: No module named 'modelscope'"
make sure you have modelscope installed.
you can do this by following requirement.txt, or simply do "pip install modelscope"
make sure you have modelscope installed.
you can do this by following requirement.txt, or simply do "pip install modelscope"
Thanks, i will try!