Image Segmentation
Transformers
Safetensors
background-removal
image-matting
BiRefNet
transparency
camouflage
text-preservation
illustration
rgba
custom_code
Instructions to use egeorcun/lucida with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use egeorcun/lucida with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="egeorcun/lucida", trust_remote_code=True)# Load model directly from transformers import AutoModelForImageSegmentation model = AutoModelForImageSegmentation.from_pretrained("egeorcun/lucida", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
v7: print-design/sticker category (fixes #2) — design 2x better than all measured rivals; overall now leads every model tested
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 884878856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f1aa6913426537d4b93dd5f7138ae5c6664e99abda98c95f3d5b9101283e7d5
|
| 3 |
size 884878856
|