fix typos

This commit is contained in:
Kohya S
2023-03-01 21:01:10 +09:00
parent 8abb8645ae
commit ed19a92bbe
5 changed files with 8 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ def train(args):
return
if cache_latents:
assert train_dataset_group.is_latent_cachable(), "when caching latents, either color_aug or random_crop cannot be used / latentをキャッシュするときはcolor_augとrandom_cropは使えません"
assert train_dataset_group.is_latent_cacheable(), "when caching latents, either color_aug or random_crop cannot be used / latentをキャッシュするときはcolor_augとrandom_cropは使えません"
# acceleratorを準備する
print("prepare accelerator")