We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195d840 commit be6c5d7Copy full SHA for be6c5d7
img2img.py
@@ -39,5 +39,5 @@ def process(ShouldSave, ShouldPreview = True):
39
imageName = "%d_%d" % (timestamp, i)
40
path = postprocessor.save_gdrive(image, imageName)
41
print("Saved to " + path)
42
- postprocessor.post_process(image, imageName)
+ postprocessor.post_process(image, imageName)
43
display("Iterations: %d/%d" % (i + 1, num_iterations), display_id="iterations")
0 commit comments