


Douyin dance does not require real people to appear on camera, just a photo can generate a high-quality video! Even the face-hugging CTO has experienced Byte's new technology
look! Now there are four young ladies showing off their hot dances in front of you:
#Thought it was a work released by some anchors on a short video platform?
No, No, No.
The real answer is: fake, generated, and it only relies on a picture!
The real way to start is this:
This is the latest from the National University of Singapore and ByteDance A study called MagicAnimate.
Its function can be summed up in a simple formula: a picture and a set of actions = a video without any sense of violation. .
With the announcement of this technology, there was an uproar in the technology circle, and many technology giants and geeks joined in one after another
Even HuggingFace CTO They all tried it with their own avatars:
By the way, they also made a joke in a humorous way:
Is this considered fitness? I can skip the gym this week.
There are also netizens who are quite up to date with the times, playing with the characters in the trailer of the newly released GTA6(Grand Theft Auto 6) A handful:
Even emoticons have become the object of choice for netizens...
MagicAnimate can be said to have focused the attention of the technology circle on itself, so some netizens joked:
OpenAI can take a break.
#Fire, really fire.
One picture can generate a dance
MagicAnimate is so popular, how to use it?
Without further ado, let’s experience it step by step.
Currently, our project team has opened an online experience page on HuggingFace
- Upload a static photo of a character
- Upload the action demo video you want to generate
- Adjust the parameters and click "Animate"
For example, the following are my photos and the dance clip of "Subject Three" that is popular around the world:
You can also choose the template provided at the bottom of the page to experience it:
......
(That’s right! As of press time, we still haven’t waited for the result!)
In addition, MagicAnimate also provides a local experience method in GitHub. Interested friends You can try it~diffusion model(diffusion). The purpose is to enhance temporal consistency and maintain the authenticity of the reference image. and improve animation fidelity.
Video Diffusion Model (Temporal Consistency Modeling) to encode temporal information.
This model encodes temporal information by adding a temporal attention module to the diffusion network to ensure temporal consistency between frames in the animation. Secondly, in order to maintain appearance consistency between frames, the team introduced a newAppearance Encoder(Appearance Encoder) to preserve the complex details of the reference image .
This encoder is different from previous methods of using CLIP encoding. It is able to extract denser visual features to guide animation production and thus better preserve information such as identity, background and clothing.Based on these two innovative technologies, the team further adopted a simple video fusion technology(Video Fusion Technique) to promote the smooth transition of long video animations.
Finally, after verification by two benchmark experiments, the results show that MagicAnimate is far more effective than previous methodsEspecially on the challenging TikTok dance data set, MagicAnimate has better performance in video preservation. The accuracy is more than 38% higher than the strongest baseline! The following is a qualitative comparison given by the team:One More Thing
I have to say that projects like MagicAnimate have been really popular recently
No, after its "debut" Not long ago, the Ali team also released a project called Animate Anyone, which also only requires "a picture" and "the desired action":
As a result, some netizens also raised questions:
This seems to be a war between MagicAnimate and AnimateAnyone. Who is better?
What do you think?
Please click the following link to view the paper: https://arxiv.org/abs/2311.16498
The above is the detailed content of Douyin dance does not require real people to appear on camera, just a photo can generate a high-quality video! Even the face-hugging CTO has experienced Byte's new technology. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



When developing a project that requires parsing SQL statements, I encountered a tricky problem: how to efficiently parse MySQL's SQL statements and extract the key information. After trying many methods, I found that the greenlion/php-sql-parser library can perfectly solve my needs.

When managing WordPress websites, you often encounter complex operations such as installation, update, and multi-site conversion. These operations are not only time-consuming, but also prone to errors, causing the website to be paralyzed. Combining the WP-CLI core command with Composer can greatly simplify these tasks, improve efficiency and reliability. This article will introduce how to use Composer to solve these problems and improve the convenience of WordPress management.

In Laravel development, dealing with complex model relationships has always been a challenge, especially when it comes to multi-level BelongsToThrough relationships. Recently, I encountered this problem in a project dealing with a multi-level model relationship, where traditional HasManyThrough relationships fail to meet the needs, resulting in data queries becoming complex and inefficient. After some exploration, I found the library staudenmeir/belongs-to-through, which easily installed and solved my troubles through Composer.

When developing a Geographic Information System (GIS), I encountered a difficult problem: how to efficiently handle various geographic data formats such as WKT, WKB, GeoJSON, etc. in PHP. I've tried multiple methods, but none of them can effectively solve the conversion and operational issues between these formats. Finally, I found the GeoPHP library, which easily integrates through Composer, and it completely solved my troubles.

When developing PHP projects, ensuring code coverage is an important part of ensuring code quality. However, when I was using TravisCI for continuous integration, I encountered a problem: the test coverage report was not uploaded to the Coveralls platform, resulting in the inability to monitor and improve code coverage. After some exploration, I found the tool php-coveralls, which not only solved my problem, but also greatly simplified the configuration process.

Git Software Installation Guide: Visit the official Git website to download the installer for Windows, MacOS, or Linux. Run the installer and follow the prompts. Configure Git: Set username, email, and select a text editor. For Windows users, configure the Git Bash environment.

During Laravel development, it is often necessary to add virtual columns to the model to handle complex data logic. However, adding virtual columns directly into the model can lead to complexity of database migration and maintenance. After I encountered this problem in my project, I successfully solved this problem by using the stancl/virtualcolumn library. This library not only simplifies the management of virtual columns, but also improves the maintainability and efficiency of the code.

I'm having a tricky problem when developing a front-end project: I need to manually add a browser prefix to the CSS properties to ensure compatibility. This is not only time consuming, but also error-prone. After some exploration, I discovered the padaliyajay/php-autoprefixer library, which easily solved my troubles with Composer.
