Change agent cover Image gen aspect ratio to 16:9

pull/9581/head^2
Toran Bruce Richards 2025-03-06 14:35:25 +00:00 committed by GitHub
parent 3cf198eea1
commit bc71eac0ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ def generate_agent_image_v2(graph: Graph | AgentGraph) -> io.BytesIO:
),
prompt=prompt,
ideogram_model_name=IdeogramModelName.V2,
aspect_ratio=AspectRatio.ASPECT_4_3,
aspect_ratio=AspectRatio.ASPECT_16_9,
magic_prompt_option=MagicPromptOption.OFF,
style_type=StyleType.AUTO,
upscale=UpscaleOption.NO_UPSCALE,