open-mmlab / PIA

[CVPR 2024] PIA, your Personalized Image Animator. Animate your images by text prompt, combing with Dreambooth, achieving stunning videos. PIA,你的个性化图像动画生成器,利用文本提示将图像变为奇妙的动画
https://pi-animator.github.io/
Apache License 2.0
808 stars 67 forks source link

Do you need stablediffusion1.5 as well as the dreambooth model installed? #3

Closed G-force78 closed 6 months ago

G-force78 commented 6 months ago

I have this error

Traceback (most recent call last): File "/content/PIA/inference.py", line 10, in from animatediff.pipelines import I2VPipeline File "/content/PIA/animatediff/pipelines/init.py", line 1, in from .i2v_pipeline import I2VPipeline File "/content/PIA/animatediff/pipelines/i2v_pipeline.py", line 9, in from diffusers.configuration_utils import FrozenDict ModuleNotFoundError: No module named 'diffusers'

LeoXing1996 commented 6 months ago

Hey @G-force78, you need to install diffusers first. Please follow this instruction