forked from sudoskys/StableDiffusionBook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
153 lines (147 loc) · 4.1 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
site_name: AiDraw
site_description: 一个介绍 Ai 绘画的 WIKI/A WIKI about Ai painting
site_url: 'https://stable-diffusion-book.vercel.app/'
site_author: StableDiffusionBook Team
repo_url: 'https://github.com/sudoskys/StableDiffusionBook'
edit_uri: edit/main/docs/
copyright: |
Copyright © 采用 GFDL 协议
nav:
- 起步于此:
- index.md
- 术语: GettingStarted/term.md
- 新闻: GettingStarted/news.md
- 声明: GettingStarted/state.md
- 开始之前:
- Perpare/index.md
- 安装配置:
- install/index.md
- WebUi安装:
- install/WebUi/index.md
- 运行WebUi: install/WebUi/launch.md
- 错误处理: install/WebUi/Troubleshoot.md
- 绘画调试:
- model/index.md
- GPU相关: model/GPU.md
- NAI泄漏报告: model/NAI.md
- WebUi 配置:
- model/WebUi/index.md
- 基本指南: model/WebUi/base.md
- 错误处理: model/WebUi/Troubleshoot.md
- 绘画指南:
- paint/index.md
- WebUi绘画指南:
- paint/WebUi/index.md
- 基本指南: paint/WebUi/base.md
- 应用指南: paint/WebUi/Practicalguide.md
- 进阶指南: paint/WebUi/Advanced.md
- 参数-信息-脚本: paint/WebUi/info.md
- 训练模型:
- 训练介绍: train/index.md
- Textual 训练: train/Textual.md
- Hypernetwork 训练: train/Hypernetwork.md
- DreamBooth 训练: train/DreamBooth.md
- AestheticGradients 训练: train/AestheticGradients.md
- 参考资料:
- landing/index.md
theme:
name: material
language: zh
palette:
- scheme: default
primary: white
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- toc.follow
- navigation.top
- navigation.tracking
- navigation.indexes
- navigation.expand
- navigation.sections
markdown_extensions:
- tables
- attr_list
- footnotes
- admonition
- pymdownx.details
- pymdownx.superfences
extra:
social:
- icon: fontawesome/brands/telegram
link: 'https://t.me/s/StableDiffusion_CN_WIKI'
- icon: fontawesome/brands/telegram
link: 'https://t.me/s/StableDiffusion_Show'
generator: true
plugins:
- search
- i18n:
material_alternate: true
default_language: zh
nav_translations:
en:
起步于此: Start here
术语: Terminology
新闻: News
声明: Statement
开始之前: Before start
安装配置: Installation
WebUi安装: Install SDWebUi
绘画调试: Configuration
GPU相关: Gpu Debuging
NAI泄漏报告: NAI leak report
WebUi配置模型: Configrue Model for WebUi
绘画指南: Paint guide
基本指南: Base guide
WebUi绘画指南: Paint With WebUi
应用指南: Application Guide
进阶指南: Advanced Guide
参数-信息-脚本: Prompt-Info-Script
训练模型: Train Model
训练介绍: Intro
Textual 训练: Textual Inversion
Hypernetwork 训练: Hypernetwork
DreamBooth 训练: DreamBooth
AestheticGradients 训练: AestheticGradients
参考资料: References
运行WebUi: LaunchWebUi
错误处理: Troubleshoot
工作台: Workstations
languages:
en:
name: English
zh:
name: 简体中文
- git-revision-date-localized:
type: datetime
enable_creation_date: true
# 起步于此:
# 术语:
# 新闻:
# 声明:
# 开始之前:
# 安装配置:
# WebUi安装:
# 装置调试:
# GPU相关:
# NAI泄漏报告:
# WebUi配置模型:
# 绘画调试:
# WebUi绘画指南:
# 应用指南:
# 进阶指南:
# 参数:
# 训练模型:
# 训练介绍:
# Textual 训练:
# Hypernetwork 训练:
# DreamBooth 训练:
# AestheticGradients 训练:
# 参考资料: