NebulaeWis
commited on
Commit
•
e753e88
1
Parent(s):
cee8a88
Update README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,33 @@ Special thanks to my teammate euge for the coding work, and we're grateful for t
|
|
36 |
|
37 |
- **Sponsored by from**: [Lanyun Cloud](https://cloud.lanyun.net)
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
# Recommended Settings
|
41 |
|
|
|
36 |
|
37 |
- **Sponsored by from**: [Lanyun Cloud](https://cloud.lanyun.net)
|
38 |
|
39 |
+
# 如何使用模型 (How to Use the Model)
|
40 |
+
|
41 |
+
## 步骤 (Steps)
|
42 |
+
|
43 |
+
1. 克隆仓库 (Clone the repository)
|
44 |
+
```bash
|
45 |
+
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
|
46 |
+
```
|
47 |
+
|
48 |
+
2. 切换到开发分支 (Switch to dev branch)
|
49 |
+
```bash
|
50 |
+
git switch dev
|
51 |
+
```
|
52 |
+
|
53 |
+
3. 拉取最新代码 (Pull latest updates)
|
54 |
+
```bash
|
55 |
+
git pull
|
56 |
+
```
|
57 |
+
|
58 |
+
4. 正常使用模型 (Use normally)
|
59 |
+
- 按照常规步骤启动并使用模型
|
60 |
+
- Follow standard procedures to launch and use the model
|
61 |
+
|
62 |
+
---
|
63 |
+
**注意**: 确保已安装 Git 并配置好环境
|
64 |
+
**Note**: Make sure Git is installed and environment is properly configured
|
65 |
+
|
66 |
|
67 |
# Recommended Settings
|
68 |
|