meeting-109 60갑자 60장 양산 + v3 자산 등록

Phase 1 — v3 자산 등록:
- workflows/winner-byeolyi-kontext-v3.json (reusable_for: 60갑자/타로/12지신/운세카드)
- design-tokens/byeolyi-kontext-palette.json (KMeans k=5)
  palette: #eacfdc, #14143c, #6c4552, #b18cc2, #dba784
- prompts/proven-patterns.json: kontext_v3 workflow + text overlay
- future-assets-plan.md: 별이  합격 / 60갑자 양산 중

Phase 2 — 60갑자 매트릭스:
- 10천간(甲乙丙丁戊己庚辛壬癸) × 12지지(子丑寅卯辰巳午未申酉戌亥) = 60
- 오행: 목(초록)/화(빨강)/토(노랑)/금(흰)/수(검정)
- 동물: 쥐/소/호랑이/토끼/용/뱀/말/양/원숭이/닭/개/돼지

Phase 3 — 60장 양산 (모두 success):
- 워크플로: Flux Kontext Q4 GGUF + ReferenceLatent→conditioning + EmptyLatent + denoise 1.0
- reference: byeolyi-default.png (60장 모두)
- seed: 30260520 + idx×13
- 768×1344 (9:16 fortune card aspect)
- 카드당 ~55-70초, 12 batch × ~5분, 총 ~70분

Phase 4 — PIL 텍스트 합성:
- 한자 (상단 중앙): NotoSerifCJK-Bold 180pt 크림화이트 + 라벤더 그림자
- 한글 (한자 아래): NanumMyeongjoBold 84pt 연라벤더
- 모든 60장 한자/한글 정확 합성

산출:
- raw_01_갑자.png ~ raw_60_계해.png (텍스트 없는 원본)
- 01_갑자_final.png ~ 60_계해_final.png (최종)
- *_thumb.png × 60 (썸네일)
- review_manifest.json: 60장 메타 (index/hanja/hangul/animal/element/seed/...)
- index.html: 6×10 그리드 (오행 색 chip 포함)

검수 URL:
- 운영서버: https://kakaoz.tail31bd37.ts.net/eval/meeting-109-60gapja/
- Gitea raw: assets-library/workflows/winner-byeolyi-kontext-v3.json
This commit is contained in:
choijaewook
2026-05-20 13:42:24 +09:00
parent 106abebec5
commit 24bf9a7c98
187 changed files with 1916 additions and 2 deletions

View File

@@ -0,0 +1,58 @@
{
"source": "byeolyi-series-v3 raw_01~10.png",
"extraction": "KMeans k=5 on combined 128x128 samples",
"captured": "2026-05-20",
"palette": [
{
"index": 3,
"hex": "#eacfdc",
"rgb": [
234,
207,
220
],
"ratio": 0.3838
},
{
"index": 2,
"hex": "#14143c",
"rgb": [
20,
20,
60
],
"ratio": 0.2509
},
{
"index": 0,
"hex": "#6c4552",
"rgb": [
108,
69,
82
],
"ratio": 0.1327
},
{
"index": 1,
"hex": "#b18cc2",
"rgb": [
177,
140,
194
],
"ratio": 0.1242
},
{
"index": 4,
"hex": "#dba784",
"rgb": [
219,
167,
132
],
"ratio": 0.1084
}
],
"usage_hint": "60갑자/타로/12지신 배경 톤·악센트 컬러로 재활용"
}

View File

@@ -237,5 +237,34 @@
"FORMULA": "Flux Dev Q5 GGUF (no PuLID) + uni_pc + karras + soft pastel autumn prompt" "FORMULA": "Flux Dev Q5 GGUF (no PuLID) + uni_pc + karras + soft pastel autumn prompt"
} }
] ]
},
"byeolyi_kontext_v3": {
"workflow_pattern": {
"pattern": "Flux Kontext Q4 GGUF + ReferenceLatent→conditioning + EmptyLatentImage + denoise 1.0",
"reference_image": "byeolyi-default.png",
"sampler": "euler",
"scheduler": "simple",
"cfg": 1.0,
"steps": 25,
"guidance": 3.5,
"validated_on": "byeolyi-series-v3 (10장, 9.5/10 합격)",
"date": "2026-05-20",
"reusable_for": [
"60갑자",
"타로",
"12지신",
"운세카드"
]
},
"text_overlay_pattern": {
"pattern": "PIL post-composite — SDXL/Flux의 한글 깨짐 회피",
"font_korean": "/usr/share/fonts/truetype/nanum/NanumMyeongjoBold.ttf",
"font_chinese": "/usr/share/fonts/opentype/noto/NotoSerifCJK-Bold.ttc",
"color_kr": "(254,250,246,255) 크림화이트",
"color_cn": "(230,210,255,170) 반투명 라벤더",
"shadow": "(30,15,60,180) 4-direction soft",
"validated_on": "byeolyi-series-v3 한글/한자 100%",
"date": "2026-05-20"
}
} }
} }

