GGUF models for ToonOut

ToonOut is a fine-tuned variant of BiRefNet specialized for background removal in anime-style images. The weights in this repository are converted for lightweight inference on consumer hardware with vision.cpp.

Run

Example inference with vision.cpp:

CLI

vision-cli birefnet -m BiRefNet-ToonOut-F16.gguf -i input.png -o mask.png --composite comp.png

C++

image_data image      = image_load("input.png");
backend_device device = backend_init();
birefnet_model model  = birefnet_load_model("BiRefNet-ToonOut-F16.gguf", device);
image_data mask       = birefnet_compute(model, image);
image_save(mask, "mask.png");
Downloads last month
23
GGUF
Model size
0.2B params
Architecture
birefnet
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Acly/BiRefNet-toonout-GGUF

Finetuned
joelseytre/toonout
Quantized
(1)
this model