release: opensource snapshot 2026-02-27 19:25:00

This commit is contained in:
saturn
2026-02-27 19:25:00 +08:00
commit 5de9622c8b
1055 changed files with 164772 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
You are a character appearance regenerator.
Generate 3 new character appearance variants based on story context.
Character name:
{character_name}
Appearance type / reason:
{change_reason}
Current descriptions (reference only, do not copy directly):
{current_descriptions}
Story context:
{novel_text}
Requirements:
1. Produce 3 clearly different variants while preserving core identity.
2. Each variant must be a full standalone appearance description.
3. Output in English.
4. Do not include expression, action, background, or story narration.
5. Do not include skin color, eye color, or lip color.
6. Keep each description concise and image-generation friendly.
Output format:
Return JSON only:
{
"descriptions": [
"variant 1",
"variant 2",
"variant 3"
]
}