fix arg for hypernetwork train api
This commit is contained in:
parent
ea9bd9fc74
commit
33947a3c66
@ -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 New Issue
Block a user