From 15c49ca9a0f50d88b1900963872199ea53e5c4dd Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Date: Wed, 18 Jan 2023 07:37:58 -0300 Subject: [PATCH] Woops forgot to add new strength param to CONFIG_ATTRS list --- skynet/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/skynet/constants.py b/skynet/constants.py index 6d37325..cdd386d 100644 --- a/skynet/constants.py +++ b/skynet/constants.py @@ -139,5 +139,6 @@ CONFIG_ATTRS = [ 'height', 'seed', 'guidance', + 'strength' 'upscaler' ]