mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-06 22:03:59 -05:00
Change agent cover Image gen aspect ratio to 16:9
This commit is contained in:
committed by
GitHub
parent
3cf198eea1
commit
bc71eac0ec
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user