lllyasviel / style2paints

sketch + style = paints :art: (TOG2018/SIGGRAPH2018ASIA)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to add support for animation-making?

Little-Electria opened this issue · comments

I style2paint has already been an extraordinary tool in painting for animation-making (which has a lot of pictures to draw), especially when combined with cacani (which can generate in-between frames(中割/中间帧 ))
With this combination, It is even possible to make a animation in impasto(厚塗)!

V3 is a good tool for static image colouring;
Though, using it to colour for animation may be a little difficult...

So, is it possible to add the support for animation-making?

Well, this animation support is about the client(js)...
And the core and most difficult part of this project is about the server(py).

This is just a basic support, but it could be useful.

So, I think it may not be too difficult to code for this function.

The only problem is how to support the animation-making. Is about the GUI and need design. Yes?
Is there anyone who want to design the animation-colouring GUI?

If nobody want to do this, I may design it someday... Sooner or later.

I think that if you want to do this you will need a lot of compute power(for automatic make a new frame from previous frame's hint)

I think that if you want to do this you will need a lot of compute power(for automatic make a new frame from previous frame's hint)

well, maybe. I will check it out later.

The difference between static and animated is tremendous for an application like this. As it is now, there would be no consistency of color for each frame, even if selected from the same swatch. If it were simply added at this moment, the color would change frame be frame and "smear" frames would be atrocious. It would indeed need hinting of some kind, but that is a whole set of other issues.

Along the lines of

https://media.giphy.com/media/WtZxdRrNICDhTqRm2o/giphy.gif

The application also does clear memory after every new image, so after 6 it will error out