img2img-turbo / run.cmd
Inmental's picture
Upload folder using huggingface_hub
343e5a8 verified
raw
history blame contribute delete
303 Bytes
@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 gradio_sketch2imagehd.py
REM Pause the script to keep the command prompt open in case of errors
pause