mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-29 07:39:09 +00:00
updated drivers tooltips
This commit is contained in:
parent
f57b5e9d04
commit
676e70f088
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE QtCreatorProject>
|
||||
<!-- Written by QtCreator 4.12.0, 2020-05-17T15:41:45. -->
|
||||
<!-- Written by QtCreator 4.12.0, 2020-05-17T16:15:14. -->
|
||||
<qtcreator>
|
||||
<data>
|
||||
<variable>EnvironmentId</variable>
|
||||
|
@ -270,7 +270,57 @@
|
||||
<item>
|
||||
<widget class="QComboBox" name="driverComboBox">
|
||||
<property name="toolTip">
|
||||
<string>Driver to use for upscaling. Waifu2x Caffe is only for Nvidia GPUs.</string>
|
||||
<string><p style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span style="font-size: 8pt;">Driver to use for
|
||||
upscaling. </span></p>
|
||||
<ul>
|
||||
<li style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span style="font-size: 8pt;">Waifu2X Caffe</span>
|
||||
<ul>
|
||||
<li style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span
|
||||
style="font-size: 8pt; font-weight: 600;">requires Nvidia GPU and CUDA/cuDNN</span></li>
|
||||
<li style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span style="font-size: 8pt;">Caffe
|
||||
implementation of waifu2x which is classic and stable</span></li>
|
||||
<li style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span style="font-size: 8pt;">Lots of models
|
||||
available</span></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span style="font-size: 8pt;">Waifu2X Converter
|
||||
CPP</span>
|
||||
<ul>
|
||||
<li style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span style="font-size: 8pt;">CPP
|
||||
implementation of waifu2x</span></li>
|
||||
<li style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span style="font-size: 8pt;">Uses OpenCL
|
||||
and OpenCV for graphical processing</span></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span style="font-size: 8pt;">Waifu2X NCNN
|
||||
Vulkan</span>
|
||||
<ul>
|
||||
<li style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span style="font-size: 8pt;">NCNN
|
||||
implementation of waifu2x</span></li>
|
||||
<li style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span style="font-size: 8pt;">Uses Vulkan
|
||||
API for graphical processing</span></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span style="font-size: 8pt;">SRMD NCNN
|
||||
Vulkan</span>
|
||||
<ul>
|
||||
<li style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span style="font-size: 8pt;">NCNN
|
||||
implementation of SRMD</span></li>
|
||||
<li style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span style="font-size: 8pt;">Uses Vulkan
|
||||
API for graphical processing</span></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span style="font-size: 8pt;">Anime4KCPP</span>
|
||||
<ul>
|
||||
<li style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span style="font-size: 8pt;">CPP
|
||||
implementation of Anime4K</span></li>
|
||||
<li style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span style="font-size: 8pt;">Very fast but
|
||||
low quality</span></li>
|
||||
<li style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"><span style="font-size: 8pt;">Multithreading
|
||||
is preferred</span></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul></string>
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
|
Loading…
Reference in New Issue
Block a user