forked from huggingface/diffusers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_toctree.yml
More file actions
200 lines (200 loc) ยท 7.09 KB
/
Copy path_toctree.yml
File metadata and controls
200 lines (200 loc) ยท 7.09 KB
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
- sections:
- local: index
title: ๐งจ Diffusers
- local: quicktour
title: "ํ์ด๋ณด๊ธฐ"
- local: stable_diffusion
title: Stable Diffusion
- local: installation
title: ์ค์น
title: ์์ํ๊ธฐ
- sections:
- local: tutorials/tutorial_overview
title: ๊ฐ์
- local: using-diffusers/write_own_pipeline
title: ๋ชจ๋ธ๊ณผ ์ค์ผ์ค๋ฌ ์ดํดํ๊ธฐ
- local: in_translation # tutorials/autopipeline
title: (๋ฒ์ญ์ค) AutoPipeline
- local: tutorials/basic_training
title: Diffusion ๋ชจ๋ธ ํ์ตํ๊ธฐ
- local: in_translation # tutorials/using_peft_for_inference
title: (๋ฒ์ญ์ค) ์ถ๋ก ์ ์ํ LoRAs ๋ถ๋ฌ์ค๊ธฐ
- local: in_translation # tutorials/fast_diffusion
title: (๋ฒ์ญ์ค) Text-to-image diffusion ๋ชจ๋ธ ์ถ๋ก ๊ฐ์ํํ๊ธฐ
- local: in_translation # tutorials/inference_with_big_models
title: (๋ฒ์ญ์ค) ํฐ ๋ชจ๋ธ๋ก ์์
ํ๊ธฐ
title: ํํ ๋ฆฌ์ผ
- sections:
- local: using-diffusers/loading
title: ํ์ดํ๋ผ์ธ ๋ถ๋ฌ์ค๊ธฐ
- local: using-diffusers/custom_pipeline_overview
title: ์ปค๋ฎค๋ํฐ ํ์ดํ๋ผ์ธ๊ณผ ์ปดํฌ๋ํธ ๋ถ๋ฌ์ค๊ธฐ
- local: using-diffusers/schedulers
title: ์ค์ผ์ค๋ฌ์ ๋ชจ๋ธ ๋ถ๋ฌ์ค๊ธฐ
- local: using-diffusers/other-formats
title: ๋ชจ๋ธ ํ์ผ๊ณผ ๋ ์ด์์
- local: using-diffusers/loading_adapters
title: ์ด๋ํฐ ๋ถ๋ฌ์ค๊ธฐ
- local: using-diffusers/push_to_hub
title: ํ์ผ๋ค์ Hub๋ก ํธ์ํ๊ธฐ
title: ํ์ดํ๋ผ์ธ๊ณผ ์ด๋ํฐ ๋ถ๋ฌ์ค๊ธฐ
- sections:
- local: using-diffusers/unconditional_image_generation
title: Unconditional ์ด๋ฏธ์ง ์์ฑ
- local: using-diffusers/conditional_image_generation
title: Text-to-image
- local: using-diffusers/img2img
title: Image-to-image
- local: using-diffusers/inpaint
title: ์ธํ์ธํ
- local: in_translation # using-diffusers/text-img2vid
title: (๋ฒ์ญ์ค) Text ๋๋ image-to-video
- local: using-diffusers/depth2img
title: Depth-to-image
title: ์์ฑ ํ์คํฌ
- sections:
- local: in_translation # using-diffusers/overview_techniques
title: (๋ฒ์ญ์ค) ๊ฐ์
- local: training/distributed_inference
title: ์ฌ๋ฌ GPU๋ฅผ ์ฌ์ฉํ ๋ถ์ฐ ์ถ๋ก
- local: in_translation # using-diffusers/merge_loras
title: (๋ฒ์ญ์ค) LoRA ๋ณํฉ
- local: in_translation # using-diffusers/scheduler_features
title: (๋ฒ์ญ์ค) ์ค์ผ์ค๋ฌ ๊ธฐ๋ฅ
- local: in_translation # using-diffusers/callback
title: (๋ฒ์ญ์ค) ํ์ดํ๋ผ์ธ ์ฝ๋ฐฑ
- local: in_translation # using-diffusers/reusing_seeds
title: (๋ฒ์ญ์ค) ์ฌํ ๊ฐ๋ฅํ ํ์ดํ๋ผ์ธ
- local: in_translation # using-diffusers/image_quality
title: (๋ฒ์ญ์ค) ์ด๋ฏธ์ง ํ๋ฆฌํฐ ์กฐ์ ํ๊ธฐ
- local: using-diffusers/weighted_prompts
title: ํ๋กฌํํธ ๊ธฐ์
title: ์ถ๋ก ํ
ํฌ๋
- sections:
- local: in_translation # advanced_inference/outpaint
title: (๋ฒ์ญ์ค) Outpainting
title: ์ถ๋ก ์ฌํ
- sections:
- local: in_translation # using-diffusers/sdxl
title: (๋ฒ์ญ์ค) Stable Diffusion XL
- local: using-diffusers/sdxl_turbo
title: SDXL Turbo
- local: using-diffusers/kandinsky
title: Kandinsky
- local: in_translation # using-diffusers/ip_adapter
title: (๋ฒ์ญ์ค) IP-Adapter
- local: in_translation # using-diffusers/pag
title: (๋ฒ์ญ์ค) PAG
- local: in_translation # using-diffusers/controlnet
title: (๋ฒ์ญ์ค) ControlNet
- local: in_translation # using-diffusers/t2i_adapter
title: (๋ฒ์ญ์ค) T2I-Adapter
- local: in_translation # using-diffusers/inference_with_lcm
title: (๋ฒ์ญ์ค) Latent Consistency Model
- local: using-diffusers/textual_inversion_inference
title: Textual inversion
- local: using-diffusers/shap-e
title: Shap-E
- local: using-diffusers/diffedit
title: DiffEdit
- local: in_translation # using-diffusers/inference_with_tcd_lora
title: (๋ฒ์ญ์ค) Trajectory Consistency Distillation-LoRA
- local: using-diffusers/svd
title: Stable Video Diffusion
- local: in_translation # using-diffusers/marigold_usage
title: (๋ฒ์ญ์ค) Marigold ์ปดํจํฐ ๋น์
title: ํน์ ํ์ดํ๋ผ์ธ ์์
- sections:
- local: training/overview
title: ๊ฐ์
- local: training/create_dataset
title: ํ์ต์ ์ํ ๋ฐ์ดํฐ์
์์ฑํ๊ธฐ
- local: training/adapt_a_model
title: ์๋ก์ด ํ์คํฌ์ ๋ชจ๋ธ ์ ์ฉํ๊ธฐ
- isExpanded: false
sections:
- local: training/unconditional_training
title: Unconditional ์ด๋ฏธ์ง ์์ฑ
- local: training/text2image
title: Text-to-image
- local: in_translation # training/sdxl
title: (๋ฒ์ญ์ค) Stable Diffusion XL
- local: in_translation # training/kandinsky
title: (๋ฒ์ญ์ค) Kandinsky 2.2
- local: in_translation # training/wuerstchen
title: (๋ฒ์ญ์ค) Wuerstchen
- local: training/controlnet
title: ControlNet
- local: in_translation # training/t2i_adapters
title: (๋ฒ์ญ์ค) T2I-Adapters
- local: training/instructpix2pix
title: InstructPix2Pix
title: ๋ชจ๋ธ
- isExpanded: false
sections:
- local: training/text_inversion
title: Textual Inversion
- local: training/dreambooth
title: DreamBooth
- local: training/lora
title: LoRA
- local: training/custom_diffusion
title: Custom Diffusion
- local: in_translation # training/lcm_distill
title: (๋ฒ์ญ์ค) Latent Consistency Distillation
- local: in_translation # training/ddpo
title: (๋ฒ์ญ์ค) DDPO ๊ฐํํ์ต ํ๋ จ
title: ๋ฉ์๋
title: ํ์ต
- sections:
- local: optimization/fp16
title: ์ถ๋ก ์คํผ๋์
- local: in_translation # optimization/memory
title: (๋ฒ์ญ์ค) ๋ฉ๋ชจ๋ฆฌ ์ฌ์ฉ๋ ์ค์ด๊ธฐ
- local: optimization/torch2.0
title: PyTorch 2.0
- local: optimization/xformers
title: xFormers
- local: optimization/tome
title: Token merging
- local: in_translation # optimization/deepcache
title: (๋ฒ์ญ์ค) DeepCache
- local: in_translation # optimization/tgate
title: (๋ฒ์ญ์ค) TGATE
- sections:
- local: using-diffusers/stable_diffusion_jax_how_to
title: JAX/Flax
- local: optimization/onnx
title: ONNX
- local: optimization/open_vino
title: OpenVINO
- local: optimization/coreml
title: Core ML
title: ์ต์ ํ๋ ๋ชจ๋ธ ํ์
- sections:
- local: optimization/mps
title: Metal Performance Shaders (MPS)
- local: optimization/habana
title: Intel Gaudi
title: ์ต์ ํ๋ ํ๋์จ์ด
title: ์ถ๋ก ๊ฐ์ํ์ ๋ฉ๋ชจ๋ฆฌ ์ค์ด๊ธฐ
- sections:
- local: conceptual/philosophy
title: ์ฒ ํ
- local: using-diffusers/controlling_generation
title: ์ ์ด๋ ์์ฑ
- local: conceptual/contribution
title: ์ด๋ป๊ฒ ๊ธฐ์ฌํ๋์?
- local: conceptual/ethical_guidelines
title: Diffusers์ ์ค๋ฆฌ์ ๊ฐ์ด๋๋ผ์ธ
- local: conceptual/evaluation
title: Diffusion Models ํ๊ฐํ๊ธฐ
title: ๊ฐ๋
๊ฐ์ด๋
- sections:
- sections:
- sections:
- local: api/pipelines/stable_diffusion/stable_diffusion_xl
title: Stable Diffusion XL
title: Stable Diffusion
title: Pipelines
title: API