yaoqi commited on
Commit
89b1929
1 Parent(s): bf3bbcc

Update ml-for-games-1-cn.md (#10)

Browse files

- Update ml-for-games-1-cn.md (1c684675c88989197975018d137fc640219044e5)

Files changed (1) hide show
  1. ml-for-games-1-cn.md +6 -4
ml-for-games-1-cn.md CHANGED
@@ -42,7 +42,9 @@
42
 
43
  3. 在命令提示符中输入以下内容来克隆所需仓库:
44
 
45
- ​ `git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git`
 
 
46
 
47
  4. 下载 [Stable Diffusion v1.5 权重](https://huggingface.co/runwayml/stable-diffusion-v1-5),并将其移动到仓库的models目录下;
48
 
@@ -124,7 +126,7 @@
124
 
125
 
126
 
127
- > > >> 英文原文:*https://huggingface.co/blog/ml-for-games-1*
128
- > > >>
129
- > > >> 译者:SuSung-boy
130
 
 
42
 
43
  3. 在命令提示符中输入以下内容来克隆所需仓库:
44
 
45
+ ```bash
46
+ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
47
+ ```
48
 
49
  4. 下载 [Stable Diffusion v1.5 权重](https://huggingface.co/runwayml/stable-diffusion-v1-5),并将其移动到仓库的models目录下;
50
 
 
126
 
127
 
128
 
129
+ > 英文原文:*https://huggingface.co/blog/ml-for-games-1*
130
+ >
131
+ > 译者:SuSung-boy
132