From dc08934c0f193ba299ec6701df983590a051f179 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Tue, 18 Oct 2022 12:11:36 -0700 Subject: [PATCH] looks like specifying input_type of string made negative prompt mandatory --- app/cogs/actual_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/cogs/actual_utils.py b/app/cogs/actual_utils.py index 6ce17ff6..1300008c 100644 --- a/app/cogs/actual_utils.py +++ b/app/cogs/actual_utils.py @@ -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(