open-mmlab / PIA

[CVPR 2024] PIA, your Personalized Image Animator. Animate your images by text prompt, combing with Dreambooth, achieving stunning videos. PIA,你的个性化图像动画生成器,利用文本提示将图像变为奇妙的动画

Home Page:https://pi-animator.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

G-force78 opened this issue · comments

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'

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