mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-30 19:21:50 +00:00
revert the message to how it was
This commit is contained in:
@@ -23,7 +23,9 @@ def process_batch(p, input_dir, output_dir, inpaint_mask_dir, args, to_scale=Fal
|
|||||||
if inpaint_mask_dir:
|
if inpaint_mask_dir:
|
||||||
inpaint_masks = shared.listfiles(inpaint_mask_dir)
|
inpaint_masks = shared.listfiles(inpaint_mask_dir)
|
||||||
is_inpaint_batch = bool(inpaint_masks)
|
is_inpaint_batch = bool(inpaint_masks)
|
||||||
print(f"\nInpaint batch is enabled. {len(inpaint_masks)} masks found.")
|
|
||||||
|
if is_inpaint_batch:
|
||||||
|
print(f"\nInpaint batch is enabled. {len(inpaint_masks)} masks found.")
|
||||||
|
|
||||||
print(f"Will process {len(images)} images, creating {p.n_iter * p.batch_size} new images for each.")
|
print(f"Will process {len(images)} images, creating {p.n_iter * p.batch_size} new images for each.")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user