Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add a filter so that images with nudity are not produced at all? #175

Open
gaurav-95 opened this issue Mar 14, 2023 · 0 comments
Open

Comments

@gaurav-95
Copy link

I'd like to know what setting to add to remove all nudity/ NSFW images.

I have included a parameter like so:

video_path = pipeline.walk(
                        [titles[i], titles[i]],
                        negative_prompt= ['Nudity'],
                        seeds = [42, 1337],
                        fps=bg_fps,                      # use 5 for testing, 25 or 30 for better quality
                        num_interpolation_steps=3,  # use 3-5 for testing, 30 or more for better results
                        height=bg_height,                 # use multiples of 64 if > 512. Multiples of 8 if < 512.
                        width=bg_width,                  # use multiples of 64 if > 512. Multiples of 8 if < 512.
                        num_inference_steps=50
                        )

But it still creates NSFW images and blacks them out. I want it to not create it at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant