qq机器人
猫娘绘图机器人

关习习 13c0442d60 绘图模型添加model=2 пре 2 недеља
other 5d5c5f4233 first commit пре 4 месеци
.gitignore 5d5c5f4233 first commit пре 4 месеци
00006-2706383244.png 5d5c5f4233 first commit пре 4 месеци
README.md 9f573828cd 更新检测日志 пре 4 месеци
ai_pic.py 0097933aca 绘图模型添加model=2 пре 2 недеља
chat_model.py 8ad88c539a 小bug修复,更新groq检测 пре 3 недеља
check_stat.py 1577d54e47 Merge remote-tracking branch 'origin/master' пре 3 месеци
config.py 97ca8b6dcf config更改 пре 3 месеци
key.example.json 644a8cd80d 更新tts功能 пре 3 месеци
main.py 13c0442d60 绘图模型添加model=2 пре 2 недеља
maomao_api.json 5d5c5f4233 first commit пре 4 месеци
msg_send_save.py 644a8cd80d 更新tts功能 пре 3 месеци
p2p.json 5d5c5f4233 first commit пре 4 месеци
p2p_ll.json 0d98ad2b2b 绘图模型添加model=2 пре 2 недеља
pic_read.py 5d5c5f4233 first commit пре 4 месеци
requirements.txt 5d5c5f4233 first commit пре 4 месеци
restart.py 5d5c5f4233 first commit пре 4 месеци
special_date.py 5d5c5f4233 first commit пре 4 месеци
t2p_ll.json b582833058 绘图模型添加model=2 пре 2 недеља
tts.py 8ad88c539a 小bug修复,更新groq检测 пре 3 недеља
v50.json 5d5c5f4233 first commit пре 4 месеци
v50.png 5d5c5f4233 first commit пре 4 месеци

README.md

使用方法

安装依赖

pip install -r requirements.txt

准备你的key 前往groq和siliconflow获取对应的api_key

https://console.groq.com/home

https://siliconflow.cn/

填入key.example.json中

{
  "groq": "YOUR_GROQ_KEY",
  "siliflow": "YOUR_SILIFLOW_KEY",
}

然后更改key.example.json为key.json

安装lloneBot插件在你的X64QQ上,并设置如下

监听接口:3000
上报消息接口:3100

链接https://github.com/LLOneBot/LLOneBot/releases

确保你安装好了你的comfyUI程序并启动在了本地的8188端口,如果你的comfyUI程序运行地址不在127.0.0.1:8188上,请在config.py中自己对源码url进行调整

"comfyUI_ip": "127.0.0.1:8188",

前往config.py中调整你所部署项目的位置

"file_path": "/home/gxx/qqbot",

启动

python main.py

启动服务状态检测

python check_stat.py