|
欢迎关注 @功夫熊 ,持续输出Midjourney干货
这次说下,一个用于提高出图效率的提示词用法。
排列式提示词:使用单个命令快速生成多条用于对比效果的提示词,进行出图。 将用于对比的参数用花括号{}框起来,花括号内包含不同参数以逗号进行分隔,构成选项列表。这样就可以使用这些选项的不同组合创建多个版本的提示词。
您可以使用这个方式创建涉及 Midjourney Prompt 任何部分的组合和排列,包括文本、图像提示、参数或提示权重。
听着有点拗口,继续往下看实例就行。
注:排列提示仅适用于使用快速模式的Pro 订阅者。
<hr/>排列提示基础
在花括号 {} 内分隔选项列表,以快速创建和处理多个提示变体。
提示示例
/imagine prompt a {red, green, yellow} bird创建并处理三个作业。
/imagine prompt a red bird
/imagine prompt a green bird
/imagine prompt a yellow bird
注意
Midjourney Bot 将每个提示词作为一个单独的任务处理,每个任务消耗GPU 分钟。
创建超过五个任务的组合命令将在开始处理之前显示一条确认消息。
<hr/>排列提示示例
文本排列
该提示/imagine prompt a naturalist illustration of a {pineapple, blueberry, rambutan, banana} bird将创建并处理四个作业:
菠萝鸟的博物学家插图
蓝莓鸟的博物学家插图
红毛丹鸟的博物学家插图
香蕉鸟的博物学家插图
<hr/>参数排列
提示/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
<hr/>多重和嵌套排列
可以在单个提示中使用多组括号中的选项。
/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.
<hr/>转义字符
如果你想在花括号内包含一个,不作为分隔符的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 个任务。
欢迎关注 @功夫熊 ,持续输出Midjourney干货 |
|