Update app.py
Browse files
app.py
CHANGED
|
@@ -1521,11 +1521,6 @@ def img_to_image(image, prompt, neg_prompt, strength, steps, guidance_scale,
|
|
| 1521 |
print(f" 🎭 STANDARD-ANIME (balanciert):")
|
| 1522 |
print(f" UI={ui_strength:.2f}, t={t:.3f}")
|
| 1523 |
|
| 1524 |
-
# ===== 3. AUSGABE DER WERTE (für alle Fälle) =====
|
| 1525 |
-
print(f" Depth={depth_ratio*100:.0f}%, Canny={canny_ratio*100:.0f}%")
|
| 1526 |
-
print(f" ControlNet={controlnet_strength:.2f}")
|
| 1527 |
-
print(f" Denoising={adj_strength:.2f}")
|
| 1528 |
-
|
| 1529 |
|
| 1530 |
elif any(keyword in prompt_lower for keyword in drawing_keywords):
|
| 1531 |
# Weniger Denoising für anatomische Korrektheit (nicht getestet)
|
|
|
|
| 1521 |
print(f" 🎭 STANDARD-ANIME (balanciert):")
|
| 1522 |
print(f" UI={ui_strength:.2f}, t={t:.3f}")
|
| 1523 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1524 |
|
| 1525 |
elif any(keyword in prompt_lower for keyword in drawing_keywords):
|
| 1526 |
# Weniger Denoising für anatomische Korrektheit (nicht getestet)
|