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, )