diffsynth2.0 bug ImportError: cannot import name 'ModelManager' from 'diffsynth'
Python 3.10.0 (default, Mar 3 2022, 09:58:08) [GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
from diffsynth import ModelManager
miniforge3/envs/DiffSynth/lib/python3.10/site-packages/torch/cuda/init.py:61: FutureWarning: The pynvml package is deprecated. Please install nvidia-ml-py instead. If you did not install pynvml directly, please report this to the maintainers of the package that installed pynvml for you.
import pynvml # type: ignore[import]
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'ModelManager' from 'diffsynth' DiffSynth-Studio/diffsynth/init.py)