From 0fe290556f7c563a9b03738010fa76c9aeb01a22 Mon Sep 17 00:00:00 2001 From: Wes McNamee Date: Thu, 29 Feb 2024 19:05:52 -0800 Subject: [PATCH] =?UTF-8?q?feat(context=5Futils):=20=E2=9C=A8=20add=20deno?= =?UTF-8?q?ise=20to=20context=20big?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit resolves #167 --- py/context_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py/context_utils.py b/py/context_utils.py index be76e3e..9183979 100644 --- a/py/context_utils.py +++ b/py/context_utils.py @@ -30,6 +30,7 @@ "text_neg_l": ("text_neg_l", "STRING", "TEXT_NEG_L"), "mask": ("mask", "MASK", "MASK"), "control_net": ("control_net", "CONTROL_NET", "CONTROL_NET"), + "denoise": ("denoise", "FLOAT", "DENOISE"), } force_input_types = ["INT", "STRING", "FLOAT"]