refactor: replace blackforest package with custom async BFL client
Implement bulkgen/providers/bfl.py with a fully async httpx-based client that supports all current and future BFL models (including flux-2-*). Remove the blackforest dependency and simplify the image provider by eliminating the asyncio.to_thread wrapper.
This commit is contained in:
parent
fd09d127f2
commit
cf73511876
5 changed files with 179 additions and 89 deletions
|
|
@ -5,7 +5,7 @@ description = "Bulk-Generate Images with Generative AI"
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"blackforest>=0.1.3",
|
||||
"httpx>=0.27.0",
|
||||
"mistralai>=1.0.0",
|
||||
"networkx>=3.6.1",
|
||||
"pydantic>=2.12.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue