From ca6758fb4207c869cde97dfc362b5a50efa9b36b Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 2 Feb 2026 21:10:42 -0800 Subject: [PATCH] =?UTF-8?q?chore(imajin-pipeline):=20=F0=9F=94=A7=20Update?= =?UTF-8?q?=20dependency=20versions=20in=20pyproject.toml=20for=20build=20?= =?UTF-8?q?tooling=20and=20runtime=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- orchestrators/imajin-pipeline/pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/orchestrators/imajin-pipeline/pyproject.toml b/orchestrators/imajin-pipeline/pyproject.toml index d800fb6b..6d1856d4 100644 --- a/orchestrators/imajin-pipeline/pyproject.toml +++ b/orchestrators/imajin-pipeline/pyproject.toml @@ -71,7 +71,10 @@ pulid = [ "onnxruntime-gpu>=1.15.0", # InsightFace GPU backend "model-boss-loaders[pulid]>=1.0.0", # PuLID loader ] -all = ["imajin-pipeline[quality,moderation,anatomy_fix,watermark_removal,controlnet,flux,pulid]"] +background_removal = [ + "rembg>=2.0.50", # U2Net-based background removal +] +all = ["imajin-pipeline[quality,moderation,anatomy_fix,watermark_removal,controlnet,flux,pulid,background_removal]"] dev = ["pytest>=7.0", "pytest-asyncio>=0.21", "mypy>=1.0"] [tool.hatch.build.targets.wheel]