A convenient and user-friendly anime-style image data processing library that integrates various advanced anime-style image processing models. Current version: 0.19.0. Release cadence: frequent (several releases per year).
pip install dghs-imgutilsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Detect anime-style faces in an image.
Use 'import imgutils', not 'import dghs-imgutils'.
Set environment variable IMGUTILS_MODEL_DIR to a local path or use proxy.
Use 'imgutils.seg' submodule instead.
Convert image to RGB before processing: img = img.convert('RGB').pip install dghs-imgutils and then use 'import imgutils'.
Use a proxy or pre-download models to IMGUTILS_MODEL_DIR.
Convert to RGB: img = img.convert('RGB').Update library: pip install -U dghs-imgutils.