Astridkraft commited on
Commit
10c14b4
·
verified ·
1 Parent(s): 959672d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1484,7 +1484,6 @@ def img_to_image(image, prompt, neg_prompt, strength, steps, guidance_scale,
1484
  print(f" UI={ui_strength:.2f}, t={t:.3f}")
1485
 
1486
  elif is_back_head:
1487
- # ===== ANIME-HINTERKOPF (NORMALE PROGRESSION) =====
1488
 
1489
  # DEPTH/CANNY: Standard-Anstieg
1490
  depth_ratio = 0.65 + 0.20 * smoothstep_normal(0.4, 0.9, ui_strength) # 65% → 85%
 
1484
  print(f" UI={ui_strength:.2f}, t={t:.3f}")
1485
 
1486
  elif is_back_head:
 
1487
 
1488
  # DEPTH/CANNY: Standard-Anstieg
1489
  depth_ratio = 0.65 + 0.20 * smoothstep_normal(0.4, 0.9, ui_strength) # 65% → 85%