排列提示允许您使用单个 /imagine 命令快速生成提示的变体。通过在提示中的大括号 {} 内包含以逗号分隔的选项列表,您可以使用这些选项的不同组合创建多个版本的提示。
您可以使用排列提示创建涉及中途提示任何部分的组合和排列,包括文本、图像提示、参数或提示权重。
排列提示仅适用于使用快速模式的Pro 订阅者。
排列提示基础
在大括号 {} 内分隔您的选项列表,以快速创建和处理多个提示变体。
提示示例:
/imagine 提示一只 {red, green, yellow} 鸟创建并处理三个作业。
纪要
Midjourney Bot 将每个 Permutation Prompt 变体作为一个单独的Job处理,每个 Job 消耗GPU 分钟。
创建超过五个作业的组合提示将在开始处理之前显示一条确认消息。
排列提示示例
提示文本变体
/imagine prompta naturalist illustration of a {pineapple, blueberry, rambutan, banana} bird
提示参数变化
提示 /imagine 提示水果沙拉鸟的博物学家插图 --ar {3:2, 1:1, 2:3, 1:2} 将创建和处理四个具有不同宽高比的作业:
提示 /imagine 提示水果沙拉鸟的自然主义插图 --{v 5, niji, test} 将使用不同的 Midjourney 模型版本创建和处理三个作业:
多重和嵌套排列
可以在单个提示中使用多组括号中的选项。
/imagine prompta {red, green} bird in the {jungle, desert}
/imagine prompta red bird in the jungle
/imagine prompta red bird in the desert
/imagine prompta green bird in the jungle
/imagine prompta green bird in the desert
也可以在单个提示中将括号内的选项集嵌套在其他括号内:
/imagine promptA {sculpture, painting} of a {seagull {on a pier, on a beach}, poodle {on a sofa, in a truck}}.
/imagine promptA sculpture of a seagull on a pier.
/imagine promptA sculpture of a seagull on a beach.
/imagine promptA sculpture of a poodle on a sofa.
/imagine promptA sculpture of a poodle in a truck.
/imagine promptA painting of a seagull on a pier.
/imagine promptA painting of a seagull on a beach.
/imagine promptA painting of a poodle on a sofa.
/imagine promptA painting of a poodle in a truck.
转义字符
如果你想在不作为分隔符的大括号内包含一个 , 在它前面直接放置一个反斜杠 。
imagine prompt{red, pastel, yellow} bird产生三个工作
/imagine prompta red bird
/imagine prompta pastel bird
/imagine prompta yellow bird
imagine prompt{red, pastel , yellow} bird产生两个工作
/imagine prompta red bird
/imagine prompta pastel, yellow bird
使用单个排列提示最多可以创建 40 个作业。