Update forge_ipadapter.py

This commit is contained in:
lllyasviel
2024-01-29 20:26:55 -08:00
parent 052bf2ebd8
commit 586bd9cd8d

View File

@@ -44,8 +44,8 @@ class IPAdapterPatcher(ControlModelPatcher):
noise=None,
embeds=None,
attn_mask=None,
start_at=0.0,
end_at=1.0,
start_at=self.start_percent,
end_at=self.end_percent,
unfold_batch=False,
insightface=None,
faceid_v2=False,