This content demonstrates how to build a custom, automated workflow using a generative AI platform to create winter-themed marketing content for a business, specifically focusing on generating unique product images and videos.
Mind Map
点击展开
点击探索完整互动思维导图
Welcome to Runway Academy. Today we're
The winter season is fast approaching
and I need to get winter content ready
for my business. So, I'm going to build
a completely custom workflow to help me.
To access workflows, navigate to the
left sidebar, click on workflows, and
then new workflow. [music]
Let's start by right-clicking on the
canvas and adding a text node. Then
typing in what I want the workflow to achieve.
By using a JSON formatted output, it's
going to guarantee that each output from
the LLM is different and it will give us
a structure that we can extract the
information from later. This is going to
make a lot more sense in just a minute.
Now, let's write click and add an image
upload node. Then, I'll upload a picture
of my product.
Okay, now we need to pipe these inputs
into something that is going to convert
the idea into prompts. And for that,
we're going to add an LLM node which is
going to iterate and automate this
process for us. We'll connect the text
node to the text prompt input and the
image to the image one input and then
click run.
We now have three unique prompts that
feature our product, but we need to
build the image creation flow. Next,
let's add another text node, another LLM
node, and an image generation node. In
the text [music] node, let's write
extract the information from ID1 only
and output the text verbatim. [music]
Now, we're going to connect our text
node to the system prompt input of the
LLM node, which is serving as the system instructions.