From 6332a70c47b4a3e4abbd9ca31d88acc58062fecb Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Fri, 17 Nov 2023 00:28:29 -0500 Subject: [PATCH] more defaults fixes --- cogs/commands.py | 2 +- cogs/image_service_cog.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/commands.py b/cogs/commands.py index 61be910d..9bd42fef 100644 --- a/cogs/commands.py +++ b/cogs/commands.py @@ -966,7 +966,7 @@ async def draw_old(self, ctx: discord.ApplicationContext, prompt: str): name="quality", description="Image quality", required=False, - default="standard", + default="hd", autocomplete=Settings_autocompleter.get_dalle3_image_qualities, ) @discord.option( diff --git a/cogs/image_service_cog.py b/cogs/image_service_cog.py index abb572b9..bef79582 100644 --- a/cogs/image_service_cog.py +++ b/cogs/image_service_cog.py @@ -142,7 +142,7 @@ async def draw_action(self, ctx, message): message.content, quality="hd", image_size="1024x1024", - style="natural", + style="vivid", from_action=True, )