|
1 | 1 | - sections:
|
2 | 2 | - local: index
|
3 |
| - title: "🧨 Diffusers" |
| 3 | + title: 🧨 Diffusers |
4 | 4 | - local: quicktour
|
5 | 5 | title: "훑어보기"
|
6 | 6 | - local: stable_diffusion
|
7 | 7 | title: Stable Diffusion
|
8 | 8 | - local: installation
|
9 |
| - title: "설치" |
10 |
| - title: "시작하기" |
| 9 | + title: 설치 |
| 10 | + title: 시작하기 |
11 | 11 | - sections:
|
12 | 12 | - local: tutorials/tutorial_overview
|
13 | 13 | title: 개요
|
14 | 14 | - local: using-diffusers/write_own_pipeline
|
15 | 15 | title: 모델과 스케줄러 이해하기
|
16 |
| - - local: in_translation |
17 |
| - title: AutoPipeline |
| 16 | + - local: in_translation # tutorials/autopipeline |
| 17 | + title: (번역중) AutoPipeline |
18 | 18 | - local: tutorials/basic_training
|
19 | 19 | title: Diffusion 모델 학습하기
|
20 |
| - title: Tutorials |
| 20 | + - local: in_translation # tutorials/using_peft_for_inference |
| 21 | + title: (번역중) 추론을 위한 LoRAs 불러오기 |
| 22 | + - local: in_translation # tutorials/fast_diffusion |
| 23 | + title: (번역중) Text-to-image diffusion 모델 추론 가속화하기 |
| 24 | + - local: in_translation # tutorials/inference_with_big_models |
| 25 | + title: (번역중) 큰 모델로 작업하기 |
| 26 | + title: 튜토리얼 |
21 | 27 | - sections:
|
22 |
| - - sections: |
23 |
| - - local: using-diffusers/loading_overview |
24 |
| - title: 개요 |
25 |
| - - local: using-diffusers/loading |
26 |
| - title: 파이프라인, 모델, 스케줄러 불러오기 |
27 |
| - - local: using-diffusers/schedulers |
28 |
| - title: 다른 스케줄러들을 가져오고 비교하기 |
29 |
| - - local: using-diffusers/custom_pipeline_overview |
30 |
| - title: 커뮤니티 파이프라인 불러오기 |
31 |
| - - local: using-diffusers/using_safetensors |
32 |
| - title: 세이프텐서 불러오기 |
33 |
| - - local: using-diffusers/other-formats |
34 |
| - title: 다른 형식의 Stable Diffusion 불러오기 |
35 |
| - - local: in_translation |
36 |
| - title: Hub에 파일 push하기 |
37 |
| - title: 불러오기 & 허브 |
38 |
| - - sections: |
39 |
| - - local: using-diffusers/pipeline_overview |
40 |
| - title: 개요 |
41 |
| - - local: using-diffusers/unconditional_image_generation |
42 |
| - title: Unconditional 이미지 생성 |
43 |
| - - local: using-diffusers/conditional_image_generation |
44 |
| - title: Text-to-image 생성 |
45 |
| - - local: using-diffusers/img2img |
46 |
| - title: Text-guided image-to-image |
47 |
| - - local: using-diffusers/inpaint |
48 |
| - title: Text-guided 이미지 인페인팅 |
49 |
| - - local: using-diffusers/depth2img |
50 |
| - title: Text-guided depth-to-image |
51 |
| - - local: using-diffusers/textual_inversion_inference |
52 |
| - title: Textual inversion |
53 |
| - - local: training/distributed_inference |
54 |
| - title: 여러 GPU를 사용한 분산 추론 |
55 |
| - - local: in_translation |
56 |
| - title: Distilled Stable Diffusion 추론 |
57 |
| - - local: using-diffusers/reusing_seeds |
58 |
| - title: Deterministic 생성으로 이미지 퀄리티 높이기 |
59 |
| - - local: using-diffusers/control_brightness |
60 |
| - title: 이미지 밝기 조정하기 |
61 |
| - - local: using-diffusers/reproducibility |
62 |
| - title: 재현 가능한 파이프라인 생성하기 |
63 |
| - - local: using-diffusers/custom_pipeline_examples |
64 |
| - title: 커뮤니티 파이프라인들 |
65 |
| - - local: using-diffusers/contribute_pipeline |
66 |
| - title: 커뮤티니 파이프라인에 기여하는 방법 |
67 |
| - - local: using-diffusers/stable_diffusion_jax_how_to |
68 |
| - title: JAX/Flax에서의 Stable Diffusion |
69 |
| - - local: using-diffusers/weighted_prompts |
70 |
| - title: Weighting Prompts |
71 |
| - title: 추론을 위한 파이프라인 |
72 |
| - - sections: |
73 |
| - - local: training/overview |
74 |
| - title: 개요 |
75 |
| - - local: training/create_dataset |
76 |
| - title: 학습을 위한 데이터셋 생성하기 |
77 |
| - - local: training/adapt_a_model |
78 |
| - title: 새로운 태스크에 모델 적용하기 |
| 28 | + - local: using-diffusers/loading |
| 29 | + title: 파이프라인 불러오기 |
| 30 | + - local: using-diffusers/custom_pipeline_overview |
| 31 | + title: 커뮤니티 파이프라인과 컴포넌트 불러오기 |
| 32 | + - local: using-diffusers/schedulers |
| 33 | + title: 스케줄러와 모델 불러오기 |
| 34 | + - local: using-diffusers/other-formats |
| 35 | + title: 모델 파일과 레이아웃 |
| 36 | + - local: using-diffusers/loading_adapters |
| 37 | + title: 어댑터 불러오기 |
| 38 | + - local: using-diffusers/push_to_hub |
| 39 | + title: 파일들을 Hub로 푸시하기 |
| 40 | + title: 파이프라인과 어댑터 불러오기 |
| 41 | +- sections: |
| 42 | + - local: using-diffusers/unconditional_image_generation |
| 43 | + title: Unconditional 이미지 생성 |
| 44 | + - local: using-diffusers/conditional_image_generation |
| 45 | + title: Text-to-image |
| 46 | + - local: using-diffusers/img2img |
| 47 | + title: Image-to-image |
| 48 | + - local: using-diffusers/inpaint |
| 49 | + title: 인페인팅 |
| 50 | + - local: in_translation # using-diffusers/text-img2vid |
| 51 | + title: (번역중) Text 또는 image-to-video |
| 52 | + - local: using-diffusers/depth2img |
| 53 | + title: Depth-to-image |
| 54 | + title: 생성 태스크 |
| 55 | +- sections: |
| 56 | + - local: in_translation # using-diffusers/overview_techniques |
| 57 | + title: (번역중) 개요 |
| 58 | + - local: training/distributed_inference |
| 59 | + title: 여러 GPU를 사용한 분산 추론 |
| 60 | + - local: in_translation # using-diffusers/merge_loras |
| 61 | + title: (번역중) LoRA 병합 |
| 62 | + - local: in_translation # using-diffusers/scheduler_features |
| 63 | + title: (번역중) 스케줄러 기능 |
| 64 | + - local: in_translation # using-diffusers/callback |
| 65 | + title: (번역중) 파이프라인 콜백 |
| 66 | + - local: in_translation # using-diffusers/reusing_seeds |
| 67 | + title: (번역중) 재현 가능한 파이프라인 |
| 68 | + - local: in_translation # using-diffusers/image_quality |
| 69 | + title: (번역중) 이미지 퀄리티 조절하기 |
| 70 | + - local: using-diffusers/weighted_prompts |
| 71 | + title: 프롬프트 기술 |
| 72 | + title: 추론 테크닉 |
| 73 | +- sections: |
| 74 | + - local: in_translation # advanced_inference/outpaint |
| 75 | + title: (번역중) Outpainting |
| 76 | + title: 추론 심화 |
| 77 | +- sections: |
| 78 | + - local: in_translation # using-diffusers/sdxl |
| 79 | + title: (번역중) Stable Diffusion XL |
| 80 | + - local: using-diffusers/sdxl_turbo |
| 81 | + title: SDXL Turbo |
| 82 | + - local: using-diffusers/kandinsky |
| 83 | + title: Kandinsky |
| 84 | + - local: in_translation # using-diffusers/ip_adapter |
| 85 | + title: (번역중) IP-Adapter |
| 86 | + - local: in_translation # using-diffusers/pag |
| 87 | + title: (번역중) PAG |
| 88 | + - local: in_translation # using-diffusers/controlnet |
| 89 | + title: (번역중) ControlNet |
| 90 | + - local: in_translation # using-diffusers/t2i_adapter |
| 91 | + title: (번역중) T2I-Adapter |
| 92 | + - local: in_translation # using-diffusers/inference_with_lcm |
| 93 | + title: (번역중) Latent Consistency Model |
| 94 | + - local: using-diffusers/textual_inversion_inference |
| 95 | + title: Textual inversion |
| 96 | + - local: using-diffusers/shap-e |
| 97 | + title: Shap-E |
| 98 | + - local: using-diffusers/diffedit |
| 99 | + title: DiffEdit |
| 100 | + - local: in_translation # using-diffusers/inference_with_tcd_lora |
| 101 | + title: (번역중) Trajectory Consistency Distillation-LoRA |
| 102 | + - local: using-diffusers/svd |
| 103 | + title: Stable Video Diffusion |
| 104 | + - local: in_translation # using-diffusers/marigold_usage |
| 105 | + title: (번역중) Marigold 컴퓨터 비전 |
| 106 | + title: 특정 파이프라인 예시 |
| 107 | +- sections: |
| 108 | + - local: training/overview |
| 109 | + title: 개요 |
| 110 | + - local: training/create_dataset |
| 111 | + title: 학습을 위한 데이터셋 생성하기 |
| 112 | + - local: training/adapt_a_model |
| 113 | + title: 새로운 태스크에 모델 적용하기 |
| 114 | + - isExpanded: false |
| 115 | + sections: |
79 | 116 | - local: training/unconditional_training
|
80 | 117 | title: Unconditional 이미지 생성
|
81 |
| - - local: training/text_inversion |
82 |
| - title: Textual Inversion |
83 |
| - - local: training/dreambooth |
84 |
| - title: DreamBooth |
85 | 118 | - local: training/text2image
|
86 | 119 | title: Text-to-image
|
87 |
| - - local: training/lora |
88 |
| - title: Low-Rank Adaptation of Large Language Models (LoRA) |
| 120 | + - local: in_translation # training/sdxl |
| 121 | + title: (번역중) Stable Diffusion XL |
| 122 | + - local: in_translation # training/kandinsky |
| 123 | + title: (번역중) Kandinsky 2.2 |
| 124 | + - local: in_translation # training/wuerstchen |
| 125 | + title: (번역중) Wuerstchen |
89 | 126 | - local: training/controlnet
|
90 | 127 | title: ControlNet
|
| 128 | + - local: in_translation # training/t2i_adapters |
| 129 | + title: (번역중) T2I-Adapters |
91 | 130 | - local: training/instructpix2pix
|
92 |
| - title: InstructPix2Pix 학습 |
| 131 | + title: InstructPix2Pix |
| 132 | + title: 모델 |
| 133 | + - isExpanded: false |
| 134 | + sections: |
| 135 | + - local: training/text_inversion |
| 136 | + title: Textual Inversion |
| 137 | + - local: training/dreambooth |
| 138 | + title: DreamBooth |
| 139 | + - local: training/lora |
| 140 | + title: LoRA |
93 | 141 | - local: training/custom_diffusion
|
94 | 142 | title: Custom Diffusion
|
95 |
| - title: Training |
96 |
| - title: Diffusers 사용하기 |
| 143 | + - local: in_translation # training/lcm_distill |
| 144 | + title: (번역중) Latent Consistency Distillation |
| 145 | + - local: in_translation # training/ddpo |
| 146 | + title: (번역중) DDPO 강화학습 훈련 |
| 147 | + title: 메서드 |
| 148 | + title: 학습 |
97 | 149 | - sections:
|
98 |
| - - local: optimization/opt_overview |
99 |
| - title: 개요 |
100 | 150 | - local: optimization/fp16
|
101 |
| - title: 메모리와 속도 |
| 151 | + title: 추론 스피드업 |
| 152 | + - local: in_translation # optimization/memory |
| 153 | + title: (번역중) 메모리 사용량 줄이기 |
102 | 154 | - local: optimization/torch2.0
|
103 |
| - title: Torch2.0 지원 |
| 155 | + title: PyTorch 2.0 |
104 | 156 | - local: optimization/xformers
|
105 | 157 | title: xFormers
|
106 |
| - - local: optimization/onnx |
107 |
| - title: ONNX |
108 |
| - - local: optimization/open_vino |
109 |
| - title: OpenVINO |
110 |
| - - local: optimization/coreml |
111 |
| - title: Core ML |
112 |
| - - local: optimization/mps |
113 |
| - title: MPS |
114 |
| - - local: optimization/habana |
115 |
| - title: Habana Gaudi |
116 | 158 | - local: optimization/tome
|
117 |
| - title: Token Merging |
118 |
| - title: 최적화/특수 하드웨어 |
| 159 | + title: Token merging |
| 160 | + - local: in_translation # optimization/deepcache |
| 161 | + title: (번역중) DeepCache |
| 162 | + - local: in_translation # optimization/tgate |
| 163 | + title: (번역중) TGATE |
| 164 | + - sections: |
| 165 | + - local: using-diffusers/stable_diffusion_jax_how_to |
| 166 | + title: JAX/Flax |
| 167 | + - local: optimization/onnx |
| 168 | + title: ONNX |
| 169 | + - local: optimization/open_vino |
| 170 | + title: OpenVINO |
| 171 | + - local: optimization/coreml |
| 172 | + title: Core ML |
| 173 | + title: 최적화된 모델 형식 |
| 174 | + - sections: |
| 175 | + - local: optimization/mps |
| 176 | + title: Metal Performance Shaders (MPS) |
| 177 | + - local: optimization/habana |
| 178 | + title: Habana Gaudi |
| 179 | + title: 최적화된 하드웨어 |
| 180 | + title: 추론 가속화와 메모리 줄이기 |
119 | 181 | - sections:
|
120 | 182 | - local: conceptual/philosophy
|
121 | 183 | title: 철학
|
|
0 commit comments