update doc
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user