fix
This commit is contained in:
@@ -158,9 +158,7 @@ class GenerationService:
|
||||
|
||||
Rules:
|
||||
- Integrate the character's appearance naturally into the scene description.
|
||||
- Focus on lighting, texture, and composition (e.g. "cinematic lighting", "8k resolution").
|
||||
- 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.
|
||||
- Focus on lighting, texture, and composition.
|
||||
"""
|
||||
if generation.linked_character_id is not None:
|
||||
char_info = await self.dao.chars.get_character(generation.linked_character_id, with_image_data=True)
|
||||
|
||||
Reference in New Issue
Block a user