mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-09 06:45:09 +00:00
new line with print "generating sample images"
This commit is contained in:
@@ -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
|
if steps % args.sample_every_n_steps != 0 or epoch is not None: # steps is not divisible or end of epoch
|
||||||
return
|
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):
|
if not os.path.isfile(args.sample_prompts):
|
||||||
print(f"No prompt file / プロンプトファイルがありません: {args.sample_prompts}")
|
print(f"No prompt file / プロンプトファイルがありません: {args.sample_prompts}")
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user