|
8 | 8 | - local: installation
|
9 | 9 | title: "설치"
|
10 | 10 | title: "시작하기"
|
11 |
| - |
| 11 | +- sections: |
| 12 | + - local: tutorials/tutorial_overview |
| 13 | + title: 개요 |
| 14 | + - local: using-diffusers/write_own_pipeline |
| 15 | + title: 모델과 스케줄러 이해하기 |
| 16 | + - local: tutorials/basic_training |
| 17 | + title: Diffusion 모델 학습하기 |
| 18 | + title: Tutorials |
12 | 19 | - sections:
|
13 | 20 | - sections:
|
14 | 21 | - local: in_translation
|
15 | 22 | title: 개요
|
16 |
| - - local: in_translation |
| 23 | + - local: using-diffusers/loading |
| 24 | + title: 파이프라인, 모델, 스케줄러 불러오기 |
| 25 | + - local: using-diffusers/schedulers |
| 26 | + title: 다른 스케줄러들을 가져오고 비교하기 |
| 27 | + - local: using-diffusers/custom_pipeline_overview |
| 28 | + title: 커뮤니티 파이프라인 불러오기 |
| 29 | + - local: using-diffusers/using_safetensors |
| 30 | + title: 세이프텐서 불러오기 |
| 31 | + - local: using-diffusers/other-formats |
| 32 | + title: 다른 형식의 Stable Diffusion 불러오기 |
| 33 | + title: 불러오기 & 허브 |
| 34 | + - sections: |
| 35 | + - local: using-diffusers/pipeline_overview |
| 36 | + title: 개요 |
| 37 | + - local: using-diffusers/unconditional_image_generation |
17 | 38 | title: Unconditional 이미지 생성
|
18 | 39 | - local: in_translation
|
| 40 | + title: Text-to-image 생성 |
| 41 | + - local: using-diffusers/img2img |
| 42 | + title: Text-guided image-to-image |
| 43 | + - local: using-diffusers/inpaint |
| 44 | + title: Text-guided 이미지 인페인팅 |
| 45 | + - local: using-diffusers/depth2img |
| 46 | + title: Text-guided depth-to-image |
| 47 | + - local: in_translation |
| 48 | + title: Textual inversion |
| 49 | + - local: in_translation |
| 50 | + title: 여러 GPU를 사용한 분산 추론 |
| 51 | + - local: using-diffusers/reusing_seeds |
| 52 | + title: Deterministic 생성으로 이미지 퀄리티 높이기 |
| 53 | + - local: in_translation |
| 54 | + title: 재현 가능한 파이프라인 생성하기 |
| 55 | + - local: using-diffusers/custom_pipeline_examples |
| 56 | + title: 커뮤니티 파이프라인들 |
| 57 | + - local: in_translation |
| 58 | + title: 커뮤티니 파이프라인에 기여하는 방법 |
| 59 | + - local: in_translation |
| 60 | + title: JAX/Flax에서의 Stable Diffusion |
| 61 | + - local: in_translation |
| 62 | + title: Weighting Prompts |
| 63 | + title: 추론을 위한 파이프라인 |
| 64 | + - sections: |
| 65 | + - local: training/overview |
| 66 | + title: 개요 |
| 67 | + - local: in_translation |
| 68 | + title: 학습을 위한 데이터셋 생성하기 |
| 69 | + - local: training/adapt_a_model |
| 70 | + title: 새로운 태스크에 모델 적용하기 |
| 71 | + - local: training/unconditional_training |
| 72 | + title: Unconditional 이미지 생성 |
| 73 | + - local: training/text_inversion |
19 | 74 | title: Textual Inversion
|
20 | 75 | - local: training/dreambooth
|
21 | 76 | title: DreamBooth
|
|
27 | 82 | title: ControlNet
|
28 | 83 | - local: in_translation
|
29 | 84 | title: InstructPix2Pix 학습
|
30 |
| - title: 학습 |
| 85 | + - local: in_translation |
| 86 | + title: Custom Diffusion |
| 87 | + title: Training |
| 88 | + title: Diffusers 사용하기 |
31 | 89 | - sections:
|
32 |
| - - local: in_translation |
| 90 | + - local: optimization/opt_overview |
33 | 91 | title: 개요
|
34 | 92 | - local: optimization/fp16
|
35 | 93 | title: 메모리와 속도
|
36 |
| - - local: in_translation |
| 94 | + - local: optimization/torch2.0 |
37 | 95 | title: Torch2.0 지원
|
38 | 96 | - local: optimization/xformers
|
39 | 97 | title: xFormers
|
40 | 98 | - local: optimization/onnx
|
41 | 99 | title: ONNX
|
42 | 100 | - local: optimization/open_vino
|
43 | 101 | title: OpenVINO
|
| 102 | + - local: in_translation |
| 103 | + title: Core ML |
44 | 104 | - local: optimization/mps
|
45 | 105 | title: MPS
|
46 | 106 | - local: optimization/habana
|
47 | 107 | title: Habana Gaudi
|
| 108 | + - local: in_translation |
| 109 | + title: Token Merging |
48 | 110 | title: 최적화/특수 하드웨어
|
0 commit comments