File size: 302 Bytes
343e5a8
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
@echo off

REM Activate the Conda environment
call conda activate img2img-turbo



REM Navigate to the project directory
cd /d D:\I+D\ia\img2img\img2img-turbo



REM Run the Python script
python flask_sketch2imagehd.py



REM Pause the script to keep the command prompt open in case of errors
pause