DreamBooth is a method to personalize text-to-image models like Stable Diffusion given just a few (3-5) images of a subject. It allows the model to generate contextualized images of the subject in different scenes, poses, and views.
The data format for DreamBooth training is simple. All you need is images of a concept (e.g. a person) and a concept token.
To train a dreambooth model, please select an appropriate model from the hub. When choosing a model from the hub, please make sure you select the correct image size compatible with the model.
Your concept token is prompt
in parameters section.