looks like specifying input_type of string made negative prompt mandatory

This commit is contained in:
Luke Robles 2022-10-18 12:11:36 -07:00
parent 9537c60e4e
commit 08e8c45c1b

View File

@ -93,7 +93,6 @@ class ActualUtils(commands.Cog):
@option( @option(
"negative_prompt", "negative_prompt",
description="An options set of negatives you want to pass to stablediffusion", description="An options set of negatives you want to pass to stablediffusion",
input_type="str",
requred=False, requred=False,
) )
async def sd( async def sd(