search
HomeTechnology peripheralsAIAI in use | AI created a life vlog of a girl living alone, which received tens of thousands of likes in 3 days

Machine Power Report

Editor: Yang Wen

The wave of artificial intelligence represented by large models and AIGC has quietly changed the way we live and work, but Most people still don't know how to use it.

Therefore, we have launched the "AI in Use" column to introduce the use of AI in detail through intuitive, interesting and concise artificial intelligence use cases and stimulate everyone's thinking.

We also welcome readers to submit innovative use cases that they have personally practiced.

AI在用 | AI制作独居女孩生活Vlog,3天狂揽上万点赞量

Video link: https://www.php.cn/link/001b8e3cf76f4e64cbe5be9882db4aa0

Recently, the life vlog of a girl living alone has become popular on Xiaohongshu.

An illustration-style animation, coupled with a few words of healing copy, can easily attract tens of thousands of likes in just a few days, and the number of fans will increase even more.

AI在用 | AI制作独居女孩生活Vlog,3天狂揽上万点赞量

In fact, AI can also do this kind of thing, and it’s easy to do, and it requires teaching and learning.

The tools used are all our "old acquaintances": Kimi, Jimeng and Cutting, all free, ready to use.

Next, let’s experience it ourselves.


-1-

Kimi generates script

To make this type of life Vlog, you must first have a script to describe each shot.

We asked our old friend Kimi to enter the prompt words:

Please help me write a Vlog of a girl’s day life, 5 storyboard scripts.

AI在用 | AI制作独居女孩生活Vlog,3天狂揽上万点赞量

Based on the above footage, let Kimi generate the corresponding AI painting prompt words.

AI在用 | AI制作独居女孩生活Vlog,3天狂揽上万点赞量


-2-

Immediately dreaming of generating healing pictures

With the script and related prompt words, the next step is to generate pictures.

In order to maintain consistency in the picture style and characters, we chose Jimeng’s “reference picture” function.

Jimeng link:

https://jimeng.jianying.com/ai-tool/home

Open Jimeng official website, click "Image Generation", import the reference image, and select "Character Image".

AI在用 | AI制作独居女孩生活Vlog,3天狂揽上万点赞量

Then copy the prompt words generated by Kimi to the input box, select the image model "Jimeng General v1.4", and the image ratio is 4:3. Soon, each Shot iDream will be able to generate 4 images.

AI在用 | AI制作独居女孩生活Vlog,3天狂揽上万点赞量

In order to make the picture more coherent and natural during post-editing, we can also generate several empty shot pictures, such as the alarm clock on the table, the doorstep of the home, etc.

AI在用 | AI制作独居女孩生活Vlog,3天狂揽上万点赞量

We selected a few pictures with quality and beauty.

If we want to make the picture move, we can also use the Tusheng video function of Vidu, Keling or Jimeng. (For details, please go to: Tested 7 "Sora-level" video generation artifacts. Who has the ability to ascend to the "Iron Throne"? )

Let's take Ke Ling as an example. Upload a picture of a girl sitting in front of the computer, enter the prompt word "girl typing on the keyboard", wait a minute or two, and Keling will generate a video.

The effect is as follows:

AI在用 | AI制作独居女孩生活Vlog,3天狂揽上万点赞量

Video link:https://www.php.cn/link/001b8e3cf76f4e64cbe5be9882db4aa0

However, during the video generation process, the screen is very easy to collapse, we can try a few more times, or You can keep the original image and add a few stickers directly during the video editing process.

-3-

Cut and splice video

Everything is ready, just need to cut the video.

We import all the pictures and videos generated above into the cut, and then drag these materials to the timeline in the order of the storyboard.

AI在用 | AI制作独居女孩生活Vlog,3天狂揽上万点赞量

In order to make the picture more vivid, we can add sound effects, stickers, etc. according to the content of the picture.

For example, if the alarm clock sounds on the first screen, we select "Sound Effect Material" in the "Audio" column, enter "Alarm Clock Tone", and select the sound effect you like to add to the timeline.

AI在用 | AI制作独居女孩生活Vlog,3天狂揽上万点赞量

We can also find the material of the kitten in the "Sticker" column and add it to the picture so that the shot will not be too monotonous.

AI在用 | AI制作独居女孩生活Vlog,3天狂揽上万点赞量

After the above operations are completed, export the video.

Let’s take a look at the effect:

AI在用 | AI制作独居女孩生活Vlog,3天狂揽上万点赞量

Video link: https://www.php.cn/link/001b8e3cf76f4e64cbe5be9882db4aa0

OK! That’s it for today’s AI mini-class, Goodbye!

Tool link——

Kimi link:

https://kimi.moonshot.cn/

Jimeng link:

https://jimeng.jianying.com/ ai-tool/home

Clip APP

We will bring more AI use cases in the future, and everyone is welcome to join the group to communicate.

