mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-30 19:21:21 +00:00
predictor is a better name
This commit is contained in:
@@ -760,8 +760,8 @@ class IPAdapterApply:
|
||||
if attn_mask is not None:
|
||||
attn_mask = attn_mask.to(self.device)
|
||||
|
||||
sigma_start = model.model.prediction.percent_to_sigma(start_at)
|
||||
sigma_end = model.model.prediction.percent_to_sigma(end_at)
|
||||
sigma_start = model.model.predictor.percent_to_sigma(start_at)
|
||||
sigma_end = model.model.predictor.percent_to_sigma(end_at)
|
||||
|
||||
patch_kwargs = {
|
||||
"number": 0,
|
||||
|
||||
Reference in New Issue
Block a user