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 98d2a0103a
commit dc08934c0f

View File

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