mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-03 06:47:23 +00:00
Update forge_ipadapter.py
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user