Skip to content

Commit bc045e7

Browse files
committed
Fix issues
1 parent 9021839 commit bc045e7

11 files changed

Lines changed: 37 additions & 31 deletions

File tree

ko/development/comfyui-server/api-examples.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ if __name__ == "__main__":
103103
WebSocket을 사용해 실행이 완료될 때까지 기다린 후, `/history` 엔드포인트를 통해 출력물을 가져옵니다. 대부분의 사용 사례에 권장되는 방식입니다.
104104

105105
```python
106-
"""websockets_api_example.py WebSocket을 통해 실행 상태를 모니터링하고, /history를 통해 다운로드합니다."""
106+
"""websockets_api_example.py: WebSocket을 통해 실행 상태를 모니터링하고, /history를 통해 다운로드합니다."""
107107

108108
import websocket # pip install websocket-client
109109
import uuid
@@ -212,7 +212,7 @@ WebSocket 이진 프레임에는 생성 중인 미리보기 이미지가 포함
212212
이미지를 디스크에 저장하지 않고 싶은 경우, `SaveImageWebsocket` 노드를 사용하세요. 이미지는 WebSocket 이진 프레임을 통해 바로 전송됩니다.
213213

214214
```python
215-
"""websockets_api_example_ws_images.py WebSocket을 통해 직접 이미지를 수신합니다."""
215+
"""websockets_api_example_ws_images.py: WebSocket을 통해 직접 이미지를 수신합니다."""
216216

217217
import websocket # pip install websocket-client
218218
import uuid
@@ -249,7 +249,7 @@ def get_images(ws, prompt):
249249
break # 실행 완료
250250
current_node = data["node"]
251251
else:
252-
# 이진 프레임 SaveImageWebsocket에서 온 이미지 데이터
252+
# 이진 프레임; SaveImageWebsocket에서 온 이미지 데이터
253253
if current_node == "save_image_websocket_node":
254254
images_output = output_images.get(current_node, [])
255255
# 처음 8바이트는 타입/메타데이터, 나머지는 이미지 데이터

ko/development/comfyui-server/comms_messages.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,5 @@ from server import PromptServer
8686

