From e895952816dc4a9a04d1d82fb5f8bdee59341c06 Mon Sep 17 00:00:00 2001 From: spezialspezial <75758219+spezialspezial@users.noreply.github.com> Date: Tue, 11 Oct 2022 20:06:24 +0200 Subject: [PATCH] Eventually preserve this typo? :) (#804) --- examples/dreambooth/train_dreambooth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dreambooth/train_dreambooth.py b/examples/dreambooth/train_dreambooth.py index c3b875a5..fe4741d5 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." ), )