--- library_name: nobg tags: - birefnet - model_hub_mixin - nobg - pytorch_model_hub_mixin ---

This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration. Library: [nobg](https://github.com/feyninc/nobg) ## how to load ``` pip install nobg ``` use the AutoModel class ```python from nobg import AutoModel model = AutoModel.from_pretrained("nobg/BiRefNet") ``` or you can use the model class directly ```python from nobg import BiRefNet model = BiRefNet.from_pretrained("nobg/BiRefNet") ``` ## Contributions Any contributions are welcome at https://github.com/feyninc/nobg