Compare commits
7 Commits
5169d48f76
...
c0ef056e03
Author | SHA1 | Date |
---|---|---|
|
c0ef056e03 | |
|
c39f6ac33b | |
|
5812ef3cc9 | |
|
b9aac85635 | |
|
75decc5838 | |
|
f38ebb485a | |
|
95742c8fd5 |
|
@ -34,4 +34,5 @@ headless = None
|
||||||
log_level = 'error'
|
log_level = 'error'
|
||||||
fp_ui: Dict[str, bool] = {}
|
fp_ui: Dict[str, bool] = {}
|
||||||
camera_input_combobox = None
|
camera_input_combobox = None
|
||||||
webcam_preview_running = False
|
webcam_preview_running = False
|
||||||
|
opacity = 100
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
name = 'Deep Live Cam'
|
name = 'Deep Live Cam'
|
||||||
version = '1.5.0'
|
version = '1.6.0'
|
||||||
edition = 'Portable'
|
edition = 'Portable'
|
||||||
|
|
814
modules/ui.py
814
modules/ui.py
File diff suppressed because it is too large
Load Diff
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
numpy>=1.23.5,<2
|
numpy>=1.23.5,<2
|
||||||
opencv-python==4.8.1.78
|
opencv-python==4.8.1.78
|
||||||
|
cv2_enumerate_cameras==1.1.15
|
||||||
onnx==1.16.0
|
onnx==1.16.0
|
||||||
insightface==0.7.3
|
insightface==0.7.3
|
||||||
psutil==5.9.8
|
psutil==5.9.8
|
||||||
|
|
Loading…
Reference in New Issue