NoNoNo

AI绘画可以通过排列组合

一键天生不同的图片

往下看,点亮新技能

干货|AI绘画若何一次性生成不合的图片

声明:本文中所有图片均是在天网AI平台利用Midjourney天生,天网AI供应海内领先的人工智能平台,平台已集成GPT4.0、Midjourney、Claude2、Stable Diffusion等几十种AI工具,目前已经有超100万+的在线用户,按图片下方指引,即可体验本平台:

01

#排列组合的根本操作

排列可以用单个/imagine的命令快速天生多种变体,通过在提示中用大括号{}包含逗号分隔的选项列表,可以创建具有不同选项组合的多个提示版本。

单个/imagine命令天生的狗狗

/imagine prompt a black dog

通过用大括号{}天生不同颜色的狗狗

/imagine prompt a {grey,black,brown,yellow}dog

将创建并处理这四个任务:

/imagine prompt a grey dog

/imagine prompt a black dog

/imagine prompt a brown dog

/imagine prompt a yellow dog

02

#参数排列组合

我们同样可以通过{}一次性天生不同参数的照片,例如我们想天生4个不同尺寸的图片

/imagine prompt a bird --ar{3:2, 1:1, 2:3, 1:2}

将创建并处理四个不同尺寸的任务:

/imagine prompt a bird --ar3:2

/imagine prompt a bird --ar1:1

/imagine prompt a bird --ar2:3

/imagine prompt a bird --ar1:2

03

#多重排列和字符

在单个提示中利用多组括号排列

/imagine prompt a {black, grey}dog on the {beach, ground}

将创建并处理四个任务:

/imagine prompt a black dog on the beach

/imagine prompt a black dog on the ground

/imagine prompt a grey dog on the beach

/imagine prompt a grey dog on the ground

如果想在大括号{}里用逗号,而不用于分隔符号,可以在逗号前加\反斜杠

/imagine prompt a {black, cat\ ,grey}dog

将创建并处理2个任务:

/imagine prompt a black dog

/imagine prompt a cat, grey dog

#THE END

这个{}大括号的基本用法

你码住了吗!