9 lines
328 B
Plaintext
9 lines
328 B
Plaintext
# 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
|