Add waifu2x-photo zsh function
This commit is contained in:
parent
984717a833
commit
53137f7a28
|
@ -50,3 +50,7 @@ function waifu2x() {
|
||||||
r.sbruder.de/waifu2x-converter-cpp \
|
r.sbruder.de/waifu2x-converter-cpp \
|
||||||
$@
|
$@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function waifu2x-photo() {
|
||||||
|
waifu2x --model-dir /usr/local/share/waifu2x-converter-cpp-photo $@
|
||||||
|
}
|
||||||
|
|
Reference in a new issue