OMG finally found the issue, missing comma on config attr list

pull/25/head
Guillermo Rodriguez 2023-01-18 07:47:02 -03:00
parent f05b24b0e0
commit b32ddd9f9c
1 changed files with 1 additions and 1 deletions

View File

@ -139,6 +139,6 @@ CONFIG_ATTRS = [
'height',
'seed',
'guidance',
'strength'
'strength',
'upscaler'
]