We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a124204 commit e895952Copy full SHA for e895952
examples/dreambooth/train_dreambooth.py
@@ -77,7 +77,7 @@ def parse_args():
77
type=int,
78
default=100,
79
help=(
80
- "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"
81
" sampled with class_prompt."
82
),
83
)
0 commit comments