Files
2nd/10_Wiki/Topics/Domain_Design/Comfyui/위키 Workflow templates - ComfyUI 2026-05-20.md
T
Antigravity Agent c24165b8bc refactor(topics): 멀티 에이전트용 지식 재편 — _Common(공통 기본기) + Domain_* 구조
에이전트 8종(대화형/프로그래머 C·S/디자이너/설계자/기획자/QA/PD/PM)에게
[공통 기본 능력 + 롤별 Specialty] 2층으로 지식을 주입하기 위한 재분류.
문서 내용·포맷은 무수정, 폴더 이동만 (6,372개 문서 수 보존 확인).

- Topic_Programming → Domain_Programming (내부 구조 보존)
- Topic_Graphic → Domain_Design
- Topic_Business → Domain_Product
- Topic_General → Domain_General
- _Common 신설: Math(구 Topic_Math_Specialty), Reasoning(구 General/From_Thinking & Reasoning),
  Reasoning_Creativity(구 General/From_창의성), Communication(Poetic_Blog_Writing + From_writing)
- 타 도메인의 From_* 폴더는 유지 (출처 표기일 뿐, 이미 도메인에 맞게 분류된 문서)
- 빈 폴더 정리 (memory/procedures)
- 에이전트→폴더 매핑은 workspace의 .astra/agent-knowledge-map.json (9개 에이전트)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-11 11:05:56 +09:00

3.7 KiB

id, title, category, status, verification_status, canonical_id, aliases, duplicate_of, source_trust_level, confidence_score, created_at, updated_at, review_reason, merge_history, tags, raw_sources, applied_in, github_commit
id title category status verification_status canonical_id aliases duplicate_of source_trust_level confidence_score created_at updated_at review_reason merge_history tags raw_sources applied_in github_commit
workflow-templates---comfyui Workflow templates - ComfyUI 10_Wiki/Topics draft conceptual
B 0.8 2026-05-20 2026-05-20
web
wikify
https://docs.comfy.org/custom-nodes/workflow_templates

Workflow templates - ComfyUI

🎯 한 줄 통찰 (One-line insight)

커스토머 노드 개발자가 example_workflows 폴더를 통해 사용자에게 예제 워크플로우를 제공함으로써 ComfyUI 템플릿 브라우저에 시각적 가이드를 구축하는 방법.

🧠 핵심 개념 (Core concepts)

  • Workflow Templates: 커스토머 노드와 연관된 예제 워크플로우 파일을 사용자에게 보여주는 기능.
  • Template Browser: Workflow/Browse Templates 메뉴를 통해 사용자가 예제 워크플로우를 탐색할 수 있는 인터페이스.
  • Static Serving: ComfyUI 서버가 /api/workflow_templates 엔드포인트를 통해 템플릿 컬렉션을 정적으로 제공함.
  • Thumbnail Support: .json 파일과 동일한 이름을 가진 .jpg 파일을 배치하여 템플릿의 썸네일로 활용 가능.

🧩 추출된 패턴 (Extracted patterns)

  • 노드 개발자의 워크플로우 지원 전략: 노드 개발자는 example_workflows 폴더를 생성하고 그 안에 .json 파일을 배치함으로써 사용자의 초기 진입을 도울 수 있음.
  • 폴더 명명 규칙의 유연성: example_workflows 외에도 workflow, workflows, example, examples 등의 폴차 이름을 사용할 수 있으나, example_workflows 사용을 권장함.

📖 세부 내용 (Details)

🛠️ 구현 방법 (Implementation)

  • 폴더 구조: 노드 개발자는 커스텀 노드 디렉토리 내에 example_workflows 폴더를 생성해야 합니다.
  • 파일 구성:
    • .json 파일: 워크플로우의 핵심 데이터가 담긴 파일입니다.
    • .jpg 파일 (선용적): 동일한 이름을 가진 이미지 파일을 배치하면 템플릿 브라우저에서 썸네일로 표시됩니다.

📂 디렉토리 예시 (Directory Example)

ComfyUI-MyCustomNodeModule/example_workflows/ 경로 내 구성:

  • My_example_workflow_1.json
  • My_example_workflow_1.jpg
  • My_example_workflow_2.json

⚙️ 시스템 동작 (System Behavior)

  • 엔드포인트: ComfyUI 서버는 /api/workflow_templates 엔드포인트를 통해 워크플로우 템플릿 컬렉션을 반환합니다.
  • 카테고리 표시: 위 예시와 같이 구성될 경우, 템플릿 브라우저에는 ComfyUI-MyCustomNodeModule이라는 카테고리와 함께 항목들이 표시됩니다.

⚖️ 모순 및 업데이트 (Contradictions & updates)

본문에서 확인되지 않음.

🛠️ 적용 사례 (Applied in summary)

  • 실제 사례: ComfyUI-Impact-Packexample_workflows 폴더 구성이 실제 사례로 언급됨.

검증 상태 및 신뢰도

  • 상태: draft
  • 검증 단계: conceptual
  • 출처 신ILD: B (Primary Source — 웹사이트 본문 직접 추출)
  • 중복 검사 결과: 신규 생성 (New discovery)

📝 변경 이력 (Change history)