fix arg for hypernetwork train api
This commit is contained in:
parent
ea9bd9fc74
commit
33947a3c66
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ class Api:
|
|||
if not apply_optimizations:
|
||||
sd_hijack.undo_optimizations()
|
||||
try:
|
||||
hypernetwork, filename = train_hypernetwork(*args)
|
||||
hypernetwork, filename = train_hypernetwork(**args)
|
||||
except Exception as e:
|
||||
error = e
|
||||
finally:
|
||||
|
|
Loading…
Reference in a new issue