Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

运行 python -u infer_audio2vid.py 出现错误 ImportError: cannot import name 'PositionNet' from 'diffusers.models.embeddings' ( #20

Closed
anstonjie opened this issue Jul 11, 2024 · 2 comments

Comments

@anstonjie
Copy link

Traceback (most recent call last):
File "E:\ai3\EchoMimic\infer_audio2vid.py", line 23, in
from src.models.unet_2d_condition import UNet2DConditionModel
File "E:\ai3\EchoMimic\src\models\unet_2d_condition.py", line 18, in
from diffusers.models.embeddings import (
ImportError: cannot import name 'PositionNet' from 'diffusers.models.embeddings' (E:\ai3\EchoMimic\venv\Lib\site-packages\diffusers\models\embeddings.py)

@yuange250
Copy link
Contributor

pip install diffusers==0.24.0

@anstonjie
Copy link
Author

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants