Skip to content

百度文心AI画图插件 #442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Oct 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,26 @@ print("run[CQ:image,file="+j["img"]+"]")

- [x] 来份网易云热评

</details>
<details>
<summary>百度文心AI画图</summary>

`import _ "github.com/FloatTech/ZeroBot-Plugin/plugin/wenxinAI"`

- 基于百度文心的免费AI画图插件(因为是免费的,图片质量你懂的)

- key申请链接:https://wenxin.baidu.com/moduleApi/key

- [x] 为[自己/本群/QQ号/群+群号]设置AI画图key [API Key] [Secret Key]

- 例:“为10086设置AI画图key 123 456”;“为群10010设置AI画图key 789 101”

- [x] [bot名称]画几张[图片描述]的[图片类型][图片尺寸]

- 指令示例:

- 椛椛帮我画几张金凤凰,背景绚烂,高饱和,古风,仙境,高清,4K,古风的油画方图

</details>
<details>
<summary>月幕galgame图</summary>
Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ import (
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/translation" // 翻译
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/vtb_quotation" // vtb语录
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/wangyiyun" // 网易云音乐热评
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/wenxinAI" // 百度文心AI画图
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/word_count" // 聊天热词
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/wordle" // 猜单词
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/ymgal" // 月幕galgame
Expand Down
Loading