Organise images into a single directory eg images/
For example, the following files:
from waifu2x import run
input_img_path = "foreground.png"
output_img_path = "foreground_actual.png"
run(input_img_path,output_img_path)Output can be found in output_images/
For example, the following files:



