File size: 263 Bytes
9754b95 |
1 2 3 4 5 6 7 8 9 10 11 |
@echo off
echo don't forget to run install bat and make sure that you have changed the paths in resizer_v4.py file
echo moreover set your thread count according to your CPU
call .\venv\Scripts\activate.bat
set CUDA_VISIBLE_DEVICES=0
python resizer_v4.py
pause
|