UI编辑器自动分图层切图标 #239
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
final
规则设计
在切分父节点的时候, 子节点用纯色填充.
艺术字, 图标背景, 作为图片
任何文字都要作为可编辑的文本从图片中去除.
拼好切: 彼此互不重叠的叶子节点在一次图片编辑中提取, 因为有大小和位置的变化, 需要视觉模型一次绑定.
错误恢复: 因为切图操作昂贵,上游负载等问题可能导致很长时间不可用, 需要把切图过程需要可以崩溃后继续.
转人工: 视觉模型验收+重做的步骤可以有限几次, 之后提供手动抠图?/手动绑定
lovart:

qwen-image-layered:


观察: lovart的效果要远好于qwen
观察: lovart告诉我它工具调用的参数原始prompt有对每个拆分部分的描述, 得到的结果也一一对应
原始参数:
以及不知hyw的 prompt分层结构
还有16层的上限
gpt image 2 edit:
效果好:
结合lovart的计费, 基本确定 它是 多次gptimage2 edit产出的, 不是什么专用的分层模型

手动尝试:
container
input:

prompt:
output:

位置大小有变化
children in a batch
input:

prompt:
output:

位置大小有变化
children in a batch 使用mask:
比较:
仍然无法精确保持位置
所以可能需要再一次读图来匹配
children in a batch , but give background and text requirement.
children across branch (拼好切) in a batch , but give background and text requirement.
效果不稳定, 感觉不如直接全描述切图

