We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7bc0f commit db42b53Copy full SHA for db42b53
zh/others/self-host-t2i.md
@@ -18,6 +18,10 @@ https://t2i.rcfortress.site/text2img
18
docker run -itd -p 8999:8999 soulter/astrbot-t2i-service:latest
19
```
20
21
-在部署完成后,前往 AstrBot 面板 -> 配置 -> 其他配置,修改`文本转图像服务接口` 为你部署好的 url。
+在部署完成后,前往 AstrBot 仪表盘 -> 配置文件 -> 系统,修改 `文本转图像服务 API 地址` 为你部署好的 url(如下图所示)
22
23
-> 如果部署在与 AstrBot 相同的机器上,url 应该为 `http://localhost:8999`。
+>如果你是使用本文档的 Docker教程 部署的 AstrBot ,url应为 `http://文转图服务容器名:8999`。
24
+
25
+>如果部署在与 AstrBot 相同的机器上,url 应为 `http://localhost:8999`。
26
27
+<img width="591" height="228" alt="image" src="https://github.com/user-attachments/assets/f3564b46-11a4-402a-85e3-5f44a82713fe" />
0 commit comments