mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-26 09:18:59 +00:00
i
This commit is contained in:
@@ -73,7 +73,7 @@ def compute_controlnet_weighting(
|
||||
|
||||
cond_or_uncond = transformer_options['cond_or_uncond']
|
||||
sigmas = transformer_options['sigmas']
|
||||
cond_or_uncond_size = int(sigmas.shape[0])
|
||||
cond_mark = transformer_options['cond_mark']
|
||||
|
||||
if advanced_sigma_weighting is not None:
|
||||
advanced_sigma_weighting = advanced_sigma_weighting(sigmas)
|
||||
|
||||
Reference in New Issue
Block a user