mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
fix disable faceid
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Change Log for SD.Next
|
||||
|
||||
## Update for 2023-01-14
|
||||
## Update for 2023-01-15
|
||||
|
||||
Another release with a lot more functionality in new Control module and FaceID & IPAdapter modules
|
||||
Plus welcome additions to UI performance and accessibility and flexibility of deployment
|
||||
|
||||
@@ -179,10 +179,13 @@ class Script(scripts.Script):
|
||||
|
||||
# run generate
|
||||
images = []
|
||||
|
||||
ip_model.set_scale(scale)
|
||||
for _i in range(p.n_iter):
|
||||
res = ip_model.generate(**ip_model_dict)
|
||||
if isinstance(res, list):
|
||||
images += res
|
||||
ip_model.set_scale(0)
|
||||
|
||||
if not cache:
|
||||
ip_model = None
|
||||
|
||||
Reference in New Issue
Block a user