Instructions to use shauray/ProPainter-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shauray/ProPainter-hf with Transformers:
# Load model directly from transformers import ProPainterForImageInPainting model = ProPainterForImageInPainting.from_pretrained("shauray/ProPainter-hf", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "do_resize": true, | |
| "image_processor_type": "ProPainterImageProcessor", | |
| "mask_dilation": 4, | |
| "resize_ratio": 1.0, | |
| "save_fps": 24, | |
| "scale_h": 1.0, | |
| "scale_w": 1.2 | |
| } | |