Changed to pyqtUI

Standardizing the UI from quickstart to github version
This commit is contained in:
Kenneth Estanislao
2026-05-15 16:33:27 +08:00
parent ed758eb693
commit 81a1986ef8
4 changed files with 1376 additions and 1416 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
name = 'Deep-Live-Cam'
version = '2.1.2'
version = '2.1.5'
edition = 'GitHub Edition'
+1374 -1410
View File
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -5,8 +5,7 @@ cv2_enumerate_cameras==1.1.15
onnx==1.18.0
insightface==0.7.3
psutil==5.9.8
tk==0.1.0
customtkinter==5.2.2
PySide6>=6.7,<7
pillow==12.1.1
tqdm>=4.65.0
onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64'
-3
View File
@@ -31,9 +31,6 @@ if sys.platform == "win32":
except (OSError, AttributeError):
pass
# Import the tkinter fix to patch the ScreenChanged error
import tkinter_fix
from modules import platform_info
platform_info.print_banner()