-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a5e1b59
commit a5f56cf
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
# Stable Diffusion | ||
|
||
- [Stable Diffusion Playground](https://stablediffusionweb.com/#demo) | ||
- [Stable Diffusion Playground](https://stablediffusionweb.com/#demo) | ||
|
||
|
||
## 模型 | ||
|
||
- [civitai](https://civitai.com/) | ||
- [huggingface](https://www.hugging-face.org/models/) | ||
- [aigccafe](https://aigccafe.net/) 国内 | ||
|
||
# 安装 | ||
|
||
## 安装问题 | ||
|
||
- 解决Mac终端的命令行前的(base)问题 | ||
设置 conda 不自动启动 base 环境就可以了: conda config --set auto_activate_base false | ||
|
||
如果想让 conda 自动启动 base 环境: conda config --set auto_activate_base true | ||
|
||
conda 的环境可以用 conda env list 查看 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters