排列提示
排列提示允许您使用单个 /imagine 命令快速生成提示的变体。 通过在提示中的大括号 {}
内包含以,
分隔的选项列表,您可以使用这些选项的不同组合创建多个版本的提示。
基础订阅者可以使用单个排列提示创建最多 4 个作业。
标准订阅者可以使用单个排列提示创建最多 10 个作业。
Pro 和 Mega 订阅者可以使用单个排列提示创建最多 40 个作业。
排列提示基础
将选项列表放在大括号 内以快速创建和处理多个提示变体。
提示示例:
/imagine prompt a {red, green, yellow} bird
创建并处理三个作业。
/imagine prompt a red bird
/imagine prompt a green bird
/imagine prompt a yellow bird
GPU 分钟数
Midjourney 机器人将每个排列提示变体作为单独的作业进行处理。 每个作业消耗 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}
将创建并处理四个具有不同长宽比的作业:
|
|
|
|
提示 /imagine prompt a naturalist illustration of a fruit salad bird --{v 5, niji, test}
将使用不同的 Midjourney 模型版本创建和处理三个作业:
|
|
|
多重和嵌套组合
可以在单个提示中使用多组括号内的选项。
**/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.
转义字符
如果要在不充当分隔符的大括号内包含 ,
,请直接在其前面放置一个反斜杠 \ 。
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