sisr2onnx / install.bat
Zarxrax's picture
Upload 823 files
62dbcfb verified
raw
history blame
225 Bytes
@echo off
python -m venv venv
call venv\Scripts\activate
pip install -U torch torchvision --index-url https://download.pytorch.org/whl/cu128
pip install .
echo traiNNer-redux dependencies installed successfully!
pause