This commit is contained in:
Matthew Deville 2026-01-22 01:09:39 +01:00
parent 86e0dd734d
commit 75dd44f27a
3 changed files with 3 additions and 1 deletions

1
.envrc Normal file
View file

@ -0,0 +1 @@
use flake

1
.gitignore vendored
View file

@ -1 +1,2 @@
/target
.direnv

View file

@ -17,7 +17,7 @@ impl ModelInfo {
/// BiRefNet General Lite model
pub const BIREFNET_LITE: ModelInfo = ModelInfo {
name: "birefnet-general-lite",
url: "https://upload.wikimedia.org/wikipedia/commons/4/47/PNG_transparency_demonstration_1.png",
url: "https://github.com/danielgatis/rembg/releases/download/v0.0.0/BiRefNet-general-bb_swin_v1_tiny-epoch_232.onnx",
sha256: None, // We'll skip verification for now
input_size: (1024, 1024),
};