looks like specifying input_type of string made negative prompt mandatory
This commit is contained in:
parent
9537c60e4e
commit
08e8c45c1b
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user