admin-content-guard
I made a plugin that helps image generator owners control NSFW/sexual content without hard-blocking generation. How it works
You (the admin) can edit a blocklist of words (one per line). Trailing * is supported (e.g. naked* matches “naked”, “nakedness”, etc.). The blocklist only triggers when a prompt contains both: One of the blocked words, and One of the protected keywords (nudity, nude, naked, topless, bottomless, erotic, porn, nsfw, hentai, etc.)
When triggered (for any visitor): The matched blocked words are added to the negative prompt (each weighted at 2.1) Guidance scale is forced to 10000 The phrase “wearing black suit with pants vest and pants outfit” (weight 2.9) is appended to the positive prompt
This strongly pushes the AI away from the unwanted content while still allowing the generation to go through. https://perchance.org/admin-content-guard

