Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def _():
|
|
74 |
```
|
75 |
- 命令行:
|
76 |
```bash
|
77 |
-
|
78 |
```
|
79 |
- 如何启动程序
|
80 |
|
@@ -109,7 +109,7 @@ def _():
|
|
109 |
- 如何 `一键安装`:
|
110 |
- 图形界面方法:请查看[视频教程](https://www.bilibili.com/video/BV1aUrXYLEB4/):
|
111 |
```bash
|
112 |
-
deactivate && apt-get update && apt-get install -y curl; bash -c "$(curl -fsSL https://gitee.com/fuliai/ai2u/raw/main/ai2u.sh)" - latent-sync-ics
|
113 |
```
|
114 |
- 命令行:
|
115 |
```bash
|
|
|
74 |
```
|
75 |
- 命令行:
|
76 |
```bash
|
77 |
+
cd /workspace && deactivate && apt-get update && apt-get install -y curl; bash -c "$(curl -fsSL https://gitee.com/fuliai/ai2u/raw/main/ai2u.sh)" - cli sd-webui-forge-ics
|
78 |
```
|
79 |
- 如何启动程序
|
80 |
|
|
|
109 |
- 如何 `一键安装`:
|
110 |
- 图形界面方法:请查看[视频教程](https://www.bilibili.com/video/BV1aUrXYLEB4/):
|
111 |
```bash
|
112 |
+
cd /workspace && deactivate && apt-get update && apt-get install -y curl; bash -c "$(curl -fsSL https://gitee.com/fuliai/ai2u/raw/main/ai2u.sh)" - latent-sync-ics
|
113 |
```
|
114 |
- 命令行:
|
115 |
```bash
|