This commit is contained in:
xds
2026-02-06 18:12:03 +03:00
parent 63292a1699
commit c3b13360e0

View File

@@ -158,9 +158,7 @@ class GenerationService:
Rules: Rules:
- Integrate the character's appearance naturally into the scene description. - Integrate the character's appearance naturally into the scene description.
- Focus on lighting, texture, and composition (e.g. "cinematic lighting", "8k resolution"). - Focus on lighting, texture, and composition.
- Replace generic terms like "clean girl outfit" with specific visual descriptions (e.g. "minimalist beige cashmere sweater").
- OUTPUT ONLY THE FINAL PROMPT TEXT. NO MARKDOWN.
""" """
if generation.linked_character_id is not None: if generation.linked_character_id is not None:
char_info = await self.dao.chars.get_character(generation.linked_character_id, with_image_data=True) char_info = await self.dao.chars.get_character(generation.linked_character_id, with_image_data=True)