This commit is contained in:
lvmin 2023-08-10 08:57:31 -07:00
parent 379193940b
commit df6ef9f3dc
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def get_previewer(device, latent_format):
for i, s in enumerate(x_sample):
flag = f'OpenCV Diffusion Preview {i}'
cv2.imshow(flag, s)
cv2.setWindowTitle(flag, f'Preview {i}, [{step}/{total_steps}]')
cv2.setWindowTitle(flag, f'Preview Image {i} [{step}/{total_steps}]')
cv2.setWindowProperty(flag, cv2.WND_PROP_TOPMOST, 1)
cv2.waitKey(1)