8787
def my_main_function(self, required_inputs, node_id):
8888
# 몇 가지 작업 수행
89-
PromptServer.instance.send_sync("my.custom.message", {"node": node_id, "other_things": etc})
89+
PromptServer.instance.send_sync("my.custom.message", {"node": node_id, "other_things": etc})
90+
```

ko/tutorials/audio/ace-step/ace-step-v1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ACE-Step은 중국 팀 StepFun과 ACE Studio가 공동 개발한 오픈소스
5252

5353
## ACE-Step ComfyUI 오디오 기반 오디오 생성 워크플로우
5454

55-
이미지 기반 이미지 생성 워크플로우와 비슷하게, 한 곡의 음악을 입력해 아래 워크플로우를 사용해 리샘플링하고 음악을 생성할 수 있습니다. 또한 `Ksampler``denoise` 파라미터를 조정해 원본 오디오와의 차이를 조절할 수 있습니다.
55+
텍스트 기반 오디오 생성 워크플로우와 비슷하게, 한 곡의 음악을 입력해 아래 워크플로우를 사용해 리샘플링하고 음악을 생성할 수 있습니다. 또한 `Ksampler``denoise` 파라미터를 조정해 원본 오디오와의 차이를 조절할 수 있습니다.
5656

5757
### 1. 워크플로우 파일 다운로드
5858

ko/tutorials/controlnet/depth-t2i-adapter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ComfyUI에서 T2I 어댑터를 사용하는 방법은 [ControlNet](/ko/tutorials
4747

4848
## ComfyUI 깊이 T2I 어댑터 작업 흐름 예시 설명
4949

50-
### 1. 깊이 T2I 어댑터 작업 흐름 에셋
50+
### 1. 깊이 T2I 어댑터 작업 흐름 자산
5151

5252
아래 작업 흐름 이미지를 다운로드해 ComfyUI로 드래그하여 작업 흐름을 로드해주세요:
5353

ko/tutorials/flux/flux-2-klein.mdx

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "ComfyUI Flux.2 Klein 4B 가이드"
3-
description: "FLUX.2 [klein] 4B에 대한 간략한 소개와 ComfyUI에서 텍스트 기반 이미지 생성 및 이미지 편집 워크플로를 실행하는 방법을 안내합니다."
3+
description: "FLUX.2 [klein] 4B에 대한 간략한 소개와 ComfyUI에서 텍스트 기반 이미지 생성 및 이미지 편집 워크플로우를 실행하는 방법을 안내합니다."
44
sidebarTitle: "Flux.2 Klein"
55
translationSourceHash: e790eb10
66
translationFrom: tutorials/flux/flux-2-klein.mdx
@@ -12,7 +12,7 @@ import UpdateReminder from "/snippets/ko/tutorials/update-reminder.mdx"
1212

1313
## FLUX.2 [klein] 소개
1414

15-
FLUX.2 [Klein]은 Flux 제품군 중 가장 빠른 모델로, 텍스트 기반 이미지 생성과 이미지 편집을 하나의 컴팩트한 아키텍처로 통합했습니다. 이 모델은 인터랙티브 워크플로, 즉각적인 미리보기 및 지연 시간이 중요한 애플리케이션을 위해 설계되었으며, 정제된 변형을 사용하면 단일 및 다중 참조 편집에서도 강력한 품질을 유지하면서 엔드투엔드 추론 시간을 약 1초로 줄일 수 있습니다.
15+
FLUX.2 [Klein]은 Flux 제품군 중 가장 빠른 모델로, 텍스트 기반 이미지 생성과 이미지 편집을 하나의 컴팩트한 아키텍처로 통합했습니다. 이 모델은 인터랙티브 워크플로우, 즉각적인 미리보기 및 지연 시간이 중요한 애플리케이션을 위해 설계되었으며, 정제된 변형을 사용하면 단일 및 다중 참조 편집에서도 강력한 품질을 유지하면서 엔드투엔드 추론 시간을 약 1초로 줄일 수 있습니다.
1616

1717
**모델 주요 특징:**
1818
- 두 가지 4B 유형: 최대한의 유연성과 미세 조정을 위한 베이스(비정제); 속도 우선 배포를 위한 정제(4단계)
@@ -21,18 +21,18 @@ FLUX.2 [Klein]은 Flux 제품군 중 가장 빠른 모델로, 텍스트 기반
2121

2222
<UpdateReminder/>
2323

24-
## Flux.2 Klein 4B 워크플로
24+
## Flux.2 Klein 4B 워크플로우
2525

26-
<Card title="4B 텍스트 기반 이미지 생성 워크플로" icon="download" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/image_flux2_klein_text_to_image.json">
27-
Flux.2 Klein 4B용 텍스트 기반 이미지 생성 워크플로를 다운로드하세요.
26+
<Card title="4B 텍스트 기반 이미지 생성 워크플로우" icon="download" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/image_flux2_klein_text_to_image.json">
27+
Flux.2 Klein 4B용 텍스트 기반 이미지 생성 워크플로우를 다운로드하세요.
2828
</Card>
2929

3030
<Card title="4B 이미지 편집 베이스" icon="download" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/image_flux2_klein_image_edit_4b_base.json">
31-
4B 베이스 모델을 사용한 이미지 편집 워크플로를 다운로드하세요.
31+
4B 베이스 모델을 사용한 이미지 편집 워크플로우를 다운로드하세요.
3232
</Card>
3333

3434
<Card title="4B 이미지 편집 정제" icon="download" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/image_flux2_klein_image_edit_4b_distilled.json">
35-
빠른 정제된 4B 이미지 편집 워크플로를 다운로드하세요.
35+
빠른 정제된 4B 이미지 편집 워크플로우를 다운로드하세요.
3636
</Card>
3737

3838
## Flux.2 Klein 4B 모델 다운로드
@@ -42,11 +42,11 @@ FLUX.2 [Klein]은 Flux 제품군 중 가장 빠른 모델로, 텍스트 기반
4242
</Card>
4343

4444
<Card title="flux-2-klein-base-4b-fp8.safetensors" icon="download" href="https://huggingface.co/black-forest-labs/FLUX.2-klein-base-4b-fp8/resolve/main/flux-2-klein-base-4b-fp8.safetensors">
45-
디퓨전 모델(4B 베이스).
45+
확산 모델(4B 베이스).
4646
</Card>
4747

4848
<Card title="flux-2-klein-4b-fp8.safetensors" icon="download" href="https://huggingface.co/black-forest-labs/FLUX.2-klein-4b-fp8/resolve/main/flux-2-klein-4b-fp8.safetensors">
49-
디퓨전 모델(4B 정제).
49+
확산 모델(4B 정제).
5050
</Card>
5151

5252
<Card title="flux2-vae.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/flux2-dev/resolve/main/split_files/vae/flux2-vae.safetensors">
@@ -67,32 +67,32 @@ FLUX.2 [Klein]은 Flux 제품군 중 가장 빠른 모델로, 텍스트 기반
6767
│ └── flux2-vae.safetensors
6868
```
6969

