Update controlnet_module.py
Browse files- controlnet_module.py +1 -1
controlnet_module.py
CHANGED
|
@@ -1332,7 +1332,7 @@ class ControlNetProcessor:
|
|
| 1332 |
|
| 1333 |
# Fehlende Variablen für den else-Fall definieren
|
| 1334 |
if not use_crop_strategy:
|
| 1335 |
-
crop_size = "N/A"
|
| 1336 |
crop_x1 = crop_y1 = crop_x2 = crop_y2 = "N/A"
|
| 1337 |
|
| 1338 |
# Strukturierte Ausgabe
|
|
|
|
| 1332 |
|
| 1333 |
# Fehlende Variablen für den else-Fall definieren
|
| 1334 |
if not use_crop_strategy:
|
| 1335 |
+
crop_size = "N/A" # not available
|
| 1336 |
crop_x1 = crop_y1 = crop_x2 = crop_y2 = "N/A"
|
| 1337 |
|
| 1338 |
# Strukturierte Ausgabe
|