update doc

This commit is contained in:
Tran Xen
2023-08-16 18:38:15 +02:00
parent 61fc9269ed
commit 50db415069
3 changed files with 45 additions and 1 deletions
@@ -50,7 +50,7 @@ def on_ui_settings() -> None:
"faceswaplab_nsfw_threshold",
shared.OptionInfo(
0.7,
"NSFW score threshold. Any image part with a score above this value will be treated as NSFW (use extension responsibly !)",
"NSFW score threshold. Any image part with a score above this value will be treated as NSFW (use extension responsibly !). 1=Disable filtering",
gr.Slider,
{"minimum": 0, "maximum": 1, "step": 0.01},
section=section,