View File

@@ -0,0 +1,166 @@
{
"1": {
"class_type": "UnetLoaderGGUF",
"inputs": {
"unet_name": "flux1-kontext-dev-Q4_K_S.gguf"
}
},
"2": {
"class_type": "DualCLIPLoader",
"inputs": {
"clip_name1": "clip_l.safetensors",
"clip_name2": "t5xxl_fp8_e4m3fn.safetensors",
"type": "flux"
}
},
"3": {
"class_type": "VAELoader",
"inputs": {
"vae_name": "ae.safetensors"
}
},
"10": {
"class_type": "LoadImage",
"inputs": {
"image": "byeolyi-default.png"
}
},
"11": {
"class_type": "FluxKontextImageScale",
"inputs": {
"image": [
"10",
0
]
}
},
"12": {
"class_type": "VAEEncode",
"inputs": {
"pixels": [
"11",
0
],
"vae": [
"3",
0
]
}
},
"20": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "{POSITIVE_PROMPT}",
"clip": [
"2",
0
]
}
},
"21": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "{NEGATIVE_PROMPT}",
"clip": [
"2",
0
]
}
},
"22": {
"class_type": "ReferenceLatent",
"inputs": {
"conditioning": [
"20",
0
],
"latent": [
"12",
0
]
}
},
"23": {
"class_type": "FluxGuidance",
"inputs": {
"conditioning": [
"22",
0
],
"guidance": 3.5
}
},
"24": {
"class_type": "EmptyLatentImage",
"inputs": {
"width": 1024,
"height": 1024,
"batch_size": 1
}
},
"30": {
"class_type": "KSampler",
"inputs": {
"model": [
"1",
0
],
"positive": [
"23",
0
],
"negative": [
"21",
0
],
"latent_image": [
"24",
0
],
"seed": "{SEED}",
"steps": 25,
"cfg": 1.0,
"sampler_name": "euler",
"scheduler": "simple",
"denoise": 1.0
}
},
"31": {
"class_type": "VAEDecode",
"inputs": {
"samples": [
"30",
0
],
"vae": [
"3",
0
]
}
},
"32": {
"class_type": "SaveImage",
"inputs": {
"images": [
"31",
0
],
"filename_prefix": "{FILENAME}"
}
},
"_meta": {
"version": "v3",
"pattern": "ReferenceLatent→conditioning + EmptyLatentImage + denoise 1.0",
"reference": "byeolyi-default.png",
"reusable_for": [
"60갑자",
"타로 78장",
"12지신",
"운세 카드",
"별이 일러스트 시리즈",
"인스타 9:16 카드"
],
"validated": "byeolyi-series-v3 10장 9.5/10",
"captured": "2026-05-20"
}
}

View File

