Merge pull request #515 from yanhuifair/main

new line with print "generating sample images"
This commit is contained in:
Kohya S
2023-05-21 08:39:22 +09:00
committed by GitHub

View File

@@ -3294,7 +3294,7 @@ def sample_images(
if steps % args.sample_every_n_steps != 0 or epoch is not None: # steps is not divisible or end of epoch
return
print(f"generating sample images at step / サンプル画像生成 ステップ: {steps}")
print(f"\ngenerating sample images at step / サンプル画像生成 ステップ: {steps}")
if not os.path.isfile(args.sample_prompts):
print(f"No prompt file / プロンプトファイルがありません: {args.sample_prompts}")
return