mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-03-07 22:40:00 +00:00
Updated Settings (markdown)
11
Settings.md
11
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.
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user