This model has been pushed to the Hub using the PytorchModelHubMixin integration:
How to load the model
wget https://raw.githubusercontent.com/SkyTNT/anime-segmentation/refs/heads/main/train.py
pip install pytorch_lightning kornia timm "huggingface_hub>=0.22"
from train import AnimeSegmentation
model = AnimeSegmentation.from_pretrained("skytnt/anime-seg")
- Downloads last month
- 57
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the HF Inference API does not support anime_segmentation models with pipeline type image-segmentation