排列提示允许您使用单个命令快速生成提示/imagine的变体。通过在提示中的,花括号内包含以逗号分隔的选项列表,您可以使用这些选项的不同组合创建多个版本的提示。{}
◆您可以使用 Permutation Prompts 创建涉及 Midjourney Prompt 任何部分的组合和排列,包括文本、图像提示、参数或提示权重。
◆排列提示仅适用于使用快速模式的Pro 订阅者。
排列提示基础
在大括号 {} 内分隔您的选项列表,以快速创建和处理多个提示变体。
提示示例:
/imagine prompt a {red, green, yellow} bird创建并处理三个作业。
/imagine prompt a red bird
/imagine prompt a green bird
/imagine prompt a yellow bird
◆纪要
◆Midjourney Bot 将每个 Permutation Prompt 变体作为一个单独的Job处理,每个 Job 消耗GPU 分钟。
◆创建超过五个作业的组合提示将在开始处理之前显示一条确认消息。
排列提示示例
提示文本变体
该提示/imagine prompt a naturalist illustration of a {pineapple, blueberry, rambutan, banana} bird将创建并处理四个作业:
菠萝鸟的博物学家插图
蓝莓鸟的博物学家插图
红毛丹鸟的博物学家插图
香蕉鸟的博物学家插图
提示参数变化
提示/imagine prompt a naturalist illustration of a fruit salad bird –ar {3:2, 1:1, 2:3, 1:2}将创建和处理四个具有不同纵横比的作业:
水果沙拉鸟的博物学家插图 –ar 3:2
水果沙拉鸟的博物学家插图 –ar 1:1
水果沙拉鸟的博物学家插图 –ar 2:3
水果沙拉鸟的博物学家插图 –ar 1:2
该提示将使用不同的 Midjourney模型版本/imagine prompt a naturalist illustration of a fruit salad bird –{v 5, niji, test}创建和处理三个作业:
水果沙拉鸟的博物学家插图 –v 5
水果沙拉鸟的自然主义插图 –niji
水果沙拉鸟的自然主义插图 –test
多重和嵌套排列
可以在单个提示中使用多组括号中的选项。
/imagine prompt a {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.
转义字符
如果你想在花括号内包含一个,不作为分隔符的a \,直接在它前面放置一个反斜杠。
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 个作业。