Release/v0.14.3#417
Merged
Merged
Conversation
* feature/cli-generate-inputs * feature/cli-generate-inputs
* WIP Improve builder * Fix bugs and error handling related to PipeBatch and input requirements * fix inconsistencies * Improve flow * Better draft and polish flow * Cleanup builder * Cleanup remove old builder, replace by builder 2
* add blackbox models * Alternate OpenAI ImgGen worker to generate images with blackboxai * Use blackbox AI for image generation * enable models * Cleanup --------- Co-authored-by: Louis Choquel <louis@pipelex.com>
* When you pipelex validate a bundle path of a bundle present in the package (already loaded) it works. * Cleanup test file
thomashebrard
approved these changes
Oct 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
flux-pro,flux-pro/v1.1,flux-pro/v1.1-ultra(Black Forest Labs),fast-lightning-sdxl(ByteDance), andnano-banana(Google). Implemented using newopenai_alt_img_genSDK worker with chat completion-style API.claude-4.5-sonnet(Anthropic) via BlackBoxAI backend.all_blackboxaiprofile routes all supported model requests to BlackBoxAI backend.Changed
base_deck.toml:base-img-gen→flux-pro/v1.1-ultra,best-img-gen→nano-banana,llm_for_large_codebasenow includesclaude-4.5-sonnet.BLACKBOX_RULES.mdrenamed to.blackboxrules.Fixed
ImgGenJobParams.seedfield now explicitly defined withdefault=None.pipelex validatecommand now accepts bundle path (.plxfile) which are in the package and already loaded and performs dry run on all pipes in the bundle.