Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

p1atdev
/
MangaLineExtraction-hf

Image-to-Image
Transformers
Safetensors
mle
feature-extraction
lineart
custom_code
Model card Files Files and versions
xet
Community
2

Instructions to use p1atdev/MangaLineExtraction-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use p1atdev/MangaLineExtraction-hf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-to-image", model="p1atdev/MangaLineExtraction-hf", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("p1atdev/MangaLineExtraction-hf", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MangaLineExtraction-hf / images
328 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
p1atdev's picture
p1atdev
Upload 2 files
49d60fd verified about 2 years ago
  • .gitkeep
    0 Bytes
    Create images/.gitkeep about 2 years ago
  • line_image.png
    238 kB
    Upload 2 files about 2 years ago
  • sample.jpg
    90 kB
    Upload 2 files about 2 years ago