转载

Midjourney 高级提示-排列提示

排列提示允许您使用单个命令快速生成提示的变体。通过在提示中包含用逗号分隔的选项列表,可以在这些选项的不同组合中创建提示的多个版本。/imagine,{}

您可以使用排列提示创建涉及中途提示的任何部分的组合和排列,包括文本、图像提示、参数提示权重

排列提示仅适用于使用快速模式的专业订阅者


排列提示基础知识

将选项列表分隔在大括号 {} 中,以快速创建和处理多个提示变体。

提示示例:
创建并处理三个作业。/imagine prompta {red, green, yellow} bird

/imagine prompt a red bird
/imagine prompt a green bird
/imagine prompt a yellow bird


显卡分钟数

中途机器人将每个排列提示变体作为单个作业进行处理,每个作业消耗 GPU 分钟。

创建五个以上作业的组合提示将在开始处理之前显示确认消息。



排列提示示例

提示文本变体

提示将创建并处理四个作业:/imagine prompta naturalist illustration of a {pineapple, blueberry, rambutan, banana} bird

A midjourney generated image of a a pineapple bird

菠萝鸟的自然主义插图

A midjourney generated image of a blueberry bird

蓝莓鸟的自然主义插图

A midjourney generated image of a rambutan bird

红毛丹鸟的自然主义插图

A midjourney generated image of a banana bird

香蕉鸟的自然主义插图



提示参数变化

提示将创建和处理四个具有不同纵横比的作业:/imagine prompta naturalist illustration of a fruit salad bird --ar {3:2, 1:1, 2:3, 1:2}

A midjourney generated image of a fruit salad bird with a 3:2 aspect ratio

水果沙拉鸟的自然主义者插图 --AR 3:2

A midjourney generated image of a fruit salad bird with a 1:1 aspect ratio

水果沙拉鸟的自然主义者插图 --AR 1:1

A midjourney generated image of a fruit salad bird with a 2:3 aspect ratio

水果沙拉鸟的自然主义者插图 --AR 2:3

A midjourney generated image of a fruit salad bird with a 1:1 aspect ratio

水果沙拉鸟的自然主义者插图 --AR 1:2


The prompt will create and process three Jobs using different Midjourney Model Versions:/imagine prompta naturalist illustration of a fruit salad bird --{v 5, niji, test}

A midjourney generated image of a fruit salad bird using the v5 model

水果沙拉鸟的自然主义插图 --V 5

A midjourney generated image of a fruit salad bird using the niji model

水果沙拉鸟的自然主义插图--niji

A midjourney generated image of a fruit salad bird using the test model

水果沙拉鸟的自然主义插图--测试



多重和嵌套排列

可以在单个提示中使用多组括号选项。
创建和处理四个作业。/imagine prompta {red, green} bird in the {jungle, desert}

/imagine prompt a red bird in the jungle
/imagine prompt a red bird in the desert
/imagine prompt a green bird in the jungle
/imagine prompt a green bird in the desert


也可以在单个提示符内将括号选项集嵌套在其他括号内:

例:/imagine prompt A {sculpture, painting} of a {seagull {on a pier, on a beach}, poodle {on a sofa, in a truck}}.

/imagine prompt A sculpture of a seagull on a pier.
/imagine prompt A sculpture of a seagull on a beach.
/imagine prompt A sculpture of a poodle on a sofa.
/imagine prompt A sculpture of a poodle in a truck.
/imagine prompt A painting of a seagull on a pier.
/imagine prompt A painting of a seagull on a beach.
/imagine prompt A painting of a poodle on a sofa.
/imagine prompt A painting of a poodle in a truck.


转义字符

如果要在不充当分隔符的大括号中包含 ,请在其前面直接放置一个反斜杠。,\

imagine prompt {red, pastel, yellow} bird产生三个作业
/imagine prompt a red bird
/imagine prompt a pastel bird
/imagine prompt a yellow bird

imagine prompt {red, pastel \, yellow} bird生成两个作业
/imagine prompt a red bird
/imagine prompt a pastel, yellow bird

使用单个排列提示最多可以创建 40 个作业。