Glossary

4.2 Image Guardrails

Implement content moderation for uploaded images: - NSFW detection using a pre-trained classifier (e.g., `Falconsai/nsfw_image_detection` or the `safety_checker` from Stable Diffusion). - Violence/gore detection. - Configurable strictness levels. - For generated image descriptions: - Verify descript

Learn More

Related Terms