Update app.py
Browse files
app.py
CHANGED
@@ -68,11 +68,11 @@ def _():
|
|
68 |
- 适合人群:小白及以上水平皆可一键安装。
|
69 |
|
70 |
- 如何 `一键安装`:
|
71 |
-
|
72 |
```bash
|
73 |
-
deactivate && apt-get update && apt-get install -y curl; bash -c "$(curl -fsSL https://gitee.com/fuliai/ai2u/raw/main/ai2u.sh)" - sd-webui-forge-ics
|
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 |
```
|
@@ -107,11 +107,11 @@ def _():
|
|
107 |
- 适合人群:小白及以上水平皆可一键安装。
|
108 |
|
109 |
- 如何 `一键安装`:
|
110 |
-
|
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
|
116 |
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 latent-sync-ics
|
117 |
```
|
|
|
68 |
- 适合人群:小白及以上水平皆可一键安装。
|
69 |
|
70 |
- 如何 `一键安装`:
|
71 |
+
- 图形界面方法:请查看 [视频教程](https://www.bilibili.com/video/BV1aUrXYLEB4/):
|
72 |
```bash
|
73 |
+
cd /workspace && deactivate && apt-get update && apt-get install -y curl; bash -c "$(curl -fsSL https://gitee.com/fuliai/ai2u/raw/main/ai2u.sh)" - sd-webui-forge-ics
|
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 |
```
|
|
|
107 |
- 适合人群:小白及以上水平皆可一键安装。
|
108 |
|
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
|
116 |
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 latent-sync-ics
|
117 |
```
|