AI在用 | AI制作独居女孩生活Vlog,3天狂揽上万点赞量

The above is the detailed content of AI in use | AI created a life vlog of a girl living alone, which received tens of thousands of likes in 3 days. For more information, please follow other related articles on the PHP Chinese website!

Statement
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
Laravel入门教程:从零开始学习最流行的PHP框架Laravel入门教程:从零开始学习最流行的PHP框架Aug 13, 2023 pm 01:21 PM

Laravel入门教程:从零开始学习最流行的PHP框架引言:Laravel是当前最流行的PHP框架之一,它易于上手、功能强大且拥有活跃的开发社区。本文将带您从零开始学习Laravel框架,并提供一些实例代码,帮助您更好地理解和掌握这个强大的工具。第一步:安装Laravel在开始之前,您需要在计算机上安装Laravel框架。最简单的方法是通过Composer进

VUE3入门实例:制作一个简单的图片裁剪器VUE3入门实例:制作一个简单的图片裁剪器Jun 15, 2023 pm 08:45 PM

Vue.js是一款流行的JavaScript前端框架,目前已经推出了最新的版本——Vue3,新版Vue在性能、体积以及开发体验上均有所提升,受到越来越多的开发者欢迎。本文将介绍如何使用Vue3制作一个简单的图片裁剪器。首先,我们需要创建一个Vue项目并安装所需的插件。可以使用VueCLI来创建项目,也可以手动搭建。这里我们以使用VueCLI的方式为例:#

从入门到精通:掌握go-zero框架从入门到精通:掌握go-zero框架Jun 23, 2023 am 11:37 AM

Go-zero是一款优秀的Go语言框架,它提供了一整套解决方案,包括RPC、缓存、定时任务等功能。事实上,使用go-zero建立一个高性能的服务非常简单,甚至可以在数小时内从入门到精通。本文旨在介绍使用go-zero框架构建高性能服务的过程,并帮助读者快速掌握该框架的核心概念。一、安装和配置在开始使用go-zero之前,我们需要安装它并配置一些必要的环境。1

快速入门:使用Go语言函数实现简单的数据可视化功能快速入门:使用Go语言函数实现简单的数据可视化功能Aug 02, 2023 pm 04:25 PM

快速入门:使用Go语言函数实现简单的数据可视化功能随着数据的快速增长和复杂性的提高,数据可视化成为了数据分析和数据表达的重要手段。在数据可视化中,我们需要使用合适的工具和技术来将数据转化为易读且易理解的图表或图形。Go语言作为一种高效且易于使用的编程语言,在数据科学领域也有着广泛的应用。本文将介绍如何使用Go语言函数来实现简单的数据可视化功能。我们将使用Go

如何快速入门Beego开发框架?如何快速入门Beego开发框架?Jun 22, 2023 am 09:15 AM

Beego是一个基于Go语言的开发框架,它提供了一套完整的Web开发工具链,包括路由、模板引擎、ORM等。如果你想快速入门Beego开发框架,以下是一些简单易懂的步骤和建议。第一步:安装Beego和Bee工具安装Beego和Bee工具是开始学习Beego的第一步。你可以在Beego官网上找到详细的安装步骤,也可以使用以下命令来安装:gogetgithub

PHP中的人脸识别入门指南PHP中的人脸识别入门指南Jun 11, 2023 am 09:16 AM

随着科技的不断发展,人脸识别技术也越来越得到了广泛的应用。而在Web开发领域中,PHP是一种被广泛采用的技术,因此PHP中的人脸识别技术也备受关注。本文将介绍PHP中的人脸识别入门指南,帮助初学者快速掌握这一领域。一、什么是人脸识别技术人脸识别技术是一种基于计算机视觉技术的生物特征识别技术,其主要应用领域包括安防、金融、电商等。人脸识别技术的核心就是对人脸进

Laravel 8:快速入门指南Laravel 8:快速入门指南Jun 20, 2023 am 09:37 AM

Laravel是一个流行的PHP框架,它提供了许多工具和功能,以使开发Web应用程序变得更加轻松和快速。Laravel8已经发布,它带来了许多新的功能和改进。在本文中,我们将学习如何快速入门Laravel8。安装Laravel8要安装Laravel8,您需要满足以下要求:PHP>=7.3MySQL>=5.6或MariaDB>=10.

PHP摄像头调用教程:快速入门指南PHP摄像头调用教程:快速入门指南Jul 29, 2023 pm 11:13 PM

PHP摄像头调用教程:快速入门指南引言:在当今的数字时代,摄像头成为了人们生活中不可或缺的设备之一。在Web开发中,如何通过PHP调用摄像头,实现视频流的显示和处理,成为了很多开发者关注的问题。本文将为大家介绍如何快速入门使用PHP来调用摄像头。一、环境准备要使用PHP调用摄像头,我们需要准备以下环境:PHP:确保已经安装了PHP,并且安装了相应的扩展库,如

See all articles

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

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor