Skip to content

Commit

Permalink
Changed image generation to use natural style
Browse files Browse the repository at this point in the history
  • Loading branch information
btfranklin committed Sep 3, 2024
1 parent eee5629 commit 38644d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def generate_image_from_description(*, llm_client, image_description, visual_sty
prompt=prompt,
size="1024x1024",
quality="hd",
style="natural",
n=1,
)

Expand Down

0 comments on commit 38644d1

Please sign in to comment.