fix num_outpaint_steps

overmask_scale_mainframes
Georg Legato 2023-05-10 23:38:54 +02:00
parent 6abc11d3f8
commit cf3698de4a
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ class InfZoomer:
draw.rectangle([corner[0], corner[1], corner[0]+512, corner[1]+512], fill=0)
masked_images.append(white)
outpaint_steps=len(self.prompts)
outpaint_steps=self.C.num_outpainting_steps
for i in range(outpaint_steps):
print (f"Outpaint step: {str(i + 1)}/{str(outpaint_steps)} Seed: {str(self.current_seed)}")
currentImage = self.main_frames[-1]