diff --git a/examples/dreambooth/train_dreambooth.py b/examples/dreambooth/train_dreambooth.py index c3b875a5e95d..fe4741d5e2db 100644 --- a/examples/dreambooth/train_dreambooth.py +++ b/examples/dreambooth/train_dreambooth.py @@ -77,7 +77,7 @@ def parse_args(): type=int, default=100, help=( - "Minimal class images for prior perversation loss. If not have enough images, additional images will be" + "Minimal class images for prior preservation loss. If not have enough images, additional images will be" " sampled with class_prompt." ), )