From 6a4374678ed03febea4e9fd3ecedf1f2bbc91cf8 Mon Sep 17 00:00:00 2001 From: zyc <1439655764@qq.com> Date: Tue, 30 Jun 2026 14:25:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=92=E8=89=B2=E7=BD=91=E6=A0=BC?= =?UTF-8?q?=E5=8D=A1=E3=80=8C=E9=87=8D=E8=B7=91=E3=80=8D=E4=B9=9F=E5=8F=82?= =?UTF-8?q?=E8=80=83=E5=BD=93=E5=89=8D=E7=AB=8B=E7=BB=98(=E4=B8=8A?= =?UTF-8?q?=E8=BD=AE=E5=8F=AA=E6=94=B9=E4=BA=86=E8=AF=A6=E6=83=85=E5=BC=B9?= =?UTF-8?q?=E7=AA=97,=E6=BC=8F=E4=BA=86=E7=BD=91=E6=A0=BC=E5=8D=A1)(row42?= =?UTF-8?q?=20=E7=BB=AD)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 角色有两个重跑入口:详情弹窗 regenPortrait(上轮已传 ref)、网格卡「重跑」按钮(漏了)。 截图反馈点的正是网格卡那个,它直接 genBaseAsset 没传参考图 → 仍重抽随机人。 修:网格卡重跑 person 且有 adopted_asset 时传它作 reference → 后端 image_edit 保持人物一致。 seed 首次生成(无立绘)不传,正确。 Co-Authored-By: Claude Opus 4.8 --- core/frontend/src/routes/pipeline.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/src/routes/pipeline.tsx b/core/frontend/src/routes/pipeline.tsx index 0018979..a7d3f84 100644 --- a/core/frontend/src/routes/pipeline.tsx +++ b/core/frontend/src/routes/pipeline.tsx @@ -3132,7 +3132,7 @@ export function PipelinePage(props: { setAssetPromptDraft((m) => ({ ...m, [entity.key]: v }))} />
- +