feat: image edits/inpaiting 支持 replicate 的 flux remix #1986
Closed
Laisky wants to merge 12 commits intosongquanpeng:mainfrom
Closed
feat: image edits/inpaiting 支持 replicate 的 flux remix #1986Laisky wants to merge 12 commits intosongquanpeng:mainfrom
Laisky wants to merge 12 commits intosongquanpeng:mainfrom
Conversation
…eplicate-flux-inpainting
…h/replicate-flux-inpainting
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1986 +/- ##
========================================
+ Coverage 1.21% 1.57% +0.36%
========================================
Files 146 149 +3
Lines 12295 12644 +349
========================================
+ Hits 149 199 +50
- Misses 12132 12423 +291
- Partials 14 22 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Owner
|
可能跟我的合并顺序有关系,目前有些冲突 |
iceyarmu
pushed a commit
to iceyarmu/one-api
that referenced
this pull request
Nov 16, 2025
…and_yarn/electron/electron-35.7.5 chore(deps-dev): bump electron from 28.3.3 to 35.7.5 in /electron
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
功能说明
前端以统一的 OpenAI Image Edits 接口,后端同时支持 OpenAI dall-e-2 和 replicate 的 flux remix。
前提
该 PR 依赖于以前的两个 PR(本次提交中包含了这两个历史 PR)
自测