From c3b13360e05cf72e63a64a00d45b21036e42bbb6 Mon Sep 17 00:00:00 2001 From: xds Date: Fri, 6 Feb 2026 18:12:03 +0300 Subject: [PATCH] fix --- api/service/generation_service.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/service/generation_service.py b/api/service/generation_service.py index b15f947..93400d5 100644 --- a/api/service/generation_service.py +++ b/api/service/generation_service.py @@ -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)