NoneBot2 一个模板绘图插件
Project description
[!IMPORTANT] 收藏项目,你的每一个Star⭐都是作者更新的动力~️
📖 介绍
基于Gemini API 的模板绘图插件 前身是 nonebot-plugin-figurine 进行了全面升级
💿 安装
使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-templates-draw
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip
pip install nonebot-plugin-templates-draw
pdm
pdm add nonebot-plugin-templates-draw
poetry
poetry add nonebot-plugin-templates-draw
conda
conda install nonebot-plugin-templates-draw
打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入
plugins = ["nonebot_plugin_templates_draw"]
⚙️ 配置
在 nonebot2 项目的.env文件中添加下表中的必填配置
| 配置项 | 必填 | 默认值 | 说明 |
|---|---|---|---|
| TEMPLATES_DRAW__GEMINI_API_URL | 是 | - | 看下方注释 |
| TEMPLATES_DRAW__GEMINI_API_KEYS | 是 | ["xxxxxx"] | 需要付费key,填入你的多个API Key,例如 ['key1', 'key2', 'key3'] |
| TEMPLATES_DRAW__GEMINI_MODEL | 否 | gemini-2.5-flash-image-preview | Gemini 绘图模型 |
| TEMPLATES_DRAW__MAX_TOTAL_ATTEMPTS | 否 | 2 | 这一张图的最大尝试次数(包括首次尝试) |
| TEMPLATES_DRAW__SEND_FORWARD_MSG | 否 | True | 使用合并转发来发图,默认开启 |
| TEMPLATES_DRAW__GEMINI_PDF_JAILBREAK | 否 | False | 看下方注释 |
- Gemini API Url 默认为官方完整 Url
https://generativelanguage.googleapis.com/v1beta,可以替换为中转https://xxxxx.xxx/v1beta如果想使用 OpenAI 兼容层(不推荐),可以替换为https://generativelanguage.googleapis.com/v1beta/openai或者中转https://xxxxx.xxx/v1/chat/completions 默认使用了很长的文本破限词,如果破限效果不好或者花费太高可以自定义JAILBREAK_PROMPT放弃了JAILBREAK_PROMPT,使用请求模型JAILBREAK_MODEL上下文破限,默认为gemini-2.0-flash-lite- GEMINI_PDF_JAILBREAK 发送pdf略微绕开限制,默认关闭
推荐API
- https://openrouter.ai/
充值10刀即可每天调用1000次免费模型 - 由于Google改变了价格,不再有免费调用:https://ai.google.dev/gemini-api/docs/pricing?hl=zh-cn#gemini-2.5-flash-image-preview
- 1次调用不到4毛CNY,建议配合 插件管理系统 等设置阻塞、CD、次数
- 自建API:覆盖如下请求参数
{
"modalities": [
"image",
"text"
]
}
- 最新API:柏拉图AI
🎉 使用
指令表
| 指令 | 权限 | 需要@ | 范围 | 说明 |
|---|---|---|---|---|
| 画图 | 群员 | 否 | 群聊 | 需要带图或回复图片或@某人 |
| 查看模板 | 群员 | 否 | 群聊 | 查看模板 或者 查看模板 <模板标识> |
| 添加/删除模板 | 群员 | 是 | 群聊 | 格式:添加模板 <模板标识> <提示词> |
- 默认提示词已经写入config,不可修改,可以通过用户模板覆盖同名模板
鸣谢
感谢真寻以及真寻群友提供的灵感
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nonebot_plugin_templates_draw-1.5.4.tar.gz.
File metadata
- Download URL: nonebot_plugin_templates_draw-1.5.4.tar.gz
- Upload date:
- Size: 5.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e5cb4dfde65988714167cb3ea527018428fa7c983ba84bed8bf7d3ad420b58d
|
|
| MD5 |
6de9269454912bd6f4c78afd916f7a9e
|
|
| BLAKE2b-256 |
d9b3e1258f03cb71c8721485f00c11f31c94f03ad4d40032cb6b7d922f5d2b3a
|
File details
Details for the file nonebot_plugin_templates_draw-1.5.4-py3-none-any.whl.
File metadata
- Download URL: nonebot_plugin_templates_draw-1.5.4-py3-none-any.whl
- Upload date:
- Size: 5.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6db2d32263ccfd3ce67bc2adbb25349553cbcbbd54950954b078332a830ee36c
|
|
| MD5 |
b1778f275d9b49324e5a9550f85f3a7c
|
|
| BLAKE2b-256 |
6185949108255503a156947e48aa8d77b5c8018082f0848e044c5a2045da223e
|