Skip to main content

自部署文转图服务

caution

需要 AstrBot 版本 >= 3.3.14

在 AstrBot 中,默认使用的文转图服务接口是

https://t2i.soulter.top/text2img

此接口能够保障大部分时间正常响应。但是由于部署在国外的(东京, 纽约)服务器,因此响应速度可能会比较慢。

可以自行部署文转图服务。

文转图服务使用的开源项目:https://github.com/idoknow/CampuxUtility

docker run -itd -p 8999:8999 rockchin/campuxutility

上述 8999 端口可以自行更改。

在部署完成后,前往 AstrBot 面板 -> 配置 -> 其他配置,修改文本转图像服务接口 为你部署好的 url。

如果部署在与 AstrBot 相同的机器上,url 应该为 http://localhost:8999