From 490efdb5ca8cba006e3deb2ed574278fa47d0ac3 Mon Sep 17 00:00:00 2001 From: Dowon Date: Wed, 17 May 2023 10:10:14 +0900 Subject: [PATCH] Updated Settings (markdown) --- Settings.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Settings.md b/Settings.md index 738126a..1f07647 100644 --- a/Settings.md +++ b/Settings.md @@ -24,4 +24,13 @@ Only the specified scripts are applied to ADetailer. This option exists because ### Script names to apply to ADetailer -Scripts names to apply to ADetailer. You should write the name of the python file, not the name of the extension. \ No newline at end of file +Scripts names to apply to ADetailer. You should write the name of the python file, not the name of the extension. + +### Sort bounding boxes by + +Sort the bounding boxes. Only makes sense when used in conjunction with the `[SEP]` and `[SKIP]` features. + +- `None`: None +- `Position (left to right)`: Sort by the left x-coordinate of the bounding box +- `Position (center to edge)`: Sort by the center of the bounding box being closer to the center of the image +- `Area (large to small)`: Sort by area of bounding box (not area of mask)