ComfyUI Node
Shima NSFW Checker
A ComfyUI node in Shima/System with 13 inputs and 7 outputs.
Shima NSFW Checker
- image
- UNGRADED_IMAGE
- CENSORED_IMAGE
- NO_BUG_IMAGE
- CENSOR_MASK
- NSFW_SCORE
- RATING_INFO
- IS_BLOCKED
◄rating_thresholdPG13►
◄preview_modemosaic►
◄rating_bugtrue►
◄block_nsfwfalse►
◄custom_threshold0.00►
◄body_partsall►
◄mosaic_block_size16►
◄blur_radius21►
◄bar_thickness60►
◄detection_confidence0.50►
◄rating_bug_positionbottom_right►
◄rating_bug_size160►
CategoryShima/System
Inputs (13)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| rating_threshold | COMBO | PG13 | 5 options: G, PG, PG13, R, X |
| preview_mode | COMBO | mosaic | 4 options: none, blur, black_bar, mosaic |
| rating_bug | BOOLEAN | true | — |
| block_nsfw | BOOLEAN | false | If True, outputs a black image on 'IMAGE' output when unsafe content is detected. |
| custom_thresholdopt | FLOAT | 0.000–1 | — |
| body_partsopt | COMBO | all | 4 options: breasts, genitals, buttocks, all |
| mosaic_block_sizeopt | INT | 164–64 | — |
| blur_radiusopt | INT | 215–51 | — |
| bar_thicknessopt | INT | 6020–200 | — |
| detection_confidenceopt | FLOAT | 0.500.1–1 | — |
| rating_bug_positionopt | COMBO | bottom_right | 4 options: top_left, top_right, bottom_left, bottom_right |
| rating_bug_sizeopt | INT | 16040–400 | — |
Outputs (7)
| Name | Type | Description |
|---|---|---|
| UNGRADED_IMAGE | IMAGE | Production Output: Returns original image if safe, black image if unsafe+blocked. |
| CENSORED_IMAGE | IMAGE | Preview Output: Always returns the image with censorship applied (for previewing what was detected). |
| NO_BUG_IMAGE | IMAGE | Censored image without the rating bug overlay. |
| CENSOR_MASK | MASK | Mask showing the censored regions. |
| NSFW_SCORE | FLOAT | Detected NSFW score (0.0 - 1.0). |
| RATING_INFO | STRING | Text summary of rating and detections. |
| IS_BLOCKED | BOOLEAN | True if the image was blocked due to safety settings. |