feat: 新增 fal.ai 协议识别、模型拉取与图片生成支持 - #121
Open
MuYi-YL wants to merge 2 commits into
Open
Conversation
MuYi-YL
force-pushed
the
feat/fal-ai-support
branch
from
June 24, 2026 08:10
f13984f to
5797306
Compare
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.
功能说明
新增 fal.ai 图片生成服务支持,并完善协议自动识别、模型拉取和图片生成调用流程。
主要改动
fal.ai Queue协议选项fal.ai、fal.runURL 或 provider ID 识别 fal 协议protocol: "fal"修改文件
main.pystatic/api-settings.htmlstatic/js/api-settings.js验证
python -m py_compile main.pynode --check static/js/api-settings.js说明
本次提交仅包含 fal.ai 接入及其相关的协议识别修复,不包含本地运行数据、依赖目录或其他无关功能改动。