Table of Contents
How to play
There are 3 major updates
Home Technology peripherals AI Turn pictures into videos with just one 'finger'! Gen-2 motion brush is now available for free, netizens: The most powerful update in history

Turn pictures into videos with just one 'finger'! Gen-2 motion brush is now available for free, netizens: The most powerful update in history

Nov 22, 2023 am 08:35 AM
picture ai

Wherever you "finger" moves, Gen-2's new "Magic Pen Ma Liang" function is announced to be officially launched:

Turn pictures into videos with just one finger! Gen-2 motion brush is now available for free, netizens: The most powerful update in history

All users Including free accounts (emphasis added) can be experienced.

Its official name is "Motion Brush" (Motion Brush) , which became a hit when it was previewed ten days ago.

Just swipe anywhere on the image to make static objects move

Turn pictures into videos with just one finger! Gen-2 motion brush is now available for free, netizens: The most powerful update in history

As Runway said, this new feature It is of great significance and is an important milestone in the controllability of the generated model.

There are netizens who have been in post-production for 16 years prove that it is not an exaggeration:

This is what I have seen in my career The most revolutionary and impressive product.

Turn pictures into videos with just one finger! Gen-2 motion brush is now available for free, netizens: The most powerful update in history

How to play

First, open the Runwayml homepage and click the pink "Start using images" button:

Turn pictures into videos with just one finger! Gen-2 motion brush is now available for free, netizens: The most powerful update in history

We will then come to the function page, and your free quota will be displayed right above it. It usually lasts about 125 seconds, and each play consumes 4 seconds.

Turn pictures into videos with just one finger! Gen-2 motion brush is now available for free, netizens: The most powerful update in history

Click "upload" Upload a picture to start creating.

Of course, you can also use the prompt word to generate a yourself, then click "Free Preview" to open the preview, and select a result you are satisfied with as a sample picture.

Turn pictures into videos with just one finger! Gen-2 motion brush is now available for free, netizens: The most powerful update in history

In the new page, click the Action Brush button and start painting. You can select discontinuous elements

Turn pictures into videos with just one finger! Gen-2 motion brush is now available for free, netizens: The most powerful update in history

Below, we can also precisely control:

(1) Horizontal and vertical directions of movement, negative values ​​​​respectively Indicates left and downward;

(2) "Proximity" value refers to the degree to which the control element gradually disappears/blurs/dissolves. You can choose 0 to keep the shape before and after the move.

Next, you can click the Save and Generate buttons in sequence to complete

We also briefly tried it, and the actual generation time is about 2 minutes.

Choose a snowflake image and make the following settings.

Turn pictures into videos with just one finger! Gen-2 motion brush is now available for free, netizens: The most powerful update in history

The effect is as follows:

Turn pictures into videos with just one finger! Gen-2 motion brush is now available for free, netizens: The most powerful update in history

I have to say that this movement is really atmospheric.

However, our subsequent testing found:

Currently this functionis only good at relatively slow movements, such as fire and clouds Drifting, smoke drifting, and characters slowly raising their heads are still a bit difficult to achieve if you want to achieve the kitten flicking its tail scene.

Turn pictures into videos with just one finger! Gen-2 motion brush is now available for free, netizens: The most powerful update in history

There are 3 major updates

In addition to the super fun sports brush above, Gen-2 has also launched 3 other large and small items. of updates.

One is the style preset.

According to Runway, controlling the generated effects involves not only movement but also style

Here, they take the lead in launching 26 video filters that can be selected without complicated prompts.

Turn pictures into videos with just one finger! Gen-2 motion brush is now available for free, netizens: The most powerful update in history

#Now you can directly use the template to create a video with the desired style and filter, without having to write a special prompt word to describe it. Whether it is animation, pixel, movie, punk, retro or 3D cartoon style, you can easily apply

Turn pictures into videos with just one finger! Gen-2 motion brush is now available for free, netizens: The most powerful update in history

The second one is the precise camera control in director mode.

Simply put, you can zoom in, zoom out, pan left and right, pan up and down of the video screen to one decimal place, and easily make the video It looks like it has a large texture.

It is particularly worth mentioning that this function can be used in conjunction with the motion brush:

