mirror of https://github.com/skygpu/skynet.git
OMG finally found the issue, missing comma on config attr list
parent
edc4924ef8
commit
737b937ec9
|
@ -139,6 +139,6 @@ CONFIG_ATTRS = [
|
|||
'height',
|
||||
'seed',
|
||||
'guidance',
|
||||
'strength'
|
||||
'strength',
|
||||
'upscaler'
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue