Jim Liu 宝玉
5acef7151b
feat: add batch parallel image generation and provider-level throttling
...
- Add --batchfile and --jobs flags for multi-image parallel generation
with per-provider concurrency control and rate limiting
- Refactor main.ts into prepareSingleTask/prepareBatchTasks/runBatchTasks
with worker pool pattern and up to 3 retries per image
- Fix Replicate provider: use image_input array (nano-banana-pro schema),
add match_input_image aspect ratio, add quality-to-resolution mapping
- Improve OpenAI error message for missing API key (Codex auth hint)
- Expand non-retryable error detection (4xx codes, disabled models)
- Add batch config to EXTEND.md schema (max_workers, provider_limits)
- Add build-batch.ts for article-illustrator batch workflow integration
- Add image-language awareness pass to baoyu-translate
Co-authored-by: 敖氏 <aoshi@MacBook-Air.local >
2026-03-09 00:07:45 -05:00
jeff.zhao
7dfa2b6e6c
feat(baoyu-image-gen): support OpenAI chat completions endpoint for image generation
...
Add OPENAI_IMAGE_USE_CHAT env var (true|false) to route image generation
through /chat/completions instead of /images/generations. Extracts base64
image data URLs from the chat response, enabling compatibility with
OpenAI-compatible providers that return images via chat API.
2026-02-28 14:46:05 +08:00
justnodejs
65a561e654
feat(baoyu-image-gen): add replicate provider
2026-02-24 19:12:36 +08:00
Jim Liu 宝玉
86a84739e8
feat(baoyu-image-gen): add OpenAI GPT Image edits support for reference images
...
- Support --ref with OpenAI GPT Image models (gpt-image-1.5)
- Auto-select Google or OpenAI when --ref provided
- Change ref-related warnings to explicit errors with fix hints
- Add reference image validation before generation
- Improve retry logic to skip non-retryable errors
2026-02-06 16:06:58 -06:00
史提芬达
24a17709a8
add EXTEND.md configuration support
2026-02-05 19:46:22 +08:00
jianzhang50
907c8ab852
Adapting baoyu-image-gen to the Tongyi Text-to-Image Model
2026-01-28 09:04:57 +08:00
Jim Liu 宝玉
b15a95e73d
chore: release v1.19.0
2026-01-24 01:24:41 -06:00
Jim Liu 宝玉
07af3c4c21
chore: release v1.18.3
2026-01-23 21:08:11 -06:00
Jim Liu 宝玉
776afba5d8
chore: release v1.11.0
2026-01-21 10:16:12 -06:00