Files
UDAV2-ControlNet/run_video-depth.bat
2024-06-30 23:05:05 -04:00

12 lines
277 B
Batchfile

@echo off
REM Get the directory of the currently executed script
set SCRIPT_DIR=%~dp0
REM Navigate to the script directory
cd /d "%SCRIPT_DIR%"
REM Activate the virtual environment
CALL venv\Scripts\activate
REM Run the conversion script
python run_video-depth.py