mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2025-12-06 00:20:02 +01:00
Merge branch 'codex/extend-ui-to-invoke-process_directory' of https://github.com/Aaron-rpre/Deep-Live-Cam
This commit is contained in:
commit
d1f8945207
|
|
@ -212,14 +212,6 @@ def process_directory(directory_path: str) -> None:
|
|||
core.start()
|
||||
|
||||
|
||||
import os
|
||||
import shutil
|
||||
import modules.globals
|
||||
from modules.ui import update_status, destroy
|
||||
from modules.utilities import has_image_extension, is_image, is_video, create_temp, extract_frames, clean_temp, get_temp_frame_paths, detect_fps, create_video, restore_audio, move_temp
|
||||
from modules.processors.frame.core import get_frame_processors_modules
|
||||
|
||||
|
||||
def start() -> None:
|
||||
if not modules.globals.source_path or not os.path.exists(modules.globals.source_path):
|
||||
print("[DLC.CORE] Error: source path is not set or does not exist.")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user