looks like specifying input_type of string made negative prompt mandatory
This commit is contained in:
parent
9a5b106bcc
commit
6b9e802175
@ -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