@@ -0,0 +1,374 @@
<!DOCTYPE html><html lang="ko"><head><meta charset="utf-8">
<title>meeting-109 — 60갑자 60장</title>
<style>*{box-sizing:border-box}body{font-family:-apple-system,'Apple SD Gothic Neo',sans-serif;background:#1a1428;color:#eaeaf0;padding:24px;margin:0}h1{margin:0 0 8px;font-size:24px}.subtitle{color:#b8a5d6;margin-bottom:16px;font-size:13px}.summary{background:#241b3a;border-left:3px solid #b18cf5;padding:14px 18px;margin-bottom:24px;border-radius:6px;line-height:1.7}.summary b{color:#d9c6ff}.grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}@media(max-width:1400px){.grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:1100px){.grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:850px){.grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.grid{grid-template-columns:repeat(2,1fr)}}.cell{background:#1f1635;border:1px solid #3d2d5e;border-radius:8px;overflow:hidden}.cell img{width:100%;display:block;background:#0a0610;aspect-ratio:9/16;object-fit:cover}.label{padding:8px 10px;font-size:11px;color:#d9c6ff;text-align:center}.hj{color:#fff;font-size:14px}.hg{color:#b8a5d6;margin-left:4px}.row2{margin-top:4px;color:#8a7da8;font-size:10px}.chip{display:inline-block;padding:1px 6px;border-radius:8px;font-size:10px;color:#000;font-weight:600;margin-left:2px}</style></head><body>
<h1>meeting-109 — 60갑자 60장 (Flux Kontext v3) 🎴</h1>
<p class="subtitle">10천간 × 12지지 = 60조합 · byeolyi-default.png reference + ReferenceLatent + EmptyLatent + denoise 1.0</p>
<div class="summary">
생성: <b>60/60</b> · 워크플로: Flux Kontext Q4 GGUF v3 (winner-byeolyi-kontext-v3.json)<br>
seed: 30260520 + idx×13 · 폰트: NanumMyeongjoBold(한글) + NotoSerifCJK(한자)<br>
captured: 2026-05-20T13:40:44 · 9:16 vertical aspect · 768×1344<br>
다음 검수: 1번 vs 60번 인물 일관성, 한자 정확도, 오행 배경 매칭 (vision review)
</div>
<div class="grid">
<div class="cell">
<img src="../results/meeting-109-60gapja/01_갑자_final.png" alt="甲子">
<div class="label">
<div class="row1"><b class="hj">甲子</b> <span class="hg">갑자</span></div>
<div class="row2">#01 · rat · <span class="chip" style="background:#7cc78c">wood</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/02_을축_final.png" alt="乙丑">
<div class="label">
<div class="row1"><b class="hj">乙丑</b> <span class="hg">을축</span></div>
<div class="row2">#02 · ox · <span class="chip" style="background:#7cc78c">wood</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/03_병인_final.png" alt="丙寅">
<div class="label">
<div class="row1"><b class="hj">丙寅</b> <span class="hg">병인</span></div>
<div class="row2">#03 · tiger · <span class="chip" style="background:#e88882">fire</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/04_정묘_final.png" alt="丁卯">
<div class="label">
<div class="row1"><b class="hj">丁卯</b> <span class="hg">정묘</span></div>
<div class="row2">#04 · rabbit · <span class="chip" style="background:#e88882">fire</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/05_무진_final.png" alt="戊辰">
<div class="label">
<div class="row1"><b class="hj">戊辰</b> <span class="hg">무진</span></div>
<div class="row2">#05 · dragon · <span class="chip" style="background:#e8d28a">earth</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/06_기사_final.png" alt="己巳">
<div class="label">
<div class="row1"><b class="hj">己巳</b> <span class="hg">기사</span></div>
<div class="row2">#06 · snake · <span class="chip" style="background:#e8d28a">earth</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/07_경오_final.png" alt="庚午">
<div class="label">
<div class="row1"><b class="hj">庚午</b> <span class="hg">경오</span></div>
<div class="row2">#07 · horse · <span class="chip" style="background:#dadada">metal</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/08_신미_final.png" alt="辛未">
<div class="label">
<div class="row1"><b class="hj">辛未</b> <span class="hg">신미</span></div>
<div class="row2">#08 · sheep · <span class="chip" style="background:#dadada">metal</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/09_임신_final.png" alt="壬申">
<div class="label">
<div class="row1"><b class="hj">壬申</b> <span class="hg">임신</span></div>
<div class="row2">#09 · monkey · <span class="chip" style="background:#5e7a9a">water</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/10_계유_final.png" alt="癸酉">
<div class="label">
<div class="row1"><b class="hj">癸酉</b> <span class="hg">계유</span></div>
<div class="row2">#10 · rooster · <span class="chip" style="background:#5e7a9a">water</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/11_갑술_final.png" alt="甲戌">
<div class="label">
<div class="row1"><b class="hj">甲戌</b> <span class="hg">갑술</span></div>
<div class="row2">#11 · dog · <span class="chip" style="background:#7cc78c">wood</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/12_을해_final.png" alt="乙亥">
<div class="label">
<div class="row1"><b class="hj">乙亥</b> <span class="hg">을해</span></div>
<div class="row2">#12 · pig · <span class="chip" style="background:#7cc78c">wood</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/13_병자_final.png" alt="丙子">
<div class="label">
<div class="row1"><b class="hj">丙子</b> <span class="hg">병자</span></div>
<div class="row2">#13 · rat · <span class="chip" style="background:#e88882">fire</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/14_정축_final.png" alt="丁丑">
<div class="label">
<div class="row1"><b class="hj">丁丑</b> <span class="hg">정축</span></div>
<div class="row2">#14 · ox · <span class="chip" style="background:#e88882">fire</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/15_무인_final.png" alt="戊寅">
<div class="label">
<div class="row1"><b class="hj">戊寅</b> <span class="hg">무인</span></div>
<div class="row2">#15 · tiger · <span class="chip" style="background:#e8d28a">earth</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/16_기묘_final.png" alt="己卯">
<div class="label">
<div class="row1"><b class="hj">己卯</b> <span class="hg">기묘</span></div>
<div class="row2">#16 · rabbit · <span class="chip" style="background:#e8d28a">earth</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/17_경진_final.png" alt="庚辰">
<div class="label">
<div class="row1"><b class="hj">庚辰</b> <span class="hg">경진</span></div>
<div class="row2">#17 · dragon · <span class="chip" style="background:#dadada">metal</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/18_신사_final.png" alt="辛巳">
<div class="label">
<div class="row1"><b class="hj">辛巳</b> <span class="hg">신사</span></div>
<div class="row2">#18 · snake · <span class="chip" style="background:#dadada">metal</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/19_임오_final.png" alt="壬午">
<div class="label">
<div class="row1"><b class="hj">壬午</b> <span class="hg">임오</span></div>
<div class="row2">#19 · horse · <span class="chip" style="background:#5e7a9a">water</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/20_계미_final.png" alt="癸未">
<div class="label">
<div class="row1"><b class="hj">癸未</b> <span class="hg">계미</span></div>
<div class="row2">#20 · sheep · <span class="chip" style="background:#5e7a9a">water</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/21_갑신_final.png" alt="甲申">
<div class="label">
<div class="row1"><b class="hj">甲申</b> <span class="hg">갑신</span></div>
<div class="row2">#21 · monkey · <span class="chip" style="background:#7cc78c">wood</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/22_을유_final.png" alt="乙酉">
<div class="label">
<div class="row1"><b class="hj">乙酉</b> <span class="hg">을유</span></div>
<div class="row2">#22 · rooster · <span class="chip" style="background:#7cc78c">wood</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/23_병술_final.png" alt="丙戌">
<div class="label">
<div class="row1"><b class="hj">丙戌</b> <span class="hg">병술</span></div>
<div class="row2">#23 · dog · <span class="chip" style="background:#e88882">fire</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/24_정해_final.png" alt="丁亥">
<div class="label">
<div class="row1"><b class="hj">丁亥</b> <span class="hg">정해</span></div>
<div class="row2">#24 · pig · <span class="chip" style="background:#e88882">fire</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/25_무자_final.png" alt="戊子">
<div class="label">
<div class="row1"><b class="hj">戊子</b> <span class="hg">무자</span></div>
<div class="row2">#25 · rat · <span class="chip" style="background:#e8d28a">earth</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/26_기축_final.png" alt="己丑">
<div class="label">
<div class="row1"><b class="hj">己丑</b> <span class="hg">기축</span></div>
<div class="row2">#26 · ox · <span class="chip" style="background:#e8d28a">earth</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/27_경인_final.png" alt="庚寅">
<div class="label">
<div class="row1"><b class="hj">庚寅</b> <span class="hg">경인</span></div>
<div class="row2">#27 · tiger · <span class="chip" style="background:#dadada">metal</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/28_신묘_final.png" alt="辛卯">
<div class="label">
<div class="row1"><b class="hj">辛卯</b> <span class="hg">신묘</span></div>
<div class="row2">#28 · rabbit · <span class="chip" style="background:#dadada">metal</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/29_임진_final.png" alt="壬辰">
<div class="label">
<div class="row1"><b class="hj">壬辰</b> <span class="hg">임진</span></div>
<div class="row2">#29 · dragon · <span class="chip" style="background:#5e7a9a">water</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/30_계사_final.png" alt="癸巳">
<div class="label">
<div class="row1"><b class="hj">癸巳</b> <span class="hg">계사</span></div>
<div class="row2">#30 · snake · <span class="chip" style="background:#5e7a9a">water</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/31_갑오_final.png" alt="甲午">
<div class="label">
<div class="row1"><b class="hj">甲午</b> <span class="hg">갑오</span></div>
<div class="row2">#31 · horse · <span class="chip" style="background:#7cc78c">wood</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/32_을미_final.png" alt="乙未">
<div class="label">
<div class="row1"><b class="hj">乙未</b> <span class="hg">을미</span></div>
<div class="row2">#32 · sheep · <span class="chip" style="background:#7cc78c">wood</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/33_병신_final.png" alt="丙申">
<div class="label">
<div class="row1"><b class="hj">丙申</b> <span class="hg">병신</span></div>
<div class="row2">#33 · monkey · <span class="chip" style="background:#e88882">fire</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/34_정유_final.png" alt="丁酉">
<div class="label">
<div class="row1"><b class="hj">丁酉</b> <span class="hg">정유</span></div>
<div class="row2">#34 · rooster · <span class="chip" style="background:#e88882">fire</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/35_무술_final.png" alt="戊戌">
<div class="label">
<div class="row1"><b class="hj">戊戌</b> <span class="hg">무술</span></div>
<div class="row2">#35 · dog · <span class="chip" style="background:#e8d28a">earth</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/36_기해_final.png" alt="己亥">
<div class="label">
<div class="row1"><b class="hj">己亥</b> <span class="hg">기해</span></div>
<div class="row2">#36 · pig · <span class="chip" style="background:#e8d28a">earth</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/37_경자_final.png" alt="庚子">
<div class="label">
<div class="row1"><b class="hj">庚子</b> <span class="hg">경자</span></div>
<div class="row2">#37 · rat · <span class="chip" style="background:#dadada">metal</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/38_신축_final.png" alt="辛丑">
<div class="label">
<div class="row1"><b class="hj">辛丑</b> <span class="hg">신축</span></div>
<div class="row2">#38 · ox · <span class="chip" style="background:#dadada">metal</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/39_임인_final.png" alt="壬寅">
<div class="label">
<div class="row1"><b class="hj">壬寅</b> <span class="hg">임인</span></div>
<div class="row2">#39 · tiger · <span class="chip" style="background:#5e7a9a">water</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/40_계묘_final.png" alt="癸卯">
<div class="label">
<div class="row1"><b class="hj">癸卯</b> <span class="hg">계묘</span></div>
<div class="row2">#40 · rabbit · <span class="chip" style="background:#5e7a9a">water</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/41_갑진_final.png" alt="甲辰">
<div class="label">
<div class="row1"><b class="hj">甲辰</b> <span class="hg">갑진</span></div>
<div class="row2">#41 · dragon · <span class="chip" style="background:#7cc78c">wood</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/42_을사_final.png" alt="乙巳">
<div class="label">
<div class="row1"><b class="hj">乙巳</b> <span class="hg">을사</span></div>
<div class="row2">#42 · snake · <span class="chip" style="background:#7cc78c">wood</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/43_병오_final.png" alt="丙午">
<div class="label">
<div class="row1"><b class="hj">丙午</b> <span class="hg">병오</span></div>
<div class="row2">#43 · horse · <span class="chip" style="background:#e88882">fire</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/44_정미_final.png" alt="丁未">
<div class="label">
<div class="row1"><b class="hj">丁未</b> <span class="hg">정미</span></div>
<div class="row2">#44 · sheep · <span class="chip" style="background:#e88882">fire</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/45_무신_final.png" alt="戊申">
<div class="label">
<div class="row1"><b class="hj">戊申</b> <span class="hg">무신</span></div>
<div class="row2">#45 · monkey · <span class="chip" style="background:#e8d28a">earth</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/46_기유_final.png" alt="己酉">
<div class="label">
<div class="row1"><b class="hj">己酉</b> <span class="hg">기유</span></div>
<div class="row2">#46 · rooster · <span class="chip" style="background:#e8d28a">earth</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/47_경술_final.png" alt="庚戌">
<div class="label">
<div class="row1"><b class="hj">庚戌</b> <span class="hg">경술</span></div>
<div class="row2">#47 · dog · <span class="chip" style="background:#dadada">metal</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/48_신해_final.png" alt="辛亥">
<div class="label">
<div class="row1"><b class="hj">辛亥</b> <span class="hg">신해</span></div>
<div class="row2">#48 · pig · <span class="chip" style="background:#dadada">metal</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/49_임자_final.png" alt="壬子">
<div class="label">
<div class="row1"><b class="hj">壬子</b> <span class="hg">임자</span></div>
<div class="row2">#49 · rat · <span class="chip" style="background:#5e7a9a">water</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/50_계축_final.png" alt="癸丑">
<div class="label">
<div class="row1"><b class="hj">癸丑</b> <span class="hg">계축</span></div>
<div class="row2">#50 · ox · <span class="chip" style="background:#5e7a9a">water</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/51_갑인_final.png" alt="甲寅">
<div class="label">
<div class="row1"><b class="hj">甲寅</b> <span class="hg">갑인</span></div>
<div class="row2">#51 · tiger · <span class="chip" style="background:#7cc78c">wood</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/52_을묘_final.png" alt="乙卯">
<div class="label">
<div class="row1"><b class="hj">乙卯</b> <span class="hg">을묘</span></div>
<div class="row2">#52 · rabbit · <span class="chip" style="background:#7cc78c">wood</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/53_병진_final.png" alt="丙辰">
<div class="label">
<div class="row1"><b class="hj">丙辰</b> <span class="hg">병진</span></div>
<div class="row2">#53 · dragon · <span class="chip" style="background:#e88882">fire</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/54_정사_final.png" alt="丁巳">
<div class="label">
<div class="row1"><b class="hj">丁巳</b> <span class="hg">정사</span></div>
<div class="row2">#54 · snake · <span class="chip" style="background:#e88882">fire</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/55_무오_final.png" alt="戊午">
<div class="label">
<div class="row1"><b class="hj">戊午</b> <span class="hg">무오</span></div>
<div class="row2">#55 · horse · <span class="chip" style="background:#e8d28a">earth</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/56_기미_final.png" alt="己未">
<div class="label">
<div class="row1"><b class="hj">己未</b> <span class="hg">기미</span></div>
<div class="row2">#56 · sheep · <span class="chip" style="background:#e8d28a">earth</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/57_경신_final.png" alt="庚申">
<div class="label">
<div class="row1"><b class="hj">庚申</b> <span class="hg">경신</span></div>
<div class="row2">#57 · monkey · <span class="chip" style="background:#dadada">metal</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/58_신유_final.png" alt="辛酉">
<div class="label">
<div class="row1"><b class="hj">辛酉</b> <span class="hg">신유</span></div>
<div class="row2">#58 · rooster · <span class="chip" style="background:#dadada">metal</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/59_임술_final.png" alt="壬戌">
<div class="label">
<div class="row1"><b class="hj">壬戌</b> <span class="hg">임술</span></div>
<div class="row2">#59 · dog · <span class="chip" style="background:#5e7a9a">water</span></div>
</div>
</div><div class="cell">
<img src="../results/meeting-109-60gapja/60_계해_final.png" alt="癸亥">
<div class="label">
<div class="row1"><b class="hj">癸亥</b> <span class="hg">계해</span></div>
<div class="row2">#60 · pig · <span class="chip" style="background:#5e7a9a">water</span></div>
</div>
</div>
</div></body></html>

View File

@@ -4,8 +4,8 @@
> R&D 진행 중 Claude Code 가 라운드마다 자동 갱신 > R&D 진행 중 Claude Code 가 라운드마다 자동 갱신
## 현재 R&D 진행 중 (meeting-103 v2.1) ## 현재 R&D 진행 중 (meeting-103 v2.1)
- 별이 캐릭터 (25-28세, 모던 한복 라벤더+크림, Cute Horror) - 별이 캐릭터 (byeolyi-series-v3 9.5/10, Kontext v3 워크플로 확정) (25-28세, 모던 한복 라벤더+크림, Cute Horror)
- ⏳ 60갑자 한자 카드 (60장, "甲子" 정확 한자 렌더링) - ⏳ 60갑자 60장 양산 중 (meeting-109, Kontext v3 베이스) (60장, "甲子" 정확 한자 렌더링)
- ⏳ 한옥 풍경 (한국 곡선 기와, NOT 일본 5층탑) - ⏳ 한옥 풍경 (한국 곡선 기와, NOT 일본 5층탑)
## 다음 R&D 대기 자산 (별이 합격 후) ## 다음 R&D 대기 자산 (별이 합격 후)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 947 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 973 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Some files were not shown because too many files have changed in this diff Show More