hokusai/hokusai/providers
Konstantin Fickel 770f408dad
All checks were successful
Continuous Integration / Build Package (push) Successful in 30s
Continuous Integration / Lint, Check & Test (push) Successful in 45s
feat: ensure image output format matches file extension
- Add hokusai/image.py with Pillow-based format detection and conversion
- Pass output_format to OpenAI gpt-image models and BFL API
- Convert mismatched images after provider writes (fallback for all providers)
- Handle RGBA-to-RGB flattening for JPEG targets
- Add Pillow dependency
2026-02-21 19:04:33 +01:00
..
__init__.py feat: add download target type for fetching files from URLs 2026-02-20 21:20:26 +01:00
bfl.py chore: rename bulkgen to hokusai 2026-02-20 17:08:12 +01:00
blackforest.py feat: ensure image output format matches file extension 2026-02-21 19:04:33 +01:00
mistral.py feat: add download target type for fetching files from URLs 2026-02-20 21:20:26 +01:00
models.py chore: rename bulkgen to hokusai 2026-02-20 17:08:12 +01:00
openai_image.py feat: ensure image output format matches file extension 2026-02-21 19:04:33 +01:00
openai_text.py feat: add download target type for fetching files from URLs 2026-02-20 21:20:26 +01:00
registry.py chore: rename bulkgen to hokusai 2026-02-20 17:08:12 +01:00