Compare commits
1 Commits
c0ef056e03
...
5169d48f76
Author | SHA1 | Date |
---|---|---|
|
5169d48f76 |
|
@ -35,4 +35,3 @@ 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.6.0'
|
version = '1.5.0'
|
||||||
edition = 'Portable'
|
edition = 'Portable'
|
||||||
|
|
814
modules/ui.py
814
modules/ui.py
File diff suppressed because it is too large
Load Diff
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
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