paper-with-me

홈 › Papers

AnimateDiff: Animate Your Personalized Text-to-Image Diffusion Models without Specific Tuning

2023-07-10 · Yuwei Guo, Ceyuan Yang, Anyi Rao, Zhengyang Liang, Yaohui Wang, Yu Qiao, Maneesh Agrawala, Dahua Lin, Bo Dai

With the advance of text-to-image (T2I) diffusion models (e.g., Stable Diffusion) and corresponding personalization techniques such as DreamBooth and LoRA, everyone can manifest their imagination into high-quality images at an affordable cost. However, adding motion dynamics to existing high-quality personalized T2Is and enabling them to generate animations remains an open challenge. In this paper, we present AnimateDiff, a practical framework for animating personalized T2I models without requiring model-specific tuning. At the core of our framework is a plug-and-play motion module that can be trained once and seamlessly integrated into any personalized T2Is originating from the same base T2I. Through our proposed training strategy, the motion module effectively learns transferable motion priors from real-world videos. Once trained, the motion module can be inserted into a personalized T2I model to form a personalized animation generator. We further propose MotionLoRA, a lightweight fine-tuning technique for AnimateDiff that enables a pre-trained motion module to adapt to new motion patterns, such as different shot types, at a low training and data collection cost. We evaluate AnimateDiff and MotionLoRA on several public representative personalized T2I models collected from the community. The results demonstrate that our approaches help these models generate temporally smooth animation clips while preserving the visual quality and motion diversity. Codes and pre-trained weights are available at https://github.com/guoyww/AnimateDiff.

📄 PDF Abstract BibTeX arXiv:2307.04725

Code (8)

guoyww/animatediff 공식 구현 pytorch
arthur-qiu/FreeNoise-AnimateDiff pytorch
bujiazi/motionclone pytorch
lpengyang/motionclone pytorch
snap-research/panda-70m pytorch
sunzey/alphaclip pytorch
talesofai/animatediff pytorch
yhZhai/mcm pytorch

Tasks

Image Animation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
BASE 설명 없음

Similar Papers 제목 키워드 기반

AnimateDiff-Lightning: Cross-Model Diffusion Distillation

2024-03-19 · Shanchuan Lin, Xiao Yang

We present AnimateDiff-Lightning for lightning-fast video generation. Our model uses progressive adversarial diffusion distillation to achieve new state-of-the-art in few-step video generation. We discuss our modificatio…

modelVideo Generation

AnimateZero: Video Diffusion Models are Zero-Shot Image Animators

2023-12-06 · Jiwen Yu, Xiaodong Cun, Chenyang Qi, Yong Zhang 외

Large-scale text-to-video (T2V) diffusion models have great progress in recent years in terms of visual quality, motion and temporal consistency. However, the generation process is still a black box, where all attributes…

Image AnimationVideo Generation

ID-Animator: Zero-Shot Identity-Preserving Human Video Generation

2024-04-23 · Xuanhua He, Quande Liu, Shengju Qian, Xin Wang 외

Generating high-fidelity human video with specified identities has attracted significant attention in the content generation community. However, existing techniques struggle to strike a balance between training efficienc…

AttributeVideo Generation

HARIVO: Harnessing Text-to-Image Models for Video Generation

2024-10-10 · Mingi Kwon, Seoung Wug Oh, Yang Zhou, Difan Liu 외

We present a method to create diffusion-based video models from pretrained Text-to-Image (T2I) models. Recently, AnimateDiff proposed freezing the T2I model while only training temporal layers. We advance this method by …

DiversityVideo Generation

Importance-Based Token Merging for Efficient Image and Video Generation

2024-11-23 · HaoYu Wu, Jingyi Xu, Hieu Le, Dimitris Samaras

Token merging can effectively accelerate various vision systems by processing groups of similar tokens only once and sharing the results across them. However, existing token grouping methods are often ad hoc and random, …

Image GenerationVideo Generation