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

pull/4/head
Guillermo Rodriguez 2023-01-18 07:47:02 -03:00
parent edc4924ef8
commit 737b937ec9
No known key found for this signature in database
GPG Key ID: EC3AB66D5D83B392
1 changed files with 1 additions and 1 deletions

View File

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