mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
i
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import cv2
|
||||
def show_preview(flag, img, title=None):
|
||||
if title is None:
|
||||
title = flag
|
||||
cv2.imshow(flag, img)
|
||||
cv2.imshow(flag, img[:, :, ::-1].copy())
|
||||
cv2.setWindowTitle(flag, title)
|
||||
cv2.setWindowProperty(flag, cv2.WND_PROP_TOPMOST, 1)
|
||||
cv2.waitKey(1)
|
||||
|
||||
Reference in New Issue
Block a user