Astridkraft commited on
Commit
f388846
·
verified ·
1 Parent(s): 3f93994

Update controlnet_module.py

Browse files
Files changed (1) hide show
  1. controlnet_module.py +1 -1
controlnet_module.py CHANGED
@@ -606,7 +606,7 @@ class ControlNetProcessor:
606
  mask_array = cv2.dilate(mask_array, kernel_dilate, iterations=1)
607
 
608
 
609
- # 3. Weiche Übergänge mittlerer Blur für natürliche Übergänge
610
  mask_array = cv2.GaussianBlur(mask_array, (9, 9), 2.0)
611
 
612
  # 4. Gamma-Korrektur
 
606
  mask_array = cv2.dilate(mask_array, kernel_dilate, iterations=1)
607
 
608
 
609
+ # 3. Weiche Übergänge mittlerer Blur für natürliche Übergänge bei Composition
610
  mask_array = cv2.GaussianBlur(mask_array, (9, 9), 2.0)
611
 
612
  # 4. Gamma-Korrektur