Instructions to use hustvl/vitmatte-small-distinctions-646 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hustvl/vitmatte-small-distinctions-646 with Transformers:
# Load model directly from transformers import AutoImageProcessor, VitMatteForImageMatting processor = AutoImageProcessor.from_pretrained("hustvl/vitmatte-small-distinctions-646") model = VitMatteForImageMatting.from_pretrained("hustvl/vitmatte-small-distinctions-646", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#2)
Browse files- Adding `safetensors` variant of this model (11a82cf49c566221520f371452b91c8ef9f9c8a8)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bbe217ec9d6945679b6191ccd071006a3975675326312df1ecb5518488049a8
|
| 3 |
+
size 103294572
|