Skip to main content

NoneBot2 一个模板绘图插件

Project description

NoneBotPluginLogo

NoneBotPluginText

nonebot-plugin-templates-draw

✨ NoneBot2 一个模板绘图插件 ✨

license pypi python

[!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__API_TYPE - api类型,可选 gemini, openai, doubao
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 看下方注释
TEMPLATES_DRAW__DOUBAO_API_URL https://ark.cn-beijing.volces.com/api/v3 豆包API地址
TEMPLATES_DRAW__GEMINI_MODEL doubao-seededit-3-0-i2i-250628 豆包绘图模型
TEMPLATES_DRAW__SEQUENTIAL_IMAGE_GENERATION 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

{
  "modalities": [
    "image",
    "text"
  ]
}

🎉 使用

指令表

指令 权限 需要@ 范围 说明
画图 群员 群聊 需要带图或回复图片或@某人
查看模板 群员 群聊 查看模板 或者 查看模板 <模板标识>
添加/删除模板 群员 群聊 格式:添加模板 <模板标识> <提示词>

鸣谢

感谢真寻以及真寻群友提供的灵感 感谢大橘以及大橘群友提供的灵感

:name

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nonebot_plugin_templates_draw-1.6.1.tar.gz (5.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nonebot_plugin_templates_draw-1.6.1-py3-none-any.whl (5.8 MB view details)

Uploaded Python 3

File details

Details for the file nonebot_plugin_templates_draw-1.6.1.tar.gz.

File metadata

File hashes

Hashes for nonebot_plugin_templates_draw-1.6.1.tar.gz
Algorithm Hash digest
SHA256 34e7db78b773bd94578d9a14b773a37c4c28b695e90bf7fb2e5a04adcdfe440e
MD5 f6ae26470b8f4d151ec22e6a4df83a62
BLAKE2b-256 07c89cde682db60243e3e3a50b70dafcf22534a715f15c2f9ef9f313bf2c7876

See more details on using hashes here.

File details

Details for the file nonebot_plugin_templates_draw-1.6.1-py3-none-any.whl.

File metadata

File hashes

Hashes for nonebot_plugin_templates_draw-1.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d39334f0a685b14580187997ac3d7fdf23c54b65361569990b640dc5c771ddc9
MD5 13f21734943b6ab539a1d26b66e8a23e
BLAKE2b-256 65a3cad080b2f10a86ded403ad6d96da807ccff4da9e1ee828c0368e49356110

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page