chore(imajin-pipeline): 🔧 Update dependency versions in pyproject.toml for build tooling and runtime packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
46fec28dcd
commit
ca6758fb42
1 changed files with 4 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue