当前位置:   article > 正文

MagicAnimate_magicanimate: temporally consistent human image an

magicanimate: temporally consistent human image animation using diffusion mo

简介

新加坡国立大学 Show 实验室和字节联合做了一项类似的研究。他们提出了一个基于扩散的框架 MagicAnimate,旨在增强时间一致性、忠实地保留参考图像并提升动画保真度。并且,MagicAnimate 项目是开源的,目前推理代码和 gradio 在线 demo 已经发布。

初步了解

可以通过readme了解项目大概,
在这里插入图片描述
需要下载预训练的基本模型 StableDiffusion V1.5MSE-finetuned VAE
且需要下载下列检查点,

magic-animate
|----pretrained_models
  |----MagicAnimate
    |----appearance_encoder
      |----diffusion_pytorch_model.safetensors
      |----config.json
    |----densepose_controlnet
      |----diffusion_pytorch_model.safetensors
      |----config.json
    |----temporal_attention
      |----temporal_attention.ckpt
  |----sd-vae-ft-mse
    |----...
  |----stable-diffusion-v1-5
    |----...
|----...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16

前提: python>=3.8, CUDA>=11.3, and ffmpeg.
且需要安装的三方包列表在requirements.txt文件中,创建虚拟环境后即可进行安装。

参考链接

1、https://baijiahao.baidu.com/s?id=1784426435369033621&wfr=spider&for=pc
2、https://zhuanlan.zhihu.com/p/670641392

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/269238
推荐阅读
相关标签
  

闽ICP备14008679号