mirror of
https://github.com/MackinationsAi/UDAV2-ControlNet.git
synced 2026-04-24 17:38:53 +00:00
Add files via upload
This commit is contained in:
12
run_image-depth_8bit.bat
Normal file
12
run_image-depth_8bit.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@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_image-depth_8bit.py
|
||||
Reference in New Issue
Block a user