Merge pull request #37 from AUTOMATIC1111/master

sync forks
This commit is contained in:
Vladimir Mandic
2023-02-19 10:11:25 -05:00
committed by GitHub
27 changed files with 301 additions and 77 deletions
+1 -1
View File
@@ -510,7 +510,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: