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