docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# [[ControlNet]]
# [[ControlNet|ControlNet]]
## 📌 Brief Summary
컨트롤넷(ControlNet)은 스테이블 디퓨전(Stable Diffusion)과 같은 인공지능 이미지 생성 모델에서 사용되는 고급 제어 기술입니다 [1]. 단순한 텍스트 프롬프트 입력 방식을 넘어서, 이미지의 뼈대(Pose)나 윤곽선(Canny Edge)과 같은 구조적 정보를 모델에 강제로 주입하는 역할을 합니다 [1]. 이를 통해 사용자는 텍스트만으로는 한계가 있는 인체의 자세나 사물의 배치를 픽셀 단위로 정밀하게 통제할 수 있습니다 [1].
@@ -11,8 +11,8 @@
* **다양한 응용 모델 지원**: 인페인팅(Inpainting), 뎁스(Depth) 제어 등 특정 작업에 특화된 다양한 컨트롤넷 기반 모델(예: BRIA-2.3-ControlNet-Inpainting, Stable-Diffusion-3.5-Large-Controlnet-Depth 등)이 존재하여 창작자의 필요에 맞게 활용됩니다 [3, 4].
## 🔗 Knowledge Connections
- **Related Topics:** [[Stable Diffusion]], [[프롬프트 가중치 조절(Prompt Weighting)]], [[인페인팅(Inpainting)]]
- **Projects/Contexts:** [[스테이블 디퓨전(Stable Diffusion) 기반의 픽셀 단위 구도 및 자세 제어 워크플로우]]
- **Related Topics:** [[Stable Diffusion|Stable Diffusion]], 프롬프트 가중치 조절(Prompt Weighting), [[인페인팅 (Inpainting)|인페인팅(Inpainting)]]
- **Projects/Contexts:** 스테이블 디퓨전(Stable Diffusion) 기반의 픽셀 단위 구도 및 자세 제어 워크플로우
- **Contradictions/Notes:** 소스에 관련 정보가 부족합니다. 주요 출처인 "ControlNet: A Complete Guide" 문서의 내용이 보안 시스템에 의해 차단되어 상세한 매커니즘이나 사용법에 대한 구체적인 서술이 불가능합니다 [2].
---