fix
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user