mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-29 02:31:16 +00:00
Update forge_ipadapter.py
This commit is contained in:
@@ -44,8 +44,8 @@ class IPAdapterPatcher(ControlModelPatcher):
|
|||||||
noise=None,
|
noise=None,
|
||||||
embeds=None,
|
embeds=None,
|
||||||
attn_mask=None,
|
attn_mask=None,
|
||||||
start_at=0.0,
|
start_at=self.start_percent,
|
||||||
end_at=1.0,
|
end_at=self.end_percent,
|
||||||
unfold_batch=False,
|
unfold_batch=False,
|
||||||
insightface=None,
|
insightface=None,
|
||||||
faceid_v2=False,
|
faceid_v2=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user