max iamges

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-17 12:35:43 +00:00
parent 62e55389f9
commit 8c1d933647
4 changed files with 31 additions and 11 deletions

View File

@@ -285,7 +285,7 @@ def process_image_generation_queue(self, image_ids: list, account_id: int = None
image_prompt_template = PromptRegistry.get_image_prompt_template(account)
except Exception as e:
logger.warning(f"Failed to get image prompt template: {e}, using fallback")
image_prompt_template = 'Create a high-quality {image_type} image for a blog post titled "{post_title}". Image prompt: {image_prompt}'
image_prompt_template = '{image_type} image for blog post titled "{post_title}": {image_prompt}'
# Get negative prompt for Runware (only needed for Runware provider)
negative_prompt = None