byeolyi-series-v2: Flux Kontext img2img 10장 (reference: byeolyi-default.png)

이전 v1 (animagine-xl text2img) → v2 (Flux Kontext img2img reference 기반)

모델 조합:
- 메인: flux1-kontext-dev-Q4_K_S.gguf (UnetLoaderGGUF)
- DualCLIP: clip_l + t5xxl_fp8_e4m3fn
- VAE: ae.safetensors
- Reference: byeolyi-default.png (FluxKontextImageScale → VAEEncode → ReferenceLatent)

img2img 파라미터:
- denoise 0.32~0.38 (낮게, 캐릭터 얼굴·헤어·의상 최대 유지)
- 25 steps euler/simple cfg 1.0 guidance 3.5
- 1024x1024 PNG
- seed 20260520 + i×13 (일관 패턴)

10장 (모두 success):
01_today_fortune.png — 손가락 볼 미소 — 오늘의 운세
02_hope.png — 창밖 밤하늘 — 희망 (希望)
03_lucky_start.png — 따뜻한 차 — 행운의 시작
04_destiny_flow.png — 타로카드 — 운명의 흐름
05_new_relationship.png — 벚꽃 — 새로운 인연
06_wish.png — 별빛 기도 — 소원 (願)
07_unexpected_luck.png — 놀란 표정 — 예상치 못한 행운
08_happiness.png — 노을 뒤돌아보기 — 행복 (幸福)
09_inner_peace.png — 달빛 — 마음의 안정
10_bright_tomorrow.png — 정면 엔딩 — 당신의 내일은 빛납니다

산출:
- raw_01.png ~ raw_10.png: 텍스트 없는 원본
- 01_*.png ~ 10_*.png: 한글/한자 PIL composite 최종본
- review_manifest.json: index/filename/prompt/seed/denoise/model/text + consistency_check
- index.html: 그리드 (kakaoz 운영서버 배포)

검수 URL:
- 그리드: https://kakaoz.tail31bd37.ts.net/eval/byeolyi-series-v2/
- manifest: https://kakaoz.tail31bd37.ts.net/eval/byeolyi-series-v2/review_manifest.json

