mirror of
https://github.com/MackinationsAi/UDAV2-ControlNet.git
synced 2026-04-26 18:38:53 +00:00
Add files via upload
This commit is contained in:
15
run_gradio.bat
Normal file
15
run_gradio.bat
Normal file
@@ -0,0 +1,15 @@
|
||||
git pull
|
||||
@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_gradio.py
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user