Skip to content

Commit

Permalink
Merge pull request #515 from yanhuifair/main
Browse files Browse the repository at this point in the history
new line with print "generating sample images"
  • Loading branch information
kohya-ss committed May 20, 2023
2 parents 5b54086 + c0c4d4d commit c971d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/train_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c971d93

Please sign in to comment.