diff --git a/core/frontend/src/routes/ai-tools.tsx b/core/frontend/src/routes/ai-tools.tsx
index 745af1a..b2afc22 100644
--- a/core/frontend/src/routes/ai-tools.tsx
+++ b/core/frontend/src/routes/ai-tools.tsx
@@ -1417,10 +1417,13 @@ export function ImageWorkbenchPage({
{inLib ? "取消加入资产库" : "加入资产库"}
-
+ {/* row41:仅图片创作(mode=image)显示「加入模特库」;模特上身图/平台套图不显示 */}
+ {mode === "image" && (
+
+ )}