Compare commits
1 Commits
c0ef056e03
...
5169d48f76
Author | SHA1 | Date |
---|---|---|
|
5169d48f76 |
|
@ -34,5 +34,4 @@ headless = None
|
|||
log_level = 'error'
|
||||
fp_ui: Dict[str, bool] = {}
|
||||
camera_input_combobox = None
|
||||
webcam_preview_running = False
|
||||
opacity = 100
|
||||
webcam_preview_running = False
|
|
@ -1,3 +1,3 @@
|
|||
name = 'Deep Live Cam'
|
||||
version = '1.6.0'
|
||||
version = '1.5.0'
|
||||
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
|
||||
opencv-python==4.8.1.78
|
||||
cv2_enumerate_cameras==1.1.15
|
||||
onnx==1.16.0
|
||||
insightface==0.7.3
|
||||
psutil==5.9.8
|
||||
|
|
Loading…
Reference in New Issue