You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'd like to know what setting to add to remove all nudity/ NSFW images.
I have included a parameter like so:
But it still creates NSFW images and blacks them out. I want it to not create it at all.
The text was updated successfully, but these errors were encountered: