add infotext to control tab

This commit is contained in:
Vladimir Mandic
2024-05-13 09:34:58 -04:00
parent 74687dbc44
commit 5bc135630f
3 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -324,7 +324,7 @@ class StableDiffusionProcessingImg2Img(StableDiffusionProcessing):
if self.image_mask is not None:
self.ops.append('inpaint')
else:
elif hasattr(self, 'init_images') and self.init_images is not None:
self.ops.append('img2img')
crop_region = None