Diffutoon is a toon shading approach. This approach is adept for rendering high-resoluton videos with rapid motion.
Directly render realistic videos in a flatten style. In this example, you can easily modify the parameters in the config dict. See diffutoon_toon_shading.py
. We also provide an example on Colab.
Diffutoon.mp4
This example supports video editing signals. See diffutoon_toon_shading_with_editing_signals.py
. The editing feature is also supported in the Colab example.
Diffutoon_edit.mp4
This example is provided for developers. If you don't want to use the config to manage parameters, you can see sd_toon_shading.py
to learn how to use it in native Python code.