Skip to content

Commit e895952

Browse files
Eventually preserve this typo? :) (#804)
1 parent a124204 commit e895952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dreambooth/train_dreambooth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def parse_args():
7777
type=int,
7878
default=100,
7979
help=(
80-
"Minimal class images for prior perversation loss. If not have enough images, additional images will be"
80+
"Minimal class images for prior preservation loss. If not have enough images, additional images will be"
8181
" sampled with class_prompt."
8282
),
8383
)

0 commit comments

Comments
 (0)