Instructions to use RenderFormer/renderformer-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RenderFormer/renderformer-v2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("RenderFormer/renderformer-v2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag and links to paper and project page
#1
by nielsr HF Staff - opened
This PR adds the missing pipeline_tag: other to the metadata so the model is categorized correctly on the Hub. It also adds direct links to the paper and the project page for better discoverability. No other changes are made to the existing card.