[FEAT] scripts: cream-ground generation and BiRefNet cutout pipeline

This commit is contained in:
Twarner491
2026-06-08 12:00:36 -07:00
parent 68b216745e
commit 23fa8311f8
6 changed files with 711 additions and 21 deletions
+8
View File
@@ -0,0 +1,8 @@
# Image pipeline dependencies for avian/scripts/.
# pregen.py needs only Pillow (for reference downscaling); it degrades
# gracefully without it. cutout.py needs rembg + onnxruntime for the
# BiRefNet matting model. build_masks.py needs Pillow. verify.py is
# standard-library only.
Pillow>=10.0
rembg>=2.0.76
onnxruntime>=1.16