meeting-103 v2.1 clean R1 5/5: PuLID + Redux = pastel 48.5% (R9 best 갱신)

R0 환경 점검:
- VRAM 11.7/12.4GB free (94%) — 해소 확인
- pytorch 2.12.0+cu130 + sageattention venv 검증
- 모델 인벤토리: Flux Dev Q5 GGUF, PuLID, Redux, byeolyi-ref-916 확보
- fp8 다운로드 .part 0 bytes (재개 대기)

R1 clean 5조합 (5/5 success):
- 1-1: PuLID w0.85 mean → pastel 25.7% / black 1.95%
- 1-2: PuLID w0.85 mean delayed_start 0.05 → pastel 10.0% / black 14.0% (어두움)
- 1-3: PuLID w1.0 mean → pastel 27.5% / black 0.79%
- 1-4: PuLID w0.7 + Redux 0.5 → pastel 48.5% / black 0.27% ★ R1 best
- 1-5: 한옥 baseline Flux Dev 768² → pastel 12.9% / black 11.7%

CUDA error 회복:
- 1-2 retry concat → CUDA invalid argument → 후속 1-2~1-5 모두 실패
- ComfyUI venv 재시작 (sage + pytorch 2.12) → 1-2 변형 (delayed_start)로 대체
- 재시도 4/4 모두 success

이전 R9 best (44.5%) → R1-4 (48.5%) = +4 pp 갱신

자산 라이브러리 누적:
- models-performance.json: 7 모델 추적 (flux-dev, pulid-flux, flux-redux 등)
- workflows: winner_auto 1 + partial 2
- prompts/proven: illustration_auto 패턴 3건
- prompts/failed: pastel-low + CUDA error 패턴
- prompts/negative: A_byeolyi 패턴 etc.

검수:
- Vault: D:\Vault\8460s-image-rd\eval\meeting-103-v2.1-clean-grid.html
- Gitea: results/meeting-103-v2.1-clean/round1/
This commit is contained in:
choijaewook
2026-05-19 23:17:19 +09:00
parent 3ffb52d04d
commit 6623ea4172
21 changed files with 1026 additions and 17 deletions

View File

@@ -1,5 +1,65 @@
{
"count": 0,
"winner": [],
"partial": []
"count": 3,
"winner": [
{
"name": "winner_auto-illustration_auto-R1-clean-1-4-flux-dev.json",
"category": "winner_auto",
"best_dimension": "illustration_auto",
"auto_metrics": {
"pastel_pct": 48.5,
"black_pct": 0.27
},
"models": [
"flux-dev",
"pulid-flux",
"flux-redux"
],
"round": "R1-clean",
"variant": "PuLID 0.7 + Redux 0.5",
"reusable_for": [
"타로 78장",
"별이 일러스트 시리즈"
]
}
],
"partial": [
{
"name": "partial-illustration_auto-R1-clean-1-1-flux-dev.json",
"category": "partial",
"best_dimension": "illustration_auto",
"auto_metrics": {
"pastel_pct": 25.65,
"black_pct": 1.95
},
"models": [
"flux-dev",
"pulid-flux"
],
"round": "R1-clean",
"variant": "PuLID weight 0.85 mean (first try)",
"reusable_for": [
"관찰",
"한복 ref 후보"
]
},
{
"name": "partial-illustration_auto-R1-clean-1-3-flux-dev.json",
"category": "partial",
"best_dimension": "illustration_auto",
"auto_metrics": {
"pastel_pct": 27.51,
"black_pct": 0.79
},
"models": [
"flux-dev",
"pulid-flux"
],
"round": "R1-clean",
"variant": "PuLID weight 1.0 mean",
"reusable_for": [
"관찰",
"한복 ref 후보"
]
}
]
}