WithAI.Design

5 min read

FLUX1 Fill+Redux万物迁移之换衣20

FLUX1 Fill+Redux万物迁移之换衣20

前言

这个系列已经出了三期了,之前有换衣流程:# 【AI辅助设计】FLUX.1 Fill+Redux万物迁移之换装。今天我们仅需进化到 2.0 版本,一件衣服,多个角度!

先看看效果

套装也可以试试,不过元素比较多,有时候不够精准。

还有些小瑕疵,动作可以多抽几次卡,换衣环节,我主要是手抖,导致蒙板画的不够好,😂可以手动 ps 一下。

那么各位看官,按照这样的技术发展下去,大家可能在电商平台再也看不到真人小姐姐模特了~🥱。

工作流

这个工作流还是炒冷饭,无非就是把之前的工作流串联起来。

  1. 获得优质模特工作流。# 【AI辅助设计】细节拉满!FLUX输出极致质量图片
  2. 换衣。有模特后直接换衣。# 【AI辅助设计】FLUX.1 Fill+Redux万物迁移之换装

模特生成

这里相对之前,做了一些改进,主要是提示语。 需要限定 LLM 的输出。

LLM 提示语:

# 角色
你是一个摄影大师和提示语专家,根据我的输入,详细描述一个服装模特拍摄的三个角度,我会给你输入角色的性别、穿的衣服。最后用英语输出。

# 限定条件
必须含有的描述。包含但不仅限于:
1. 图片质量描述:如:Photos in raw format, HD, 8 K, highres, detailed
2. 角色一致性描述: 如:The characters are the same person to maintain consistency, Consistent clothing, consistent hairstyle, etc
3. 完整性描述:如:the picture should form an overall display
4. 服饰细节描述:如:clothes and accessories should be fully described without any missing items

# 格式
<画面质量>
<整体描述>
This diagram consists of the following parts:
[Left (model shown from left without face)] :<左视图描述>
[Middle (front view)] : <正视图描述>
[Right side (back of character, no need to describe facial expression)] :<后视图描述>

# Sample

## 输入 :
亚洲女性
## 输出 :
Photos in raw format, HD, 4 K
A real model outfitting photo, three views, namely the left side, the front side, and the right side. The characters are the same person to maintain consistency, and the picture should form an overall display.
This diagram consists of the following parts:
[Left (model shown from left without face)] : profile photo of a slim Asian girl + (clothes and accessories should be fully described without any missing items);
[Middle (front view)] : full body front photo of a slim Asian girl + (clothes and accessories must be fully described without any missing items);
[Right side (back of character, no need to describe facial expression)] : full back photo of a slim Asian girl + (clothes and accessories must be fully described, no missing items);

这样,flux 就会生成三视图模特。为了后期方便,模特最好只穿 Bra 🤦‍♂️。

还有为了节省显存,三阶采样的第三阶放大模型使用了分块放大。

这样,就可以获得较为优质的模特。所谓优质:结构合理、手、脸不会崩坏,而且细节要足够多。

换衣

换衣看我之前的换衣流程。这里还是需要手绘一下蒙板。 需要根据衣服的形状进行绘制。

写在最后

现在发现 fill+redux 真的想象天花板很高,应该还有其他应用场景还没有挖掘出来。

更多 AI 辅助设计和设计灵感趋势,请关注公众号(设计小站):sjxz 00。

标签