Update app.py
Browse files
app.py
CHANGED
|
@@ -1548,9 +1548,7 @@ def img_to_image(image, prompt, neg_prompt, strength, steps, guidance_scale,
|
|
| 1548 |
|
| 1549 |
|
| 1550 |
print(" 📸 Drawing-Modus: Mehr Strukturerhalt")
|
| 1551 |
-
|
| 1552 |
-
print(f" Depth: {depth_ratio*100}%, Canny: {canny_ratio*100}%")
|
| 1553 |
-
|
| 1554 |
|
| 1555 |
else: #Standard-Modus für alle Köpfe!
|
| 1556 |
print(" Standard-Modus für alle Köpfe")
|
|
@@ -1567,7 +1565,6 @@ def img_to_image(image, prompt, neg_prompt, strength, steps, guidance_scale,
|
|
| 1567 |
controlnet_strength * canny_ratio
|
| 1568 |
]
|
| 1569 |
|
| 1570 |
-
print(" 📸 Standard-Modus: Mehr Strukturerhalt")
|
| 1571 |
print(f" Strength: {adj_strength}, ControlNet: {controlnet_strength}")
|
| 1572 |
print(f" Depth: {depth_ratio*100}%, Canny: {canny_ratio*100}%")
|
| 1573 |
print(f" Conditioning Scale: [{conditioning_scale[0]:.3f}, {conditioning_scale[1]:.3f}]")
|
|
|
|
| 1548 |
|
| 1549 |
|
| 1550 |
print(" 📸 Drawing-Modus: Mehr Strukturerhalt")
|
| 1551 |
+
|
|
|
|
|
|
|
| 1552 |
|
| 1553 |
else: #Standard-Modus für alle Köpfe!
|
| 1554 |
print(" Standard-Modus für alle Köpfe")
|
|
|
|
| 1565 |
controlnet_strength * canny_ratio
|
| 1566 |
]
|
| 1567 |
|
|
|
|
| 1568 |
print(f" Strength: {adj_strength}, ControlNet: {controlnet_strength}")
|
| 1569 |
print(f" Depth: {depth_ratio*100}%, Canny: {canny_ratio*100}%")
|
| 1570 |
print(f" Conditioning Scale: [{conditioning_scale[0]:.3f}, {conditioning_scale[1]:.3f}]")
|