diff --git a/skynet/constants.py b/skynet/constants.py index cdd386d..1478269 100644 --- a/skynet/constants.py +++ b/skynet/constants.py @@ -139,6 +139,6 @@ CONFIG_ATTRS = [ 'height', 'seed', 'guidance', - 'strength' + 'strength', 'upscaler' ]