consistency_check: needs human review (사용자 vision 검수 대기)
This commit is contained in:
choijaewook
2026-05-20 10:54:08 +09:00
parent 5867174dac
commit 1cbf1dba82
22 changed files with 138 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@@ -0,0 +1,26 @@
<!DOCTYPE html><html lang="ko"><head><meta charset="utf-8">
<title>별이 10장 시리즈 v2 — Flux Kontext img2img</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(auto-fill,minmax(320px,1fr));gap:16px}.cell{background:#1f1635;border:1px solid #3d2d5e;border-radius:10px;overflow:hidden}.cell img{width:100%;display:block;background:#0a0610;aspect-ratio:1/1;object-fit:cover}.label{padding:12px 14px;font-size:14px;color:#d9c6ff;font-weight:600;text-align:center;white-space:pre-line}.meta{font-size:11px;color:#8a7da8;padding:0 14px 12px;text-align:center;font-family:ui-monospace,monospace}</style></head><body>
<h1>별이 10장 시리즈 v2 — Flux Kontext img2img (reference: byeolyi-default.png)</h1>
<p class="subtitle">flux1-kontext-dev-Q4_K_S.gguf + ReferenceLatent / denoise 0.32~0.38 / 1024x1024</p>
<div class="summary">
방식: img2img reference (byeolyi-default.png 캐릭터 유지)<br>
모델: flux1-kontext-dev-Q4_K_S.gguf + FluxKontextImageScale + ReferenceLatent<br>
denoise: 0.32~0.38 (낮게 유지하여 얼굴·헤어·의상 유지)<br>
시드: 20260520 + i×13 (일관 패턴)<br>
텍스트: PIL post-composite (NanumSquareNeo + NotoSerifCJK)<br>
review_manifest.json: 캐릭터 일관성 vision 검수 대기 (consistency_check: needs human review)
</div>
<div class="grid">
<div class="cell"><img src="01_today_fortune.png" alt="01"><div class="label">01. 오늘의 운세</div><div class="meta">seed 20260520 / denoise 0.35</div></div>
<div class="cell"><img src="02_hope.png" alt="02"><div class="label">02. 희망 (希望)</div><div class="meta">seed 20260533 / denoise 0.38</div></div>
<div class="cell"><img src="03_lucky_start.png" alt="03"><div class="label">03. 행운의 시작</div><div class="meta">seed 20260546 / denoise 0.32</div></div>
<div class="cell"><img src="04_destiny_flow.png" alt="04"><div class="label">04. 운명의 흐름</div><div class="meta">seed 20260559 / denoise 0.36</div></div>
<div class="cell"><img src="05_new_relationship.png" alt="05"><div class="label">05. 새로운 인연</div><div class="meta">seed 20260572 / denoise 0.35</div></div>
<div class="cell"><img src="06_wish.png" alt="06"><div class="label">06. 소원 (願)</div><div class="meta">seed 20260585 / denoise 0.36</div></div>
<div class="cell"><img src="07_unexpected_luck.png" alt="07"><div class="label">07. 예상치 못한 행운</div><div class="meta">seed 20260598 / denoise 0.38</div></div>
<div class="cell"><img src="08_happiness.png" alt="08"><div class="label">08. 행복 (幸福)</div><div class="meta">seed 20260611 / denoise 0.36</div></div>
<div class="cell"><img src="09_inner_peace.png" alt="09"><div class="label">09. 마음의 안정</div><div class="meta">seed 20260624 / denoise 0.34</div></div>
<div class="cell"><img src="10_bright_tomorrow.png" alt="10"><div class="label">10. 당신의 내일은
빛납니다</div><div class="meta">seed 20260637 / denoise 0.35</div></div>
</div></body></html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -0,0 +1,112 @@
[
{
"index": 1,
"filename": "01_today_fortune.png",
"prompt": "finger lightly touching cheek, soft smile, sparkling star bokeh background, lavender pink soft pastel sky",
"seed": 20260520,
"denoise": 0.35,
"model": "flux1-kontext-dev-Q4_K_S.gguf",
"reference_image": "byeolyi-default.png",
"text": "오늘의 운세",
"consistency_check": "needs human review"
},
{
"index": 2,
"filename": "02_hope.png",
"prompt": "looking at window dreamy night sky, gentle melancholic expression, deep purple blue starry night through window",
"seed": 20260533,
"denoise": 0.38,
"model": "flux1-kontext-dev-Q4_K_S.gguf",
"reference_image": "byeolyi-default.png",
"text": "희망 / 希望",
"consistency_check": "needs human review"
},
{
"index": 3,
"filename": "03_lucky_start.png",
"prompt": "holding warm porcelain teacup in both hands, soft smile, cozy warm pastel indoor light, gentle steam rising",
"seed": 20260546,
"denoise": 0.32,
"model": "flux1-kontext-dev-Q4_K_S.gguf",
"reference_image": "byeolyi-default.png",
"text": "행운의 시작",
"consistency_check": "needs human review"
},
{
"index": 4,
"filename": "04_destiny_flow.png",
"prompt": "holding fanned tarot cards in hand, looking down mysteriously, mystical lavender atmosphere with floating stardust",
"seed": 20260559,
"denoise": 0.36,
"model": "flux1-kontext-dev-Q4_K_S.gguf",
"reference_image": "byeolyi-default.png",
"text": "운명의 흐름",
"consistency_check": "needs human review"
},
{
"index": 5,
"filename": "05_new_relationship.png",
"prompt": "soft pink cherry blossoms floating around, eyes gently closed, cherry blossom petals in air, spring breeze",
"seed": 20260572,
"denoise": 0.35,
"model": "flux1-kontext-dev-Q4_K_S.gguf",
"reference_image": "byeolyi-default.png",
"text": "새로운 인연",
"consistency_check": "needs human review"
},
{
"index": 6,
"filename": "06_wish.png",
"prompt": "eyes closed praying with hands clasped at chest, glowing stars and soft light particles around, sacred starlight night",
"seed": 20260585,
"denoise": 0.36,
"model": "flux1-kontext-dev-Q4_K_S.gguf",
"reference_image": "byeolyi-default.png",
"text": "소원 / 願",
"consistency_check": "needs human review"
},
{
"index": 7,
"filename": "07_unexpected_luck.png",
"prompt": "slightly surprised expression with widened eyes and small open mouth, sparkles and confetti light bursting around joyfully",
"seed": 20260598,
"denoise": 0.38,
"model": "flux1-kontext-dev-Q4_K_S.gguf",
"reference_image": "byeolyi-default.png",
"text": "예상치 못한 행운",
"consistency_check": "needs human review"
},
{
"index": 8,
"filename": "08_happiness.png",
"prompt": "looking back over shoulder with warm small smile, golden orange sunset light on face, warm dusk pastel sky",
"seed": 20260611,
"denoise": 0.36,
"model": "flux1-kontext-dev-Q4_K_S.gguf",
"reference_image": "byeolyi-default.png",
"text": "행복 / 幸福",
"consistency_check": "needs human review"
},
{
"index": 9,
"filename": "09_inner_peace.png",
"prompt": "sitting quietly with eyes peacefully lowered, soft moonlight falling, serene deep cool blue purple night atmosphere",
"seed": 20260624,
"denoise": 0.34,
"model": "flux1-kontext-dev-Q4_K_S.gguf",
"reference_image": "byeolyi-default.png",
"text": "마음의 안정",
"consistency_check": "needs human review"
},
{
"index": 10,
"filename": "10_bright_tomorrow.png",
"prompt": "facing forward with bright radiant gentle smile, soft light rays glowing outward, hopeful dawn sunrise pastel colors",
"seed": 20260637,
"denoise": 0.35,
"model": "flux1-kontext-dev-Q4_K_S.gguf",
"reference_image": "byeolyi-default.png",
"text": "당신의 내일은 빛납니다",
"consistency_check": "needs human review"
}
]