mirror of
https://github.com/openvinotoolkit/stable-diffusion-webui.git
synced 2024-12-14 22:53:25 +03:00
remove whitespace
This commit is contained in:
parent
7bc5739fe2
commit
cf70528bce
@ -51,7 +51,6 @@ class Script(scripts.Script):
|
|||||||
|
|
||||||
state.job = f"{batch_no} out of {batch_count}: {batch_images[0][1]}"
|
state.job = f"{batch_no} out of {batch_count}: {batch_images[0][1]}"
|
||||||
p.init_images = [x[0] for x in batch_images]
|
p.init_images = [x[0] for x in batch_images]
|
||||||
|
|
||||||
proc = process_images(p)
|
proc = process_images(p)
|
||||||
for image, (_, path) in zip(proc.images, batch_images):
|
for image, (_, path) in zip(proc.images, batch_images):
|
||||||
filename = os.path.basename(path)
|
filename = os.path.basename(path)
|
||||||
|
Loading…
Reference in New Issue
Block a user