70-
## Flux.2 Klein 9B 워크플로
70+
## Flux.2 Klein 9B 워크플로우
7171

72-
<Card title="9B 텍스트 기반 이미지 생성 워크플로" icon="download" href="http://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/image_flux2_text_to_image_9b.json">
73-
Flux.2 Klein 9B용 텍스트 기반 이미지 생성 워크플로를 다운로드하세요.
72+
<Card title="9B 텍스트 기반 이미지 생성 워크플로우" icon="download" href="http://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/image_flux2_text_to_image_9b.json">
73+
Flux.2 Klein 9B용 텍스트 기반 이미지 생성 워크플로우를 다운로드하세요.
7474
</Card>
7575

7676
<Card title="9B 이미지 편집 베이스" icon="download" href="http://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/image_flux2_klein_image_edit_9b_base.json">
77-
9B 베이스 모델을 사용한 이미지 편집 워크플로를 다운로드하세요.
77+
9B 베이스 모델을 사용한 이미지 편집 워크플로우를 다운로드하세요.
7878
</Card>
7979

8080
<Card title="9B 이미지 편집 정제" icon="download" href="http://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/image_flux2_klein_image_edit_9b_distilled.json">
81-
빠른 정제된 9B 이미지 편집 워크플로를 다운로드하세요.
81+
빠른 정제된 9B 이미지 편집 워크플로우를 다운로드하세요.
8282
</Card>
8383

8484
## Flux.2 Klein 9B 모델 다운로드
8585

8686
<Note>
87-
디퓨전 모델의 경우 BFL의 리포지토리를 방문해 계약을 수락한 후 모델을 다운로드하세요.
87+
확산 모델의 경우 BFL의 리포지토리를 방문해 계약을 수락한 후 모델을 다운로드하세요.
8888
</Note>
8989

9090
<Card title="flux-2-klein-base-9b-fp8.safetensors" icon="download" href="https://huggingface.co/black-forest-labs/FLUX.2-klein-base-9b-fp8">
91-
디퓨전 모델(9B 베이스).
91+
확산 모델(9B 베이스).
9292
</Card>
9393

9494
<Card title="flux-2-klein-9b-fp8.safetensors" icon="download" href="https://huggingface.co/black-forest-labs/FLUX.2-klein-9b-fp8">
95-
디퓨전 모델(9B 정제).
95+
확산 모델(9B 정제).
9696
</Card>
9797

