Hacker News new | ask | show | jobs
by whatrocks 3174 days ago
I'd like to train this on color comic strips and then run something traditionally black and white like xkcd through it. Seems like it could make the colorization part of hand drawn animation much easier.
1 comments

You'll probably want something closer to a GAN like pix2pix - https://phillipi.github.io/pix2pix/

An example implementation would look something like edges2cats https://affinelayer.com/pixsrv/

edges2cats is already way too fun. Thank you for the link!