Spaces:
Running on Zero
Running on Zero
Update faceless_processing.py
Browse files- faceless_processing.py +2 -2
faceless_processing.py
CHANGED
|
@@ -135,7 +135,7 @@ class LineartConfig:
|
|
| 135 |
# --- Neural line-art parameters ---
|
| 136 |
lineart_detect_resolution: int = 1024
|
| 137 |
lineart_image_resolution: int = 1024
|
| 138 |
-
lineart_coarse: bool =
|
| 139 |
lineart_threshold: int = 65
|
| 140 |
|
| 141 |
# AJUSTE DE CABELO E CORPO: Diminuído para capturar fios e dobras de roupa.
|
|
@@ -145,7 +145,7 @@ class LineartConfig:
|
|
| 145 |
interior_erode_size: int = 1
|
| 146 |
|
| 147 |
# AJUSTE GERAL: Afinado para traços internos mais delicados.
|
| 148 |
-
interior_line_thickness: int =
|
| 149 |
|
| 150 |
|
| 151 |
|
|
|
|
| 135 |
# --- Neural line-art parameters ---
|
| 136 |
lineart_detect_resolution: int = 1024
|
| 137 |
lineart_image_resolution: int = 1024
|
| 138 |
+
lineart_coarse: bool = True
|
| 139 |
lineart_threshold: int = 65
|
| 140 |
|
| 141 |
# AJUSTE DE CABELO E CORPO: Diminuído para capturar fios e dobras de roupa.
|
|
|
|
| 145 |
interior_erode_size: int = 1
|
| 146 |
|
| 147 |
# AJUSTE GERAL: Afinado para traços internos mais delicados.
|
| 148 |
+
interior_line_thickness: int = 2
|
| 149 |
|
| 150 |
|
| 151 |
|