antgroup / echomimic

EchoMimic: Lifelike Audio-Driven Portrait Animations through Editable Landmark Conditioning
https://antgroup.github.io/ai/echomimic/
Apache License 2.0
3.01k stars 349 forks source link

diffusers版本问题 #113

Closed yeohx closed 2 months ago

yeohx commented 3 months ago

我使用 diffusers==0.26.1 报错:cannot import name ‘PositionNet‘ from ‘diffusers.models.embeddings

降级到 diffusers==0.25.1 报错:cannot import name 'CaptionProjection' from 'diffusers.models.embeddings' (/root/miniconda3/lib/python3.10/site-packages/diffusers/models/embeddings.py)

我猜测可能是我其他依赖有版本问题.是否可以提供一下各个依赖包的版本

XingWang1234 commented 3 months ago

requirements.txt requires diffusers=0.24.0, I installed this version, and it works

yeohx commented 3 months ago

requirements.txt requires diffusers=0.24.0, I installed this version, and it works

请问一下,你的centos和python是什么版本的?

XingWang1234 commented 3 months ago

requirements.txt requires diffusers=0.24.0, I installed this version, and it works

请问一下,你的centos和python是什么版本的?

my OS is: PRETTY_NAME="Ubuntu 22.04.4 LTS" python==3.10