mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-07-06 21:08:57 +08:00
Update forge_ipadapter.py
This commit is contained in:
parent
052bf2ebd8
commit
586bd9cd8d
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user