How to use nyu-visionx/webssl300m_decoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-to-image", model="nyu-visionx/webssl300m_decoder")
# Load model directly from transformers import AutoImageProcessor, AutoModelForPreTraining processor = AutoImageProcessor.from_pretrained("nyu-visionx/webssl300m_decoder") model = AutoModelForPreTraining.from_pretrained("nyu-visionx/webssl300m_decoder")
The community tab is the place to discuss and collaborate with the HF community!