vault backup: 2022-10-13 22:32:29

Affected files:
.obsidian/appearance.json
.obsidian/workspace
.obsidian/workspace.json
00. Inbox/00. Inbox/猴子都會的AI繪圖軟體安裝教學.md
This commit is contained in:
2022-10-13 22:32:30 +08:00
parent fdc1c13fcd
commit e9e32e4a5f
4 changed files with 178 additions and 6 deletions

View File

@@ -0,0 +1,19 @@
## 來源
- [[討論] 猴子都會的AI繪圖軟體安裝教學 - ACG板 - Disp BBS](https://disp.cc/m/ACG/fpup)
## Steps
1. Clone source code
`git clone git@github.com:AUTOMATIC1111/stable-diffusion-webui.git`
2. Download model from: [https://cyberes.github.io/stable-diffusion-models/](https://cyberes.github.io/stable-diffusion-models/)
1. Standard Model
- Use torrent: `magnet:?xt=urn:btih:3A4A612D75ED088EA542ACAC52F9F45987488D1C&tr=udp://tracker.opentrackr.org:1337`
- Or from google drive: https://drive.google.com/file/d/1wHFgl0ivCmIZv88hVZXkb8oy9qCuaBGA/view
2. Waifu Diffusion
- Torrent: `magnet:?xt=urn:btih:PK4UPXMW5TC7O2MKF7YJMIDX4NRBYO5R&dn=wd-v1-3-float32.ckpt&xl=4265384157&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce`
- or from HuggingFace: https://huggingface.co/hakurei/waifu-diffusion-v1-3/resolve/main/wd-v1-3-float32.ckpt
3. Put `wd-v1-3-float32.ckpt` and `sd-v1-4.ckpt` to `stable-diffusion-webui\models\Stable-diffusion`
4. Open `webui-user.bat` and set `PYTHON` to your path of `python.exe`, e.x. `set PYTHON="C:\Python310\python.exe"`
5. Run `webui-user.bat`
6. Open web browser and goto [http://127.0.0.1:7860](http://127.0.0.1:7860/)