How to use dummy9996/birefnet-bf16-all-models with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="dummy9996/birefnet-bf16-all-models")
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dummy9996/birefnet-bf16-all-models", dtype="auto")
All models are supported in ComfyUI since 0.21.0
BiRefNet Lite is not supported by ComfyUI, hence not included
-