mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-11 08:00:32 +00:00
rm comment
This commit is contained in:
@@ -169,7 +169,7 @@ def apply_adaptive_masks(
|
||||
half_weighted_distance = settings.composite_difference_threshold * mask_scalar[i]
|
||||
else:
|
||||
half_weighted_distance = settings.composite_difference_threshold * mask_scalar[0]
|
||||
else: # len(mask_scalar.shape) == 3:
|
||||
else:
|
||||
half_weighted_distance = settings.composite_difference_threshold * mask_scalar
|
||||
|
||||
converted_mask = converted_mask / half_weighted_distance
|
||||
|
||||
Reference in New Issue
Block a user