[CVPR 2024] PIA, your Personalized Image Animator. Animate your images by text prompt, combing with Dreambooth, achieving stunning videos. PIA,你的个性化图像动画生成器,利用文本提示将图像变为奇妙的动画
(pia) PS E:\PIA> python inference.py --config=example/config/majic_girl.yaml
WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for:
PyTorch 2.1.2+cu121 with CUDA 1201 (you have 2.1.2+cpu)
(pia) PS E:\PIA> python inference.py --config=example/config/majic_girl.yaml WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for: PyTorch 2.1.2+cu121 with CUDA 1201 (you have 2.1.2+cpu)
是我的xformers版本问题吗 还是cuda版本问题 如果需要降版本的话要降到哪个版本 我的CUDA是12.2.79 python: 3.10.8 xformers: 0.0.21