feat: 优化RMBG2.0图像处理性能,支持并行批量处理

This commit is contained in:
michaelbguo
2025-12-24 21:42:05 +08:00
parent bf53d3d869
commit f35631157a
5 changed files with 511 additions and 43 deletions
+1
View File
@@ -31,6 +31,7 @@ clap = { version = "4.5.51", features = ["derive"] }
modelscope = "0.1.0"
dirs = "6.0.0"
url = "2.5.7"
rayon = "1.10"
[features]
flash-attn=["candle-flash-attn"]