mirror of
https://github.com/lltcggie/waifu2x-caffe.git
synced 2025-06-26 05:32:47 +00:00
7 lines
79 B
Batchfile
7 lines
79 B
Batchfile
|
@echo off
|
||
|
|
||
|
cd "%~dp0"
|
||
|
|
||
|
set CUDA_VISIBLE_DEVICES=-1
|
||
|
start waifu2x-caffe-gui.exe
|