Update app.py
Browse files
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%
|