Skip to content

Commit 7aac77a

Browse files
authored
[doc] Fix Korean Controlnet Train doc (#11141)
* remove typo from korean controlnet train doc * removed more paragraphs to remain in sync with the english document
1 parent 8907a70 commit 7aac77a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/source/ko/training/controlnet.md

-6
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ from accelerate.utils import write_basic_config
6666
write_basic_config()
6767
```
6868

69-
## 원을 채우는 데이터셋
70-
71-
원본 데이터셋은 ControlNet [repo](https://huggingface.co/lllyasviel/ControlNet/blob/main/training/fill50k.zip)에 올라와있지만, 우리는 [여기](https://huggingface.co/datasets/fusing/fill50k)에 새롭게 다시 올려서 🤗 Datasets 과 호환가능합니다. 그래서 학습 스크립트 상에서 데이터 불러오기를 다룰 수 있습니다.
72-
73-
우리의 학습 예시는 원래 ControlNet의 학습에 쓰였던 [`stable-diffusion-v1-5/stable-diffusion-v1-5`](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5)을 사용합니다. 그렇지만 ControlNet은 대응되는 어느 Stable Diffusion 모델([`CompVis/stable-diffusion-v1-4`](https://huggingface.co/CompVis/stable-diffusion-v1-4)) 혹은 [`stabilityai/stable-diffusion-2-1`](https://huggingface.co/stabilityai/stable-diffusion-2-1)의 증가를 위해 학습될 수 있습니다.
74-
7569
자체 데이터셋을 사용하기 위해서는 [학습을 위한 데이터셋 생성하기](create_dataset) 가이드를 확인하세요.
7670

7771
## 학습

0 commit comments

Comments
 (0)