mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix bug in pngwriter
This commit is contained in:
@@ -73,6 +73,7 @@ class PngWriter:
|
||||
if upscaled:
|
||||
break
|
||||
filename = f'{basecount:06}.{seed}.{series:02}.png'
|
||||
path = os.path.join(self.outdir, filename)
|
||||
finished = not os.path.exists(path)
|
||||
return os.path.join(self.outdir, filename)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user