-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Description
What API design would you like to have changed or added to the library? Why?
What happens when a not safe for work image is generated by Stable Diffusion when I am trying to use it to create class images? It returns a black image. I want to know how does this Image affect the training process. Are the black images used for training purposes or are they discarded?
What use case would this enable or better enable? Can you give us a code example?
If a NSFW image is generated by SD during Dreambooth training, auto discard the image and generate more images to ensure that the total number of images are kept constant. I would not want to see "Potential NSFW content was detected in one or more images. A black image will be returned instead. Try again with a different prompt and/or seed." when I am 94% in generating class images.
Also, I do not see why safety feature needs to be active for dreambooth. Shouldn't safety feature be default OFF?