Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

LibreYOLO
/
LibreFeyNobgl-matte

Image Segmentation
BiRefNet
libreyolo
background-removal
matte
dichotomous-image-segmentation
feynobg
Model card Files Files and versions
xet
Community

Instructions to use LibreYOLO/LibreFeyNobgl-matte with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • BiRefNet

    How to use LibreYOLO/LibreFeyNobgl-matte with BiRefNet:

    # Option 1: use with transformers
    
    from transformers import AutoModelForImageSegmentation
    birefnet = AutoModelForImageSegmentation.from_pretrained("LibreYOLO/LibreFeyNobgl-matte", trust_remote_code=True)
    
    # Option 2: use with BiRefNet
    
    # Install from https://github.com/ZhengPeng7/BiRefNet
    
    from models.birefnet import BiRefNet
    model = BiRefNet.from_pretrained("LibreYOLO/LibreFeyNobgl-matte")
  • Notebooks
  • Google Colab
  • Kaggle
LibreFeyNobgl-matte
1.06 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Xuban's picture
Xuban
Initial upload: LibreFeyNobgl-matte (FeyNobg, Apache-2.0)
3eb80b8 verified 2 days ago
  • .gitattributes
    42 Bytes
    Initial upload: LibreFeyNobgl-matte (FeyNobg, Apache-2.0) 2 days ago
  • LICENSE
    11.5 kB
    Initial upload: LibreFeyNobgl-matte (FeyNobg, Apache-2.0) 2 days ago
  • LibreFeyNobgl-matte.pt
    1.06 GB
    xet
    Initial upload: LibreFeyNobgl-matte (FeyNobg, Apache-2.0) 2 days ago
  • NOTICE
    659 Bytes
    Initial upload: LibreFeyNobgl-matte (FeyNobg, Apache-2.0) 2 days ago
  • README.md
    1.73 kB
    Initial upload: LibreFeyNobgl-matte (FeyNobg, Apache-2.0) 2 days ago