First make the part of the painting move, and then move the camera like a director shooting a blockbuster to make the entire picture Move with different amplitudes

The following shows the effect of moving the camera to the left through 4 different amplitudes:

Turn pictures into videos with just one finger! Gen-2 motion brush is now available for free, netizens: The most powerful update in history

Finally, the image The quality of the generation has been improved

What are the benefits? The answer is higher resolution, higher consistency and fidelity

Turn pictures into videos with just one finger! Gen-2 motion brush is now available for free, netizens: The most powerful update in history

Interested family members should hurry up and try it.

The above is the detailed content of Turn pictures into videos with just one 'finger'! Gen-2 motion brush is now available for free, netizens: The most powerful update in history. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to output a countdown in C language How to output a countdown in C language Apr 04, 2025 am 08:54 AM

How to output a countdown in C? Answer: Use loop statements. Steps: 1. Define the variable n and store the countdown number to output; 2. Use the while loop to continuously print n until n is less than 1; 3. In the loop body, print out the value of n; 4. At the end of the loop, subtract n by 1 to output the next smaller reciprocal.

What are the rules for function definition and call in C language? What are the rules for function definition and call in C language? Apr 03, 2025 pm 11:57 PM

A C language function consists of a parameter list, function body, return value type and function name. When a function is called, the parameters are copied to the function through the value transfer mechanism, and will not affect external variables. Pointer passes directly to the memory address, modifying the pointer will affect external variables. Function prototype declaration is used to inform the compiler of function signatures to avoid compilation errors. Stack space is used to store function local variables and parameters. Too much recursion or too much space can cause stack overflow.

How to play picture sequences smoothly with CSS animation? How to play picture sequences smoothly with CSS animation? Apr 04, 2025 pm 05:57 PM

How to achieve the playback of pictures like videos? Many times, we need to implement similar video player functions, but the playback content is a sequence of images. direct...

CS-Week 3 CS-Week 3 Apr 04, 2025 am 06:06 AM

Algorithms are the set of instructions to solve problems, and their execution speed and memory usage vary. In programming, many algorithms are based on data search and sorting. This article will introduce several data retrieval and sorting algorithms. Linear search assumes that there is an array [20,500,10,5,100,1,50] and needs to find the number 50. The linear search algorithm checks each element in the array one by one until the target value is found or the complete array is traversed. The algorithm flowchart is as follows: The pseudo-code for linear search is as follows: Check each element: If the target value is found: Return true Return false C language implementation: #include#includeintmain(void){i

Integers in C: a little history Integers in C: a little history Apr 04, 2025 am 06:09 AM

Integers are the most basic data type in programming and can be regarded as the cornerstone of programming. The job of a programmer is to give these numbers meanings. No matter how complex the software is, it ultimately comes down to integer operations, because the processor only understands integers. To represent negative numbers, we introduced two's complement; to represent decimal numbers, we created scientific notation, so there are floating-point numbers. But in the final analysis, everything is still inseparable from 0 and 1. A brief history of integers In C, int is almost the default type. Although the compiler may issue a warning, in many cases you can still write code like this: main(void){return0;} From a technical point of view, this is equivalent to the following code: intmain(void){return0;}

How to define the call declaration format of c language function How to define the call declaration format of c language function Apr 04, 2025 am 06:03 AM

C language functions include definitions, calls and declarations. Function definition specifies function name, parameters and return type, function body implements functions; function calls execute functions and provide parameters; function declarations inform the compiler of function type. Value pass is used for parameter pass, pay attention to the return type, maintain a consistent code style, and handle errors in functions. Mastering this knowledge can help write elegant, robust C code.

Zustand asynchronous operation: How to ensure the latest state obtained by useStore? Zustand asynchronous operation: How to ensure the latest state obtained by useStore? Apr 04, 2025 pm 02:09 PM

Data update problems in zustand asynchronous operations. When using the zustand state management library, you often encounter the problem of data updates that cause asynchronous operations to be untimely. �...

How to implement nesting effect of text annotations in Quill editor? How to implement nesting effect of text annotations in Quill editor? Apr 04, 2025 pm 05:21 PM

A solution to implement text annotation nesting in Quill Editor. When using Quill Editor for text annotation, we often need to use the Quill Editor to...

See all articles