Skip to content

Settings

Dowon edited this page May 17, 2023 · 6 revisions

Commandline option

  • --ad-no-huggingface

Disable downloading models from huggingface.

Settings tap option

Max models

The total number of models you want to use, default = 2

Save mask preview

Save the prediction image of the detection model together in the image output path.

Save image before ADetailer

Save the image before ADetailer together in the image output path.

Apply only selected scripts to ADetailer

Only the specified scripts are applied to ADetailer. This option exists because some extensions cause errors when used with ADetailer.

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.

Sort bounding boxes by

Sort the bounding boxes. Only makes sense when used in conjunction with the [SEP] 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)
Clone this wiki locally