AnimeBackgroundGAN-Hosoda (CartoonGAN by Chen et. al.)
![Mirai directed by Mamoru Hosoda](https://m.media-amazon.com/images/M/MV5BYjgxYjk4OTktZjU3Ni00YzE5LTkyMmItMzI4YzY1YTlhNDg2XkEyXkFqcGdeQXVyNzEyMDQ1MDA@._V1_.jpg)
- Mamoru Hosoda(細田守) pre-trained model from CartoonGAN
[Chen et al., CVPR18]
. - This model can transform real-life photos into Japanese-animation-like backgrounds, following the style of movies such as Wolf Children, with a distinct mild and cool background style.
- The implementation is in PyTorch (see source code here).
- Check out the demo here:
Other pre-trained model versions
The other versions were also trained from movies of the different Japanese animation directors.
Makoto Shinkai (新海誠)
- director of Kimi no Na wa with a photorealistic painting style
- Director Profile
- Model Repository: https://huggingface.co/akiyamasho/AnimeBackgroundGAN-Shinkai
Satoshi Kon(今敏)
- director of Paprika with a distinct high contrast, reddish hue style
- Director Profile
- Model Repository: https://huggingface.co/akiyamasho/AnimeBackgroundGAN-Kon
Hayao Miyazaki(宮崎駿)
- director of Howl's Moving Castle with a relatively soft and painterly style
- Director Profile
- Model Repository: https://huggingface.co/akiyamasho/AnimeBackgroundGAN-Miyazaki
Credits
- Paper at CartoonGAN: Generative Adversarial Networks for Photo Cartoonization
[Chen et al., CVPR18]
- Original PyTorch implementation was created by Yijun Li
- Spaces/Models re-packaging and implementation by Shō Akiyama.
Special Thanks
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The HF Inference API does not support image-to-image models for pytorch library.