Dreambooth class images

How do I provide an array of class images and a class prompt to dreambooth as well? I can’t seem to find a “class_images” parameter like there is an “instance_images” parameter.

You can provide a class prompt with the modelInput class_prompt. It will generate num_class_images (default: 100) images to avoid overfitting.

Unfortunately not possible at this time (in docker-diffusers-api) to submit your own class images. I should definitely support this, but everyone I know of has just been auto-generating the images until now, as above. Anyway, moving this to ‘feature requests’ so it’s on my radar :slight_smile: