Instructions to use microsoft/renderformer-v1.1-swin-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- RenderFormer
How to use microsoft/renderformer-v1.1-swin-large with RenderFormer:
# Install from https://github.com/microsoft/renderformer from renderformer import RenderFormerRenderingPipeline pipeline = RenderFormerRenderingPipeline.from_pretrained("microsoft/renderformer-v1.1-swin-large") - Notebooks
- Google Colab
- Kaggle
Update README.md
#4
by bsnelling - opened
README.md
CHANGED
|
@@ -24,4 +24,7 @@ If you find our repository useful, please cite our paper in your work:
|
|
| 24 |
booktitle = {ACM SIGGRAPH 2025 Conference Papers},
|
| 25 |
year = {2025}
|
| 26 |
}
|
| 27 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
booktitle = {ACM SIGGRAPH 2025 Conference Papers},
|
| 25 |
year = {2025}
|
| 26 |
}
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
+
## Data Summary
|
| 30 |
+
https://huggingface.co/microsoft/renderformer-v1.1-swin-large/blob/main/data_summary_card.md
|