bajuwa / ComicCompiler

Scripts that help combine/splice webtoon images into a smaller collection of pages
GNU General Public License v3.0
15 stars 5 forks source link

Add configurations to allow the use of local CLI Waifu2x #99

Open bajuwa opened 4 years ago

bajuwa commented 4 years ago

Current options for local CLI waifu to try to support:

bajuwa commented 4 years ago

Testing with vulkan:

Q: test to see if it's quicker to run waifu on the original input images prior to compilation or the final compiled pages

A: With batch it's similar time, but batch has buggy behaviour for vulkan. With individual files the opening/closing of vulkan is time consuming and results it much more time needed for running on input images.

Q: try to find a good way to set up these configurations so it's the most reusable....

A: choosing 'working directory' and 'command string' with format seems to be reusable enough? though not particular user friendly