tuna-agent 0.1.145 → 0.1.146
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -281,7 +281,8 @@ Return ONLY a JSON object, no markdown fences:
|
|
|
281
281
|
Rules:
|
|
282
282
|
- characters.name: a stable short uppercase label reused for this subject (e.g. "THE BISHOP", "U-94 SUBMARINE"). Max 4 words.
|
|
283
283
|
- Only RECURRING subjects worth a reference sheet. Skip one-off extras. Max 6.
|
|
284
|
-
- characters.description: ENGLISH only, factual, no camera/action words
|
|
284
|
+
- characters.description: ENGLISH only, factual, no camera/action words.
|
|
285
|
+
- DISTINCT FACES (CRITICAL): every character MUST have a HIGHLY UNIQUE facial structure, a distinct hairstyle, a specific body type and a clearly different age. NEVER reuse the same or a similar facial description for two characters — they must look completely different from one another.`,
|
|
285
286
|
},
|
|
286
287
|
];
|
|
287
288
|
for (const b64 of frames) {
|
|
@@ -319,7 +320,7 @@ Rules:
|
|
|
319
320
|
`[AESTHETIC & STYLE]\n${styleLine}\n` +
|
|
320
321
|
`[COMPOSITION & LAYOUT]\nCharacter Reference Sheet. Full-body side-by-side.\n` +
|
|
321
322
|
`[CHARACTER CAST LIST]\n${castList}\n` +
|
|
322
|
-
`[TECHNICAL SPECIFICATIONS]\nHigh detail, 8k resolution, consistent facial structures across all frames.`;
|
|
323
|
+
`[TECHNICAL SPECIFICATIONS]\nHigh detail, 8k resolution, consistent facial structures across all frames. Each character has a completely distinct face, hairstyle, body type and age — no two characters look alike.`;
|
|
323
324
|
}
|
|
324
325
|
return { video_summary, video_style, master_cast_prompt, characters };
|
|
325
326
|
}
|