
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
koishi-plugin-lmarena
Advanced tools
[<ruby>**使用 lmarena 绘画**<rp>(</rp><rt>点我查看效果预览图</rt><rp>)</rp></ruby>](https://i0.hdslb.com/bfs/openplatform/918ac2859b603fdeb74030a32c98cf4d2a19c8c8.png) 多功能 AI 图像处理插件,支持手办化、Coser化、Minecraft化等多种风格转换,并提供自定义提示词和多图融合功能
🎯 一键将图片转换为手办风格!
基于 LMArena Bridge API,支持多种 AI 绘图模型,让你的图片瞬间变成精美手办。
重要提示:这里以【flux-1-kontext-pro】模型为例。
需要有桌面环境和 Python 环境。
TampermonkeyScript/LMArenaApiBridge.js 文件中的所有代码复制并粘贴到编辑器中# 克隆项目
git clone https://github.com/Lianues/LMarenaBridge
cd LMarenaBridge
# 安装依赖
pip install -r requirements.txt
# 启动 API 服务器(保持运行)
python api_server.py
注意:这个项目必须先运行 python api_server.py 才能运行其他附属 py 文件。
python api_server.py。python model_updater.pypython id_updater.py(保持运行状态)id_updater.py 的 cmd 窗口python api_server.py。步骤一:查找模型 ID
available_models.json 文件{
"id": "43390b9c-cf16-4e4e-a1be-3355bb5b6d5e",
"publicName": "flux-1-kontext-pro",
"organization": "bfl",
"provider": "fal",
"capabilities": {
"inputCapabilities": {
"text": true,
"image": {
"multipleImages": false
}
},
"outputCapabilities": {
"image": {
"aspectRatios": [
"1:1"
]
}
}
}
}
id 值:43390b9c-cf16-4e4e-a1be-3355bb5b6d5e步骤二:处理 ID
把 id 后面加上一个 :image,变成:
43390b9c-cf16-4e4e-a1be-3355bb5b6d5e:image
步骤三:编辑 models.json
models.json 文件{
"gemini-2.5-pro": "e2d9d353-6dbe-4414-bf87-bd289d523726",
"gpt-5": "983bc566-b783-4d28-b24c-3c8b08eb1086",
"nano-banana": "e4e58f18-c04f-47cd-8d11-4b2ece7b617e:image"
}
{
"gemini-2.5-pro": "e2d9d353-6dbe-4414-bf87-bd289d523726",
"gpt-5": "983bc566-b783-4d28-b24c-3c8b08eb1086",
"nano-banana": "e4e58f18-c04f-47cd-8d11-4b2ece7b617e:image",
"flux-1-kontext-pro": "43390b9c-cf16-4e4e-a1be-3355bb5b6d5e:image"
}
注意:末尾有
:image的表示这是图像模型
python api_server.pyRequest Entity Too Large,可能就是因为遇到了 CF 验证,需要手动过验证A: 通常是图片格式问题,插件会自动处理 GIF 转换,请稍后重试。
A:
A:
FAQs
[<ruby>**使用 lmarena 绘画**<rp>(</rp><rt>点我查看效果预览图</rt><rp>)</rp></ruby>](https://i0.hdslb.com/bfs/openplatform/918ac2859b603fdeb74030a32c98cf4d2a19c8c8.png) 多功能 AI 图像处理插件,支持手办化、Coser化、Minecraft化等多种风格转换,并提供自定义提示词和多图融合功能
The npm package koishi-plugin-lmarena receives a total of 28 weekly downloads. As such, koishi-plugin-lmarena popularity was classified as not popular.
We found that koishi-plugin-lmarena demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.