mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix bug in pngwriter
This commit is contained in:
parent
0173d3a8fc
commit
18597ad1d9
@ -73,6 +73,7 @@ class PngWriter:
|
|||||||
if upscaled:
|
if upscaled:
|
||||||
break
|
break
|
||||||
filename = f'{basecount:06}.{seed}.{series:02}.png'
|
filename = f'{basecount:06}.{seed}.{series:02}.png'
|
||||||
|
path = os.path.join(self.outdir, filename)
|
||||||
finished = not os.path.exists(path)
|
finished = not os.path.exists(path)
|
||||||
return os.path.join(self.outdir, filename)
|
return os.path.join(self.outdir, filename)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user