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

  • Log In
  • Sign Up

nyu-visionx
/
siglip2_decoder

Image-to-Image
Transformers
vit_mae
pretraining
Model card Files Files and versions
xet
Community
3

Instructions to use nyu-visionx/siglip2_decoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nyu-visionx/siglip2_decoder with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-to-image", model="nyu-visionx/siglip2_decoder")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForPreTraining
    
    processor = AutoImageProcessor.from_pretrained("nyu-visionx/siglip2_decoder")
    model = AutoModelForPreTraining.from_pretrained("nyu-visionx/siglip2_decoder")
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

higher resolution version siglip2_decoder

#3 opened about 1 month ago by
szlgallen

RAE repo fails when using google/siglip2-so400m-patch14-224 as encoder

3
#2 opened 3 months ago by
szlgallen
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs