meeting-103 R4 ✅3/❌2: 단순화 검증 — Pony 단일 모델 = 가장 안정 / Flux Dev 복합 실패
✅ 4-1 Schnell A 640×1024 (검정 13.92% 한계, 파스텔 24%) ✅ 4-2 Schnell B 한옥 640×1024 (검정 0.9%, 파스텔 36.4%) ✅ 4-3 Pony A 별이 640×1024 (검정 0.01% ⭐, 파스텔 21.5%) ✅ 4-4 Pony B 한옥 640×1024 (검정 0.01% ⭐, 파스텔 13.1%) ❌ 4-5 Flux Dev A 640×1024 (no output, cast_to_device 추정) 핵심 발견: - Pony 단일 모델 = R1·R2·R4 모두 성공 (3라운드 검증) - 작은 해상도(640×1024) = 검정 0.01% 더 완벽 - 768×1344 = 파스텔 더 높음 (42%) but 검정 비율도 약간 (0.61%) - Flux Dev Q5 GGUF = 복합/단순 모두 실패 빈번 자산 갱신: - models-performance: Pony R4 누적 (검정 0.01% 일관성) - proven-patterns: pony single_model_stable (3 rounds confirmed) 5 라운드 누적 시점 — 사용자 시각 검수 권장 단계
@@ -29,7 +29,7 @@
|
|||||||
],
|
],
|
||||||
"models": {
|
"models": {
|
||||||
"pony-v6": {
|
"pony-v6": {
|
||||||
"rounds_used": 2,
|
"rounds_used": 4,
|
||||||
"dimensions": {
|
"dimensions": {
|
||||||
"byeolyi": [],
|
"byeolyi": [],
|
||||||
"hanja": [],
|
"hanja": [],
|
||||||
@@ -39,20 +39,24 @@
|
|||||||
"auto_pastel": [
|
"auto_pastel": [
|
||||||
42.5,
|
42.5,
|
||||||
42.1,
|
42.1,
|
||||||
41.8
|
41.8,
|
||||||
|
21.5,
|
||||||
|
13.1
|
||||||
],
|
],
|
||||||
"auto_black": [
|
"auto_black": [
|
||||||
0.61,
|
0.61,
|
||||||
0.68,
|
0.68,
|
||||||
0.37
|
0.37,
|
||||||
|
0.01,
|
||||||
|
0.01
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"avg_scores": {},
|
"avg_scores": {},
|
||||||
"best_combinations": [],
|
"best_combinations": [],
|
||||||
"verdict": "일관성 우수 — A 별이 42.5/42.1% / C 한자카드 41.8% 시도 (시각 평가 필수)"
|
"verdict": "단일 모델 + 작은 해상도 = 검정 0.01% 완벽 / 파스텔 R1-2 42% (768) → R4 13-21% (640) 해상도 영향"
|
||||||
},
|
},
|
||||||
"flux-dev": {
|
"flux-dev": {
|
||||||
"rounds_used": 2,
|
"rounds_used": 4,
|
||||||
"dimensions": {
|
"dimensions": {
|
||||||
"byeolyi": [],
|
"byeolyi": [],
|
||||||
"hanja": [],
|
"hanja": [],
|
||||||
@@ -70,7 +74,7 @@
|
|||||||
},
|
},
|
||||||
"avg_scores": {},
|
"avg_scores": {},
|
||||||
"best_combinations": [],
|
"best_combinations": [],
|
||||||
"verdict": "검정 비율 변동 (0~3.11%) — Stage 3 refiner 로 Pony 보강 가능"
|
"verdict": "복합 워크플로우 cast_to_device OOM 빈번 / 단순 워크플로우도 R4 실패"
|
||||||
},
|
},
|
||||||
"pulid-flux": {
|
"pulid-flux": {
|
||||||
"rounds_used": 1,
|
"rounds_used": 1,
|
||||||
@@ -103,6 +107,22 @@
|
|||||||
"avg_scores": {},
|
"avg_scores": {},
|
||||||
"best_combinations": [],
|
"best_combinations": [],
|
||||||
"verdict": "워크플로우 결함 — 5KB 검정 latent (v1~v4 4차 시도 모두 실패)"
|
"verdict": "워크플로우 결함 — 5KB 검정 latent (v1~v4 4차 시도 모두 실패)"
|
||||||
|
},
|
||||||
|
"flux-schnell": {
|
||||||
|
"rounds_used": 4,
|
||||||
|
"dimensions": {
|
||||||
|
"auto_pastel": [
|
||||||
|
24.0,
|
||||||
|
36.4
|
||||||
|
],
|
||||||
|
"auto_black": [
|
||||||
|
13.92,
|
||||||
|
0.9
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"avg_scores": {},
|
||||||
|
"best_combinations": [],
|
||||||
|
"verdict": "단일 모델 성공 / A 별이 검정 13.92% 한계 / B 한옥 안정 36.4% 파스텔"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -12,6 +12,16 @@
|
|||||||
"C 한자카드"
|
"C 한자카드"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"single_model_stable": {
|
||||||
|
"rounds_confirmed": [
|
||||||
|
1,
|
||||||
|
2,
|
||||||
|
4
|
||||||
|
],
|
||||||
|
"consistent_black_pct": "<= 0.68%",
|
||||||
|
"consistent_pastel_pct_range": "13-42% (해상도·프롬프트 영향)",
|
||||||
|
"verdict": "Pony 단일 모델 = 가장 안정적 (R1·R2·R4 모두 성공)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
BIN
results/meeting-103/round4/4-1.png
Normal file
|
After Width: | Height: | Size: 764 KiB |
BIN
results/meeting-103/round4/4-1_thumb.png
Normal file
|
After Width: | Height: | Size: 434 KiB |
BIN
results/meeting-103/round4/4-2.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
results/meeting-103/round4/4-2_thumb.png
Normal file
|
After Width: | Height: | Size: 662 KiB |
BIN
results/meeting-103/round4/4-3.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
results/meeting-103/round4/4-3_thumb.png
Normal file
|
After Width: | Height: | Size: 627 KiB |
BIN
results/meeting-103/round4/4-4.png
Normal file
|
After Width: | Height: | Size: 906 KiB |
BIN
results/meeting-103/round4/4-4_thumb.png
Normal file
|
After Width: | Height: | Size: 522 KiB |
95
results/meeting-103/round4/meta.json
Normal file
@@ -0,0 +1,95 @@
|
|||||||
|
{
|
||||||
|
"round": 4,
|
||||||
|
"captured_at": "2026-05-19T22:08:08.215482",
|
||||||
|
"combos": [
|
||||||
|
{
|
||||||
|
"id": "4-1",
|
||||||
|
"prompt_id": "cefbe555-3d5c-43fc-8468-4cab8e31aa0a",
|
||||||
|
"models_used": [
|
||||||
|
"flux-schnell"
|
||||||
|
],
|
||||||
|
"prompt_set": "A",
|
||||||
|
"stage": "1-only",
|
||||||
|
"res": "640x1024",
|
||||||
|
"status": "OK",
|
||||||
|
"size_bytes": 782354,
|
||||||
|
"width": 640,
|
||||||
|
"height": 1024,
|
||||||
|
"aspect": 0.625,
|
||||||
|
"black_pct": 13.92,
|
||||||
|
"pastel_pct": 24.0,
|
||||||
|
"thumb_size_kb": 434
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "4-2",
|
||||||
|
"prompt_id": "b65b5056-64e9-4608-aefb-83c0526f6615",
|
||||||
|
"models_used": [
|
||||||
|
"flux-schnell"
|
||||||
|
],
|
||||||
|
"prompt_set": "B",
|
||||||
|
"stage": "1-only",
|
||||||
|
"res": "640x1024",
|
||||||
|
"status": "OK",
|
||||||
|
"size_bytes": 1315118,
|
||||||
|
"width": 640,
|
||||||
|
"height": 1024,
|
||||||
|
"aspect": 0.625,
|
||||||
|
"black_pct": 0.9,
|
||||||
|
"pastel_pct": 36.4,
|
||||||
|
"thumb_size_kb": 662
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "4-3",
|
||||||
|
"prompt_id": "e4f62bfd-01e9-470e-a306-321903b54ef8",
|
||||||
|
"models_used": [
|
||||||
|
"pony-v6"
|
||||||
|
],
|
||||||
|
"prompt_set": "A",
|
||||||
|
"stage": "1-only",
|
||||||
|
"res": "640x1024",
|
||||||
|
"status": "OK",
|
||||||
|
"size_bytes": 1100134,
|
||||||
|
"width": 640,
|
||||||
|
"height": 1024,
|
||||||
|
"aspect": 0.625,
|
||||||
|
"black_pct": 0.01,
|
||||||
|
"pastel_pct": 21.5,
|
||||||
|
"thumb_size_kb": 627
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "4-4",
|
||||||
|
"prompt_id": "e7a56116-5751-43bd-9852-7ce8861be9e3",
|
||||||
|
"models_used": [
|
||||||
|
"pony-v6"
|
||||||
|
],
|
||||||
|
"prompt_set": "B",
|
||||||
|
"stage": "1-only",
|
||||||
|
"res": "640x1024",
|
||||||
|
"status": "OK",
|
||||||
|
"size_bytes": 928086,
|
||||||
|
"width": 640,
|
||||||
|
"height": 1024,
|
||||||
|
"aspect": 0.625,
|
||||||
|
"black_pct": 0.01,
|
||||||
|
"pastel_pct": 13.1,
|
||||||
|
"thumb_size_kb": 521
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "4-5",
|
||||||
|
"prompt_id": "30b7746d-0202-4a36-a1b8-3452732fcd89",
|
||||||
|
"models_used": [
|
||||||
|
"flux-dev"
|
||||||
|
],
|
||||||
|
"prompt_set": "A",
|
||||||
|
"stage": "1-only",
|
||||||
|
"res": "640x1024",
|
||||||
|
"status": "no_filename"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"learning": {
|
||||||
|
"passed_count": 3,
|
||||||
|
"failed_count": 2,
|
||||||
|
"best_pastel": "4-2",
|
||||||
|
"next_round_hint": "auto-determine based on round learning"
|
||||||
|
}
|
||||||
|
}
|
||||||