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',
|
'height',
|
||||||
'seed',
|
'seed',
|
||||||
'guidance',
|
'guidance',
|
||||||
'strength'
|
'strength',
|
||||||
'upscaler'
|
'upscaler'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue