
I got my start in AI on https://www.ostagram.me/ and reading "A Neural Algorithm of Artistic Style" by Gatys, Ecker & Bethge . Unfortunately, my favorite implementation is based on luatorch, and so I reimplemented it in pytorch as a ComfyUI node: https://github.com/cse84/ComfyUI-NeuralStyle .




I got my practical start in artificial intelligence gawking at images on https://www.ostagram.me/ and wondering how neural style transfer works in detail. After some digging I found "A Neural Algorithm of Artistic Style" by Gatys, Ecker & Bethge and an implementation of this algorithm by J.C. Johnson. Unfortunately, this implementation is based on old Torch , i.e. luatorch, and that is no longer maintained and really painful to install. I wanted to use it again and was forced to reimplement it myself, because the still working pytorch implementations didn't do everything I wanted. For ease of use, I wrapped it into a custom ComfyUI node and published it here: https://github.com/cse84/ComfyUI-NeuralStyle .




I got my practical start in artificial intelligence gawking at images on https://www.ostagram.me/ (formerly ostagram.ru) and wondering how neural style transfer works in detail. After some digging I found "A Neural Algorithm of Artistic Style" by Gatys, Ecker & Bethge and an implementation of this algorithm by J.C. Johnson. Unfortunately, this implementation is based on old Torch , i.e. luatorch, and that is no longer maintained and really painful to install. I wanted to use it again and was forced to reimplement it myself, because the still working pytorch implementations didn't do everything I wanted. For ease of use, I wrapped it into a custom ComfyUI node and published it here: https://github.com/cse84/ComfyUI-NeuralStyle . Please use it plenty and publish your results. Also, here is an animation of the optimization process and more examples:




Written by the author; Date 25.08.2026; © 2026 spinningsphinx.com