9898
<Card title="qwen_3_8b_fp8mixed.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/flux2-klein-9B/resolve/main/split_files/text_encoders/qwen_3_8b_fp8mixed.safetensors">
@@ -114,4 +114,5 @@ FLUX.2 [Klein]은 Flux 제품군 중 가장 빠른 모델로, 텍스트 기반
114114
│ ├── 📂 text_encoders/
115115
│ │ └── qwen_3_8b_fp8mixed.safetensors
116116
│ └── 📂 vae/
117-
│ └── flux2-vae.safetensors
117+
│ └── flux2-vae.safetensors
118+
```

ko/tutorials/image/ernie-image/ernie-image.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ import UpdateReminder from "/snippets/ko/tutorials/update-reminder.mdx"
8080
│ │ └── ernie-image-prompt-enhancer.safetensors
8181
│ └── 📂 vae/
8282
│ └── flux2-vae.safetensors
83+
```
8384

8485
## ERNIE-Image-Turbo
8586

@@ -123,6 +124,7 @@ import UpdateReminder from "/snippets/ko/tutorials/update-reminder.mdx"
123124
│ │ └── ernie-image-prompt-enhancer.safetensors
124125
│ └── 📂 vae/
125126
│ └── flux2-vae.safetensors
127+
```
126128

127129
## 이용 가능한 모델
128130

ko/tutorials/image/omnigen/omnigen2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ OmniGen2는 풍부한 이미지 편집 기능을 갖추고 있으며, 이미지
9191
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Comfy Cloud에서 실행</p>
9292
</a>
9393

94-
![텍스트 기반 이미지 생성 워크플로우](https://raw.githubusercontent.com/Comfy-Org/example_workflows/main/image/omnigen2/image_omnigen2_image_edit.png)
94+
![이미지 편집 워크플로우](https://raw.githubusercontent.com/Comfy-Org/example_workflows/main/image/omnigen2/image_omnigen2_image_edit.png)
9595

9696
아래 이미지를 다운로드하세요. 이 이미지를 입력 이미지로 사용하겠습니다.
9797
![입력 이미지](https://raw.githubusercontent.com/Comfy-Org/example_workflows/main/image/omnigen2/input_fairy.png)

ko/tutorials/image/pixeldit/pixeldit.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,5 @@ PixelDiT는 두 개의 모델 파일을 사용합니다: 텍스트 인코더와
7373
│ ├── 📂 text_encoders/
7474
│ │ └── gemma_2_2b_it_elm_bf16.safetensors
7575
│ └── 📂 diffusion_models/
76-
│ └── pixeldit_1300m_1024px_bf16.safetensors
76+
│ └── pixeldit_1300m_1024px_bf16.safetensors
77+
```

ko/tutorials/image/z-image/z-image.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ Z-Image (Base)는 커뮤니티 주도의 미세조정 및 맞춤형 개발을
5959
│ ├── 📂 diffusion_models/
6060
│ │ └── z_image_bf16.safetensors
6161
│ └── 📂 vae/
62-
│ └── ae.safetensors
62+
│ └── ae.safetensors
63+
```

ko/tutorials/partner-nodes/hunyuan3d/hunyuan3d-3-0.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ComfyUI는 현재 해당 Hunyuan 3D API를 기본적으로 통합하여, ComfyUI
1616
현재 ComfyUI의 파트너 노드는 다음과 같은 Hunyuan 3D 모델 생성 기능을 지원합니다:
1717
- 텍스트 기반 3D 생성
1818
- 이미지 기반 3D 생성
19-
- 멀티뷰 기반 3D 생성
19+
- 멀티뷰 기반 3D 모델 생성
2020

2121
<ReqHint/>
2222
<UpdateReminder/>
@@ -60,7 +60,7 @@ ComfyUI는 현재 해당 Hunyuan 3D API를 기본적으로 통합하여, ComfyUI
6060
Comfy Cloud에서 실행
6161
</Card>
6262

63-
## 멀티뷰 기반 3D 생성 워크플로우
63+
## 멀티뷰 기반 3D 모델 생성 워크플로우
6464

6565
앞면, 뒷면, 옆면 등 여러 각도의 이미지를 제공해 더욱 정확하고 세부적인 3D 모델을 생성합니다. 이는 이미지 기반 3D 생성과 동일한 워크플로우로, 서로 다른 각도의 이미지 2~4장을 업로드하기만 하면 됩니다.
6666

0 commit comments

Comments
 (0)