Astridkraft commited on
Commit
a2b99e3
·
verified ·
1 Parent(s): f1ee312

Update controlnet_module.py

Browse files
Files changed (1) hide show
  1. controlnet_module.py +1 -1
controlnet_module.py CHANGED
@@ -830,7 +830,7 @@ class ControlNetProcessor:
830
  needs_transform_back = True
831
  transform_offset = (crop_x1, crop_y1)
832
 
833
-
834
 
835
 
836
 
 
830
  needs_transform_back = True
831
  transform_offset = (crop_x1, crop_y1)
832
 
833
+ else: #use_crop_strategy=False (Bild <=512)
834
 
835
 
836