1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Eventually preserve this typo? :) (#804)

This commit is contained in:
spezialspezial
2022-10-11 20:06:24 +02:00
committed by GitHub
parent a124204490
commit e895952816

View File

@@ -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."
),
)