meeting-103 v2.1 clean R7+R8 🏆 BREAKTHROUGH: dpmpp_2m karras = pastel 82.43%

R7 (3/5 success, R6-2 sweet spot 확인):
- 7-1: PuLID 0.85 (default ref) → 64.45% (less than R6-2)
- 7-2: PuLID 0.6 (default ref) → 65.93%
- 7-3: seed 999777 → CUDA error
- 7-4: Stage 3 Refiner d=0.20 → CUDA error
- 7-5: Pony V6 60갑자 calligraphy → 18.09% (검정 회피 OK)

R8 (5/5 success, 🏆 거대한 발견):
- 8-1: seed 200000 → 65.73% (variance -3.93pp)
- 8-2: seed 555555 → 64.30%
- 8-3: guidance 2.5 → 62.71% (낮은 guidance = 파스텔 감소)
- 8-4: guidance 5.0 → 69.99% (R6-2와 동일)
- 8-5: dpmpp_2m karras → 🏆 82.43%  전체 best (+12.77pp)

 핵심 발견 2: 샘플러 변경의 dramatic effect
   euler/simple (R6-2 69.66%) → dpmpp_2m/karras (R8-5 82.43%) = +12.77pp

누적 진행 (R9 legacy → R8):
44.5% → 48.5% → 49.99% → 50.47% → 56.41% → 69.66% → 82.43% = +37.93pp

자산 라이브러리:
- workflows: winner_auto 11 + winner_auto_high 4 + winner_auto_breakthrough 1
- 8-5 워크플로 = 타로/12지신/별이 시리즈 재활용 표준 베이스
This commit is contained in:
choijaewook
2026-05-20 00:15:56 +09:00
parent e1cb7eb21b
commit f34be5f58f
29 changed files with 2134 additions and 24 deletions

View File

@@ -29,7 +29,7 @@
], ],
"models": { "models": {
"pony-v6": { "pony-v6": {
"rounds_used": 8, "rounds_used": 9,
"dimensions": { "dimensions": {
"byeolyi": [], "byeolyi": [],
"hanja": [], "hanja": [],
@@ -48,7 +48,8 @@
30.8, 30.8,
14.1, 14.1,
29.9, 29.9,
77.3 77.3,
18.09
], ],
"auto_black": [ "auto_black": [
0.61, 0.61,
@@ -62,7 +63,8 @@
0.41, 0.41,
0.17, 0.17,
0.17, 0.17,
0.03 0.03,
0.02
] ]
}, },
"avg_scores": {}, "avg_scores": {},
@@ -78,7 +80,7 @@
"verdict": "파스텔 평균 30.4% (12회) / 검정 평균 0.23%" "verdict": "파스텔 평균 30.4% (12회) / 검정 평균 0.23%"
}, },
"flux-dev": { "flux-dev": {
"rounds_used": 37, "rounds_used": 44,
"dimensions": { "dimensions": {
"byeolyi": [], "byeolyi": [],
"hanja": [], "hanja": [],
@@ -117,7 +119,14 @@
48.65, 48.65,
52.99, 52.99,
69.66, 69.66,
15.09 15.09,
64.45,
65.93,
65.73,
64.3,
62.71,
69.99,
82.43
], ],
"auto_black": [ "auto_black": [
3.11, 3.11,
@@ -151,7 +160,14 @@
3.7, 3.7,
0.5, 0.5,
0.05, 0.05,
12.46 12.46,
0.01,
0.19,
0.03,
0.05,
0.0,
0.47,
0.0
] ]
}, },
"avg_scores": {}, "avg_scores": {},
@@ -218,12 +234,20 @@
"variant": "PuLID 0.7 + Redux 1.0 (ref byeolyi-default.png)", "variant": "PuLID 0.7 + Redux 1.0 (ref byeolyi-default.png)",
"pastel_pct": 69.66, "pastel_pct": 69.66,
"black_pct": 0.05 "black_pct": 0.05
},
{
"round": "R8-clean",
"id": "8-5",
"variant": "R6-2 baseline + dpmpp_2m karras",
"pastel_pct": 82.43,
"black_pct": 0.0,
"_BREAKTHROUGH": true
} }
], ],
"verdict": "파스텔 평균 32.1% (27회) / 검정 평균 3.65%" "verdict": "파스텔 평균 32.1% (27회) / 검정 평균 3.65%"
}, },
"pulid-flux": { "pulid-flux": {
"rounds_used": 31, "rounds_used": 38,
"dimensions": { "dimensions": {
"byeolyi": [], "byeolyi": [],
"hanja": [], "hanja": [],
@@ -255,7 +279,14 @@
50.36, 50.36,
49.85, 49.85,
52.99, 52.99,
69.66 69.66,
64.45,
65.93,
65.73,
64.3,
62.71,
69.99,
82.43
], ],
"auto_black": [ "auto_black": [
0.73, 0.73,
@@ -282,7 +313,14 @@
0.86, 0.86,
0.08, 0.08,
0.5, 0.5,
0.05 0.05,
0.01,
0.19,
0.03,
0.05,
0.0,
0.47,
0.0
] ]
}, },
"avg_scores": {}, "avg_scores": {},
@@ -358,6 +396,14 @@
"variant": "PuLID 0.7 + Redux 1.0 (ref byeolyi-default.png)", "variant": "PuLID 0.7 + Redux 1.0 (ref byeolyi-default.png)",
"pastel_pct": 69.66, "pastel_pct": 69.66,
"black_pct": 0.05 "black_pct": 0.05
},
{
"round": "R8-clean",
"id": "8-5",
"variant": "R6-2 baseline + dpmpp_2m karras",
"pastel_pct": 82.43,
"black_pct": 0.0,
"_BREAKTHROUGH": true
} }
], ],
"verdict": "파스텔 평균 36.9% (22회) / 검정 평균 2.56%" "verdict": "파스텔 평균 36.9% (22회) / 검정 평균 2.56%"
@@ -399,7 +445,7 @@
"verdict": "Stage 2 인페인트 6차 실패 — Qwen 계열 GGUF Q4 환경 호환성 결함 확정" "verdict": "Stage 2 인페인트 6차 실패 — Qwen 계열 GGUF Q4 환경 호환성 결함 확정"
}, },
"flux-redux": { "flux-redux": {
"rounds_used": 14, "rounds_used": 21,
"dimensions": { "dimensions": {
"byeolyi": [], "byeolyi": [],
"hanja": [], "hanja": [],
@@ -420,7 +466,14 @@
50.36, 50.36,
49.85, 49.85,
52.99, 52.99,
69.66 69.66,
64.45,
65.93,
65.73,
64.3,
62.71,
69.99,
82.43
], ],
"auto_black": [ "auto_black": [
0.27, 0.27,
@@ -436,7 +489,14 @@
0.86, 0.86,
0.08, 0.08,
0.5, 0.5,
0.05 0.05,
0.01,
0.19,
0.03,
0.05,
0.0,
0.47,
0.0
] ]
}, },
"avg_scores": {}, "avg_scores": {},
@@ -503,6 +563,14 @@
"variant": "PuLID 0.7 + Redux 1.0 (ref byeolyi-default.png)", "variant": "PuLID 0.7 + Redux 1.0 (ref byeolyi-default.png)",
"pastel_pct": 69.66, "pastel_pct": 69.66,
"black_pct": 0.05 "black_pct": 0.05
},
{
"round": "R8-clean",
"id": "8-5",
"variant": "R6-2 baseline + dpmpp_2m karras",
"pastel_pct": 82.43,
"black_pct": 0.0,
"_BREAKTHROUGH": true
} }
], ],
"verdict": "파스텔 평균 49.0% (11회) / 검정 평균 0.34%" "verdict": "파스텔 평균 49.0% (11회) / 검정 평균 0.34%"
@@ -589,6 +657,8 @@
"R3-clean", "R3-clean",
"R4-clean", "R4-clean",
"R5-clean", "R5-clean",
"R6-clean" "R6-clean",
"R7-clean",
"R8-clean"
] ]
} }

View File

@@ -190,5 +190,14 @@
"NOTE": "⭐ byeolyi-default.png 참조 이미지가 byeolyi-ref-768x1344보다 우월 (+13pp)" "NOTE": "⭐ byeolyi-default.png 참조 이미지가 byeolyi-ref-768x1344보다 우월 (+13pp)"
} }
] ]
},
"illustration_auto_breakthrough": {
"R8-clean-8-5": [
{
"pastel_pct": 82.43,
"variant": "R6-2 baseline + dpmpp_2m karras",
"KEY_INSIGHT": "dpmpp_2m + karras scheduler = MASSIVE jump for pastel (82.43% vs euler/simple 69.66%)"
}
]
} }
} }

View File

@@ -1,5 +1,5 @@
{ {
"count": 17, "count": 24,
"winner": [ "winner": [
{ {
"name": "winner_auto-illustration_auto-R1-clean-1-4-flux-dev.json", "name": "winner_auto-illustration_auto-R1-clean-1-4-flux-dev.json",
@@ -217,6 +217,146 @@
"별이 시리즈", "별이 시리즈",
"인스타 9:16 카드" "인스타 9:16 카드"
] ]
},
{
"name": "winner_auto_high-illustration_auto-R7-clean-7-1-flux-dev.json",
"category": "winner_auto_high",
"auto_metrics": {
"pastel_pct": 64.45,
"black_pct": 0.01
},
"models": [
"flux-dev",
"pulid-flux",
"flux-redux"
],
"round": "R7-clean",
"variant": "PuLID 0.85 + Redux 1.0 (default ref)"
},
{
"name": "winner_auto_high-illustration_auto-R7-clean-7-2-flux-dev.json",
"category": "winner_auto_high",
"auto_metrics": {
"pastel_pct": 65.93,
"black_pct": 0.19
},
"models": [
"flux-dev",
"pulid-flux",
"flux-redux"
],
"round": "R7-clean",
"variant": "PuLID 0.6 + Redux 1.0 (default ref)"
},
{
"name": "winner_auto_high-illustration_auto-R8-clean-8-1-flux-dev.json",
"category": "winner_auto_high",
"auto_metrics": {
"pastel_pct": 65.73,
"black_pct": 0.03
},
"models": [
"flux-dev",
"pulid-flux",
"flux-redux"
],
"round": "R8-clean",
"variant": "R6-2 baseline seed 200000",
"BREAKTHROUGH": false,
"reusable_for": [
"타로 78장 (필수)",
"별이 시리즈 전체",
"인스타 9:16 카드",
"12지신 캐릭터"
]
},
{
"name": "winner_auto-illustration_auto-R8-clean-8-2-flux-dev.json",
"category": "winner_auto",
"auto_metrics": {
"pastel_pct": 64.3,
"black_pct": 0.05
},
"models": [
"flux-dev",
"pulid-flux",
"flux-redux"
],
"round": "R8-clean",
"variant": "R6-2 baseline seed 555555",
"BREAKTHROUGH": false,
"reusable_for": [
"타로 78장 (필수)",
"별이 시리즈 전체",
"인스타 9:16 카드",
"12지신 캐릭터"
]
},
{
"name": "winner_auto-illustration_auto-R8-clean-8-3-flux-dev.json",
"category": "winner_auto",
"auto_metrics": {
"pastel_pct": 62.71,
"black_pct": 0.0
},
"models": [
"flux-dev",
"pulid-flux",
"flux-redux"
],
"round": "R8-clean",
"variant": "R6-2 baseline + guidance 2.5",
"BREAKTHROUGH": false,
"reusable_for": [
"타로 78장 (필수)",
"별이 시리즈 전체",
"인스타 9:16 카드",
"12지신 캐릭터"
]
},
{
"name": "winner_auto_high-illustration_auto-R8-clean-8-4-flux-dev.json",
"category": "winner_auto_high",
"auto_metrics": {
"pastel_pct": 69.99,
"black_pct": 0.47
},
"models": [
"flux-dev",
"pulid-flux",
"flux-redux"
],
"round": "R8-clean",
"variant": "R6-2 baseline + guidance 5.0",
"BREAKTHROUGH": false,
"reusable_for": [
"타로 78장 (필수)",
"별이 시리즈 전체",
"인스타 9:16 카드",
"12지신 캐릭터"
]
},
{
"name": "winner_auto_breakthrough-illustration_auto-R8-clean-8-5-flux-dev.json",
"category": "winner_auto_breakthrough",
"auto_metrics": {
"pastel_pct": 82.43,
"black_pct": 0.0
},
"models": [
"flux-dev",
"pulid-flux",
"flux-redux"
],
"round": "R8-clean",
"variant": "R6-2 baseline + dpmpp_2m karras",
"BREAKTHROUGH": true,
"reusable_for": [
"타로 78장 (필수)",
"별이 시리즈 전체",
"인스타 9:16 카드",
"12지신 캐릭터"
]
} }
], ],
"partial": [ "partial": [

View File

@@ -0,0 +1,210 @@
{
"1": {
"class_type": "UnetLoaderGGUF",
"inputs": {
"unet_name": "flux1-dev-Q5_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"
}
},
"4": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "A 25-28 year old Korean woman in a modern hanbok with subtle Cute Horror mood, sitting gracefully in a traditional Korean tea house with hanok wooden architecture, warm afternoon light filtering through latticed windows, cool pale skin, gentle expression, photorealistic, high detail",
"clip": [
"2",
0
]
}
},
"5": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "cartoon, anime, child, teenage, purple hoodie, japanese building, plastic skin",
"clip": [
"2",
0
]
}
},
"6": {
"class_type": "EmptyLatentImage",
"inputs": {
"width": 768,
"height": 1344,
"batch_size": 1
}
},
"7": {
"class_type": "PulidFluxModelLoader",
"inputs": {
"pulid_file": "pulid_flux_v0.9.1.safetensors"
}
},
"8": {
"class_type": "PulidFluxEvaClipLoader",
"inputs": {}
},
"9": {
"class_type": "PulidFluxInsightFaceLoader",
"inputs": {
"provider": "CUDA"
}
},
"10": {
"class_type": "LoadImage",
"inputs": {
"image": "byeolyi-default.png"
}
},
"11": {
"class_type": "ApplyPulidFlux",
"inputs": {
"model": [
"1",
0
],
"pulid_flux": [
"7",
0
],
"eva_clip": [
"8",
0
],
"face_analysis": [
"9",
0
],
"image": [
"10",
0
],
"weight": 0.7,
"start_at": 0.0,
"end_at": 0.8,
"fusion": "mean",
"fusion_weight_max": 1.0,
"fusion_weight_min": 0.0,
"train_step": 1000,
"use_gray": true
}
},
"12": {
"class_type": "FluxGuidance",
"inputs": {
"conditioning": [
"19",
0
],
"guidance": 3.5
}
},
"13": {
"class_type": "KSampler",
"inputs": {
"model": [
"11",
0
],
"positive": [
"12",
0
],
"negative": [
"5",
0
],
"latent_image": [
"6",
0
],
"seed": 555555,
"steps": 25,
"cfg": 1.0,
"sampler_name": "euler",
"scheduler": "simple",
"denoise": 1.0
}
},
"14": {
"class_type": "VAEDecode",
"inputs": {
"samples": [
"13",
0
],
"vae": [
"3",
0
]
}
},
"15": {
"class_type": "SaveImage",
"inputs": {
"images": [
"14",
0
],
"filename_prefix": "m103_clean_r8_2_default_pulid07_redux10_s555k"
}
},
"16": {
"class_type": "StyleModelLoader",
"inputs": {
"style_model_name": "flux1-redux-dev.safetensors"
}
},
"17": {
"class_type": "CLIPVisionLoader",
"inputs": {
"clip_name": "sigclip_vision_patch14_384.safetensors"
}
},
"18": {
"class_type": "CLIPVisionEncode",
"inputs": {
"clip_vision": [
"17",
0
],
"image": [
"10",
0
],
"crop": "center"
}
},
"19": {
"class_type": "StyleModelApply",
"inputs": {
"conditioning": [
"4",
0
],
"style_model": [
"16",
0
],
"clip_vision_output": [
"18",
0
],
"strength": 1.0,
"strength_type": "multiply"
}
}
}

View File

@@ -0,0 +1,210 @@
{
"1": {
"class_type": "UnetLoaderGGUF",
"inputs": {
"unet_name": "flux1-dev-Q5_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"
}
},
"4": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "A 25-28 year old Korean woman in a modern hanbok with subtle Cute Horror mood, sitting gracefully in a traditional Korean tea house with hanok wooden architecture, warm afternoon light filtering through latticed windows, cool pale skin, gentle expression, photorealistic, high detail",
"clip": [
"2",
0
]
}
},
"5": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "cartoon, anime, child, teenage, purple hoodie, japanese building, plastic skin",
"clip": [
"2",
0
]
}
},
"6": {
"class_type": "EmptyLatentImage",
"inputs": {
"width": 768,
"height": 1344,
"batch_size": 1
}
},
"7": {
"class_type": "PulidFluxModelLoader",
"inputs": {
"pulid_file": "pulid_flux_v0.9.1.safetensors"
}
},
"8": {
"class_type": "PulidFluxEvaClipLoader",
"inputs": {}
},
"9": {
"class_type": "PulidFluxInsightFaceLoader",
"inputs": {
"provider": "CUDA"
}
},
"10": {
"class_type": "LoadImage",
"inputs": {
"image": "byeolyi-default.png"
}
},
"11": {
"class_type": "ApplyPulidFlux",
"inputs": {
"model": [
"1",
0
],
"pulid_flux": [
"7",
0
],
"eva_clip": [
"8",
0
],
"face_analysis": [
"9",
0
],
"image": [
"10",
0
],
"weight": 0.7,
"start_at": 0.0,
"end_at": 0.8,
"fusion": "mean",
"fusion_weight_max": 1.0,
"fusion_weight_min": 0.0,
"train_step": 1000,
"use_gray": true
}
},
"12": {
"class_type": "FluxGuidance",
"inputs": {
"conditioning": [
"19",
0
],
"guidance": 2.5
}
},
"13": {
"class_type": "KSampler",
"inputs": {
"model": [
"11",
0
],
"positive": [
"12",
0
],
"negative": [
"5",
0
],
"latent_image": [
"6",
0
],
"seed": 108003,
"steps": 25,
"cfg": 1.0,
"sampler_name": "euler",
"scheduler": "simple",
"denoise": 1.0
}
},
"14": {
"class_type": "VAEDecode",
"inputs": {
"samples": [
"13",
0
],
"vae": [
"3",
0
]
}
},
"15": {
"class_type": "SaveImage",
"inputs": {
"images": [
"14",
0
],
"filename_prefix": "m103_clean_r8_3_default_guidance25"
}
},
"16": {
"class_type": "StyleModelLoader",
"inputs": {
"style_model_name": "flux1-redux-dev.safetensors"
}
},
"17": {
"class_type": "CLIPVisionLoader",
"inputs": {
"clip_name": "sigclip_vision_patch14_384.safetensors"
}
},
"18": {
"class_type": "CLIPVisionEncode",
"inputs": {
"clip_vision": [
"17",
0
],
"image": [
"10",
0
],
"crop": "center"
}
},
"19": {
"class_type": "StyleModelApply",
"inputs": {
"conditioning": [
"4",
0
],
"style_model": [
"16",
0
],
"clip_vision_output": [
"18",
0
],
"strength": 1.0,
"strength_type": "multiply"
}
}
}

View File

@@ -0,0 +1,210 @@
{
"1": {
"class_type": "UnetLoaderGGUF",
"inputs": {
"unet_name": "flux1-dev-Q5_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"
}
},
"4": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "A 25-28 year old Korean woman in a modern hanbok with subtle Cute Horror mood, sitting gracefully in a traditional Korean tea house with hanok wooden architecture, warm afternoon light filtering through latticed windows, cool pale skin, gentle expression, photorealistic, high detail",
"clip": [
"2",
0
]
}
},
"5": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "cartoon, anime, child, teenage, purple hoodie, japanese building, plastic skin",
"clip": [
"2",
0
]
}
},
"6": {
"class_type": "EmptyLatentImage",
"inputs": {
"width": 768,
"height": 1344,
"batch_size": 1
}
},
"7": {
"class_type": "PulidFluxModelLoader",
"inputs": {
"pulid_file": "pulid_flux_v0.9.1.safetensors"
}
},
"8": {
"class_type": "PulidFluxEvaClipLoader",
"inputs": {}
},
"9": {
"class_type": "PulidFluxInsightFaceLoader",
"inputs": {
"provider": "CUDA"
}
},
"10": {
"class_type": "LoadImage",
"inputs": {
"image": "byeolyi-default.png"
}
},
"11": {
"class_type": "ApplyPulidFlux",
"inputs": {
"model": [
"1",
0
],
"pulid_flux": [
"7",
0
],
"eva_clip": [
"8",
0
],
"face_analysis": [
"9",
0
],
"image": [
"10",
0
],
"weight": 0.7,
"start_at": 0.0,
"end_at": 0.8,
"fusion": "mean",
"fusion_weight_max": 1.0,
"fusion_weight_min": 0.0,
"train_step": 1000,
"use_gray": true
}
},
"12": {
"class_type": "FluxGuidance",
"inputs": {
"conditioning": [
"19",
0
],
"guidance": 3.5
}
},
"13": {
"class_type": "KSampler",
"inputs": {
"model": [
"11",
0
],
"positive": [
"12",
0
],
"negative": [
"5",
0
],
"latent_image": [
"6",
0
],
"seed": 108005,
"steps": 25,
"cfg": 1.0,
"sampler_name": "dpmpp_2m",
"scheduler": "karras",
"denoise": 1.0
}
},
"14": {
"class_type": "VAEDecode",
"inputs": {
"samples": [
"13",
0
],
"vae": [
"3",
0
]
}
},
"15": {
"class_type": "SaveImage",
"inputs": {
"images": [
"14",
0
],
"filename_prefix": "m103_clean_r8_5_default_dpmpp2m_karras"
}
},
"16": {
"class_type": "StyleModelLoader",
"inputs": {
"style_model_name": "flux1-redux-dev.safetensors"
}
},
"17": {
"class_type": "CLIPVisionLoader",
"inputs": {
"clip_name": "sigclip_vision_patch14_384.safetensors"
}
},
"18": {
"class_type": "CLIPVisionEncode",
"inputs": {
"clip_vision": [
"17",
0
],
"image": [
"10",
0
],
"crop": "center"
}
},
"19": {
"class_type": "StyleModelApply",
"inputs": {
"conditioning": [
"4",
0
],
"style_model": [
"16",
0
],
"clip_vision_output": [
"18",
0
],
"strength": 1.0,
"strength_type": "multiply"
}
}
}

View File

@@ -0,0 +1,210 @@
{
"1": {
"class_type": "UnetLoaderGGUF",
"inputs": {
"unet_name": "flux1-dev-Q5_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"
}
},
"4": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "A 25-28 year old Korean woman in a modern hanbok with subtle Cute Horror mood, sitting gracefully in a traditional Korean tea house with hanok wooden architecture, warm afternoon light filtering through latticed windows, cool pale skin, gentle expression, photorealistic, high detail",
"clip": [
"2",
0
]
}
},
"5": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "cartoon, anime, child, teenage, purple hoodie, japanese building, plastic skin",
"clip": [
"2",
0
]
}
},
"6": {
"class_type": "EmptyLatentImage",
"inputs": {
"width": 768,
"height": 1344,
"batch_size": 1
}
},
"7": {
"class_type": "PulidFluxModelLoader",
"inputs": {
"pulid_file": "pulid_flux_v0.9.1.safetensors"
}
},
"8": {
"class_type": "PulidFluxEvaClipLoader",
"inputs": {}
},
"9": {
"class_type": "PulidFluxInsightFaceLoader",
"inputs": {
"provider": "CUDA"
}
},
"10": {
"class_type": "LoadImage",
"inputs": {
"image": "byeolyi-default.png"
}
},
"11": {
"class_type": "ApplyPulidFlux",
"inputs": {
"model": [
"1",
0
],
"pulid_flux": [
"7",
0
],
"eva_clip": [
"8",
0
],
"face_analysis": [
"9",
0
],
"image": [
"10",
0
],
"weight": 0.85,
"start_at": 0.0,
"end_at": 0.8,
"fusion": "mean",
"fusion_weight_max": 1.0,
"fusion_weight_min": 0.0,
"train_step": 1000,
"use_gray": true
}
},
"12": {
"class_type": "FluxGuidance",
"inputs": {
"conditioning": [
"19",
0
],
"guidance": 3.5
}
},
"13": {
"class_type": "KSampler",
"inputs": {
"model": [
"11",
0
],
"positive": [
"12",
0
],
"negative": [
"5",
0
],
"latent_image": [
"6",
0
],
"seed": 107001,
"steps": 25,
"cfg": 1.0,
"sampler_name": "euler",
"scheduler": "simple",
"denoise": 1.0
}
},
"14": {
"class_type": "VAEDecode",
"inputs": {
"samples": [
"13",
0
],
"vae": [
"3",
0
]
}
},
"15": {
"class_type": "SaveImage",
"inputs": {
"images": [
"14",
0
],
"filename_prefix": "m103_clean_r7_1_default_pulid085_redux10"
}
},
"16": {
"class_type": "StyleModelLoader",
"inputs": {
"style_model_name": "flux1-redux-dev.safetensors"
}
},
"17": {
"class_type": "CLIPVisionLoader",
"inputs": {
"clip_name": "sigclip_vision_patch14_384.safetensors"
}
},
"18": {
"class_type": "CLIPVisionEncode",
"inputs": {
"clip_vision": [
"17",
0
],
"image": [
"10",
0
],
"crop": "center"
}
},
"19": {
"class_type": "StyleModelApply",
"inputs": {
"conditioning": [
"4",
0
],
"style_model": [
"16",
0
],
"clip_vision_output": [
"18",
0
],
"strength": 1.0,
"strength_type": "multiply"
}
}
}

View File

@@ -0,0 +1,210 @@
{
"1": {
"class_type": "UnetLoaderGGUF",
"inputs": {
"unet_name": "flux1-dev-Q5_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"
}
},
"4": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "A 25-28 year old Korean woman in a modern hanbok with subtle Cute Horror mood, sitting gracefully in a traditional Korean tea house with hanok wooden architecture, warm afternoon light filtering through latticed windows, cool pale skin, gentle expression, photorealistic, high detail",
"clip": [
"2",
0
]
}
},
"5": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "cartoon, anime, child, teenage, purple hoodie, japanese building, plastic skin",
"clip": [
"2",
0
]
}
},
"6": {
"class_type": "EmptyLatentImage",
"inputs": {
"width": 768,
"height": 1344,
"batch_size": 1
}
},
"7": {
"class_type": "PulidFluxModelLoader",
"inputs": {
"pulid_file": "pulid_flux_v0.9.1.safetensors"
}
},
"8": {
"class_type": "PulidFluxEvaClipLoader",
"inputs": {}
},
"9": {
"class_type": "PulidFluxInsightFaceLoader",
"inputs": {
"provider": "CUDA"
}
},
"10": {
"class_type": "LoadImage",
"inputs": {
"image": "byeolyi-default.png"
}
},
"11": {
"class_type": "ApplyPulidFlux",
"inputs": {
"model": [
"1",
0
],
"pulid_flux": [
"7",
0
],
"eva_clip": [
"8",
0
],
"face_analysis": [
"9",
0
],
"image": [
"10",
0
],
"weight": 0.6,
"start_at": 0.0,
"end_at": 0.8,
"fusion": "mean",
"fusion_weight_max": 1.0,
"fusion_weight_min": 0.0,
"train_step": 1000,
"use_gray": true
}
},
"12": {
"class_type": "FluxGuidance",
"inputs": {
"conditioning": [
"19",
0
],
"guidance": 3.5
}
},
"13": {
"class_type": "KSampler",
"inputs": {
"model": [
"11",
0
],
"positive": [
"12",
0
],
"negative": [
"5",
0
],
"latent_image": [
"6",
0
],
"seed": 107002,
"steps": 25,
"cfg": 1.0,
"sampler_name": "euler",
"scheduler": "simple",
"denoise": 1.0
}
},
"14": {
"class_type": "VAEDecode",
"inputs": {
"samples": [
"13",
0
],
"vae": [
"3",
0
]
}
},
"15": {
"class_type": "SaveImage",
"inputs": {
"images": [
"14",
0
],
"filename_prefix": "m103_clean_r7_2_default_pulid06_redux10"
}
},
"16": {
"class_type": "StyleModelLoader",
"inputs": {
"style_model_name": "flux1-redux-dev.safetensors"
}
},
"17": {
"class_type": "CLIPVisionLoader",
"inputs": {
"clip_name": "sigclip_vision_patch14_384.safetensors"
}
},
"18": {
"class_type": "CLIPVisionEncode",
"inputs": {
"clip_vision": [
"17",
0
],
"image": [
"10",
0
],
"crop": "center"
}
},
"19": {
"class_type": "StyleModelApply",
"inputs": {
"conditioning": [
"4",
0
],
"style_model": [
"16",
0
],
"clip_vision_output": [
"18",
0
],
"strength": 1.0,
"strength_type": "multiply"
}
}
}

View File

@@ -0,0 +1,210 @@
{
"1": {
"class_type": "UnetLoaderGGUF",
"inputs": {
"unet_name": "flux1-dev-Q5_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"
}
},
"4": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "A 25-28 year old Korean woman in a modern hanbok with subtle Cute Horror mood, sitting gracefully in a traditional Korean tea house with hanok wooden architecture, warm afternoon light filtering through latticed windows, cool pale skin, gentle expression, photorealistic, high detail",
"clip": [
"2",
0
]
}
},
"5": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "cartoon, anime, child, teenage, purple hoodie, japanese building, plastic skin",
"clip": [
"2",
0
]
}
},
"6": {
"class_type": "EmptyLatentImage",
"inputs": {
"width": 768,
"height": 1344,
"batch_size": 1
}
},
"7": {
"class_type": "PulidFluxModelLoader",
"inputs": {
"pulid_file": "pulid_flux_v0.9.1.safetensors"
}
},
"8": {
"class_type": "PulidFluxEvaClipLoader",
"inputs": {}
},
"9": {
"class_type": "PulidFluxInsightFaceLoader",
"inputs": {
"provider": "CUDA"
}
},
"10": {
"class_type": "LoadImage",
"inputs": {
"image": "byeolyi-default.png"
}
},
"11": {
"class_type": "ApplyPulidFlux",
"inputs": {
"model": [
"1",
0
],
"pulid_flux": [
"7",
0
],
"eva_clip": [
"8",
0
],
"face_analysis": [
"9",
0
],
"image": [
"10",
0
],
"weight": 0.7,
"start_at": 0.0,
"end_at": 0.8,
"fusion": "mean",
"fusion_weight_max": 1.0,
"fusion_weight_min": 0.0,
"train_step": 1000,
"use_gray": true
}
},
"12": {
"class_type": "FluxGuidance",
"inputs": {
"conditioning": [
"19",
0
],
"guidance": 3.5
}
},
"13": {
"class_type": "KSampler",
"inputs": {
"model": [
"11",
0
],
"positive": [
"12",
0
],
"negative": [
"5",
0
],
"latent_image": [
"6",
0
],
"seed": 200000,
"steps": 25,
"cfg": 1.0,
"sampler_name": "euler",
"scheduler": "simple",
"denoise": 1.0
}
},
"14": {
"class_type": "VAEDecode",
"inputs": {
"samples": [
"13",
0
],
"vae": [
"3",
0
]
}
},
"15": {
"class_type": "SaveImage",
"inputs": {
"images": [
"14",
0
],
"filename_prefix": "m103_clean_r8_1_default_pulid07_redux10_s200k"
}
},
"16": {
"class_type": "StyleModelLoader",
"inputs": {
"style_model_name": "flux1-redux-dev.safetensors"
}
},
"17": {
"class_type": "CLIPVisionLoader",
"inputs": {
"clip_name": "sigclip_vision_patch14_384.safetensors"
}
},
"18": {
"class_type": "CLIPVisionEncode",
"inputs": {
"clip_vision": [
"17",
0
],
"image": [
"10",
0
],
"crop": "center"
}
},
"19": {
"class_type": "StyleModelApply",
"inputs": {
"conditioning": [
"4",
0
],
"style_model": [
"16",
0
],
"clip_vision_output": [
"18",
0
],
"strength": 1.0,
"strength_type": "multiply"
}
}
}

View File

@@ -0,0 +1,210 @@
{
"1": {
"class_type": "UnetLoaderGGUF",
"inputs": {
"unet_name": "flux1-dev-Q5_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"
}
},
"4": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "A 25-28 year old Korean woman in a modern hanbok with subtle Cute Horror mood, sitting gracefully in a traditional Korean tea house with hanok wooden architecture, warm afternoon light filtering through latticed windows, cool pale skin, gentle expression, photorealistic, high detail",
"clip": [
"2",
0
]
}
},
"5": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "cartoon, anime, child, teenage, purple hoodie, japanese building, plastic skin",
"clip": [
"2",
0
]
}
},
"6": {
"class_type": "EmptyLatentImage",
"inputs": {
"width": 768,
"height": 1344,
"batch_size": 1
}
},
"7": {
"class_type": "PulidFluxModelLoader",
"inputs": {
"pulid_file": "pulid_flux_v0.9.1.safetensors"
}
},
"8": {
"class_type": "PulidFluxEvaClipLoader",
"inputs": {}
},
"9": {
"class_type": "PulidFluxInsightFaceLoader",
"inputs": {
"provider": "CUDA"
}
},
"10": {
"class_type": "LoadImage",
"inputs": {
"image": "byeolyi-default.png"
}
},
"11": {
"class_type": "ApplyPulidFlux",
"inputs": {
"model": [
"1",
0
],
"pulid_flux": [
"7",
0
],
"eva_clip": [
"8",
0
],
"face_analysis": [
"9",
0
],
"image": [
"10",
0
],
"weight": 0.7,
"start_at": 0.0,
"end_at": 0.8,
"fusion": "mean",
"fusion_weight_max": 1.0,
"fusion_weight_min": 0.0,
"train_step": 1000,
"use_gray": true
}
},
"12": {
"class_type": "FluxGuidance",
"inputs": {
"conditioning": [
"19",
0
],
"guidance": 5.0
}
},
"13": {
"class_type": "KSampler",
"inputs": {
"model": [
"11",
0
],
"positive": [
"12",
0
],
"negative": [
"5",
0
],
"latent_image": [
"6",
0
],
"seed": 108004,
"steps": 25,
"cfg": 1.0,
"sampler_name": "euler",
"scheduler": "simple",
"denoise": 1.0
}
},
"14": {
"class_type": "VAEDecode",
"inputs": {
"samples": [
"13",
0
],
"vae": [
"3",
0
]
}
},
"15": {
"class_type": "SaveImage",
"inputs": {
"images": [
"14",
0
],
"filename_prefix": "m103_clean_r8_4_default_guidance50"
}
},
"16": {
"class_type": "StyleModelLoader",
"inputs": {
"style_model_name": "flux1-redux-dev.safetensors"
}
},
"17": {
"class_type": "CLIPVisionLoader",
"inputs": {
"clip_name": "sigclip_vision_patch14_384.safetensors"
}
},
"18": {
"class_type": "CLIPVisionEncode",
"inputs": {
"clip_vision": [
"17",
0
],
"image": [
"10",
0
],
"crop": "center"
}
},
"19": {
"class_type": "StyleModelApply",
"inputs": {
"conditioning": [
"4",
0
],
"style_model": [
"16",
0
],
"clip_vision_output": [
"18",
0
],
"strength": 1.0,
"strength_type": "multiply"
}
}
}

View File

@@ -1,15 +1,17 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="ko"><head><meta charset="utf-8"> <html lang="ko"><head><meta charset="utf-8">
<title>meeting-103 v2.1 clean — R1~R4</title> <title>meeting-103 v2.1 clean — R1~R8</title>
<style> <style>
*{box-sizing:border-box}body{font-family:-apple-system,'Apple SD Gothic Neo',sans-serif;background:#0e0e15;color:#eaeaf0;padding:24px}h1{margin:0 0 8px;font-size:22px}.subtitle{color:#9b9bb0;margin-bottom:16px;font-size:13px}.summary{background:#1c1c28;border-left:3px solid #6f7df2;padding:12px 16px;margin-bottom:24px;border-radius:6px;line-height:1.6}.summary b{color:#c8caff}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:16px}.cell{background:#18181f;border:1px solid #2a2a36;border-radius:8px;overflow:hidden}.cell.status-error{border-color:#5a2222;background:#1c1216}.cell.status-success{border-color:#2a4a2a}.cell img{width:100%;display:block;max-height:540px;object-fit:contain;background:#0a0a10}.no-image{width:100%;padding:60px 12px;text-align:center;color:#c47;background:#1c1216;font-weight:bold}.label{padding:10px 12px;font-size:12px}.label-title{font-weight:600;color:#d4d4e0;margin-bottom:4px}.label-meta{color:#8a8aa0;font-family:ui-monospace,monospace;margin:4px 0}.label-auto-eval{color:#b0c4b0;margin:6px 0;line-height:1.45}.label-flags{margin-top:6px;display:flex;flex-wrap:wrap;gap:4px}.flag{display:inline-block;padding:2px 6px;border-radius:3px;font-size:10px;font-weight:600}.flag-ok{background:#1f4220;color:#8fcd8f}.flag-warn{background:#4a2a16;color:#f0a96a} *{box-sizing:border-box}body{font-family:-apple-system,'Apple SD Gothic Neo',sans-serif;background:#0e0e15;color:#eaeaf0;padding:24px}h1{margin:0 0 8px;font-size:22px}.subtitle{color:#9b9bb0;margin-bottom:16px;font-size:13px}.summary{background:#1c1c28;border-left:3px solid #6f7df2;padding:12px 16px;margin-bottom:24px;border-radius:6px;line-height:1.6}.summary b{color:#c8caff}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:16px}.cell{background:#18181f;border:1px solid #2a2a36;border-radius:8px;overflow:hidden}.cell.status-error{border-color:#5a2222;background:#1c1216}.cell.status-success{border-color:#2a4a2a}.cell img{width:100%;display:block;max-height:540px;object-fit:contain;background:#0a0a10}.no-image{width:100%;padding:60px 12px;text-align:center;color:#c47;background:#1c1216;font-weight:bold}.label{padding:10px 12px;font-size:12px}.label-title{font-weight:600;color:#d4d4e0;margin-bottom:4px}.label-meta{color:#8a8aa0;font-family:ui-monospace,monospace;margin:4px 0}.label-auto-eval{color:#b0c4b0;margin:6px 0;line-height:1.45}.label-flags{margin-top:6px;display:flex;flex-wrap:wrap;gap:4px}.flag{display:inline-block;padding:2px 6px;border-radius:3px;font-size:10px;font-weight:600}.flag-ok{background:#1f4220;color:#8fcd8f}.flag-warn{background:#4a2a16;color:#f0a96a}
</style></head><body> </style></head><body>
<h1>meeting-103 v2.1 clean — R1~R4 그리드</h1> <h1>meeting-103 v2.1 clean — R1~R8 그리드</h1>
<p class="subtitle">20 조합 / 성공 18 · 진행 라운드 4</p> <p class="subtitle">40 조합 / 성공 33 · 8 라운드 완료</p>
<div class="summary"> <div class="summary">
전체 best pastel: <b>R3-3-5</b> Pony V6 img2img from byeolyi-ref (denoise 0.65) = 77.3%<br> 🏆 전체 best pastel: <b>R8-8-5</b> R6-2 baseline + dpmpp_2m karras = <b>82.43%</b><br>
라운드별 best: R1: 48.50% (1-4) / R2: 49.99% (2-4) / R3: 77.30% (3-5) / R4: 56.41% (4-1)<br> 라운드별 best: R1: 48.50% / R2: 49.99% / R3: 77.30% / R4: 56.41% / R5: 49.85% / R6: 69.66% / R7: 65.93% / R8: 82.43%<br>
R9 legacy 44.5% → R1 48.5% → R2 49.99% → R3 50.47% → <b>R4 56.41% (Redux 1.0 sweet spot)</b><br> R9 legacy 44.5% → R1 48.5% → R2 49.99% → R3 50.47% → R4 56.41% → R6 69.66% → R8 82.43% (총 +37.93pp)<br>
⭐ 발견 1: byeolyi-default.png ref가 byeolyi-ref-768x1344.png 보다 우월 (R6-2 +13pp)<br>
⭐ 발견 2: dpmpp_2m karras sampler가 euler/simple 보다 우월 (R8-5 +13pp)<br>
⚠ vision 검수 대기 (별이≥8 / 한자≥4.5 / 한옥≥4.5) — auto 지표는 proxy ⚠ vision 검수 대기 (별이≥8 / 한자≥4.5 / 한옥≥4.5) — auto 지표는 proxy
</div> </div>
<div class="grid"> <div class="grid">
@@ -122,11 +124,11 @@ R9 legacy 44.5% → R1 48.5% → R2 49.99% → R3 50.47% → <b>R4 56.41% (Redux
</div> </div>
</div> </div>
<div class="cell status-error"> <div class="cell status-error">
<div class="no-image">ERROR — no image</div> <div class="no-image">ERROR</div>
<div class="label"> <div class="label">
<div class="label-title">R3-3-3: A — PuLID 0.7 + Redux 0.7 @ 1024x1792</div> <div class="label-title">R3-3-3: A — PuLID 0.7 + Redux 0.7 @ 1024x1792</div>
<div class="label-meta">models=flux-dev, pulid-flux, flux-redux</div> <div class="label-meta">models=flux-dev, pulid-flux, flux-redux</div>
<div class="label-auto-eval">error: VAEDecode</div> <div class="label-auto-eval">err: VAEDecode</div>
<div class="label-flags"><span class="flag flag-warn">status-error</span></div> <div class="label-flags"><span class="flag flag-warn">status-error</span></div>
</div> </div>
</div> </div>
@@ -167,11 +169,11 @@ R9 legacy 44.5% → R1 48.5% → R2 49.99% → R3 50.47% → <b>R4 56.41% (Redux
</div> </div>
</div> </div>
<div class="cell status-error"> <div class="cell status-error">
<div class="no-image">ERROR — no image</div> <div class="no-image">ERROR</div>
<div class="label"> <div class="label">
<div class="label-title">R4-4-3: A — PuLID 0.7 + Redux 0.85 + Stage 3 Refiner</div> <div class="label-title">R4-4-3: A — PuLID 0.7 + Redux 0.85 + Stage 3 Refiner</div>
<div class="label-meta">models=flux-dev, pulid-flux, flux-redux, flux-dev-refiner</div> <div class="label-meta">models=flux-dev, pulid-flux, flux-redux, flux-dev-refiner</div>
<div class="label-auto-eval">error: ApplyPulidFlux</div> <div class="label-auto-eval">err: ApplyPulidFlux</div>
<div class="label-flags"><span class="flag flag-warn">status-error</span></div> <div class="label-flags"><span class="flag flag-warn">status-error</span></div>
</div> </div>
</div> </div>
@@ -193,5 +195,185 @@ R9 legacy 44.5% → R1 48.5% → R2 49.99% → R3 50.47% → <b>R4 56.41% (Redux
<div class="label-flags"><span class="flag flag-ok">clean</span></div> <div class="label-flags"><span class="flag flag-ok">clean</span></div>
</div> </div>
</div> </div>
<div class="cell status-success">
<img src="../results/meeting-103-v2.1-clean/round5/5-1_thumb.png" data-original="../results/meeting-103-v2.1-clean/round5/5-1.png" alt="5-1">
<div class="label">
<div class="label-title">R5-5-1: A — PuLID 0.7 + Redux 1.0 + Stage 3 Refiner (denoise 0.25)</div>
<div class="label-meta">models=flux-dev, pulid-flux, flux-redux, flux-dev-refiner</div>
<div class="label-auto-eval">pastel=49.85% / black=0.08%</div>
<div class="label-flags"><span class="flag flag-ok">clean</span></div>
</div>
</div>
<div class="cell status-error">
<div class="no-image">ERROR</div>
<div class="label">
<div class="label-title">R5-5-2: A — PuLID 0.5 + Redux 1.0</div>
<div class="label-meta">models=flux-dev, pulid-flux, flux-redux</div>
<div class="label-auto-eval">err: ApplyPulidFlux</div>
<div class="label-flags"><span class="flag flag-warn">status-error</span></div>
</div>
</div>
<div class="cell status-error">
<div class="no-image">ERROR</div>
<div class="label">
<div class="label-title">R5-5-3: A — PuLID 0.7 + Redux 1.0 strength_type=attn_bias</div>
<div class="label-meta">models=flux-dev, pulid-flux, flux-redux</div>
<div class="label-auto-eval">err: ApplyPulidFlux</div>
<div class="label-flags"><span class="flag flag-warn">status-error</span></div>
</div>
</div>
<div class="cell status-success">
<img src="../results/meeting-103-v2.1-clean/round5/5-4_thumb.png" data-original="../results/meeting-103-v2.1-clean/round5/5-4.png" alt="5-4">
<div class="label">
<div class="label-title">R5-5-4: C — 60갑자 Qwen fp8 full 25-step euler/normal cfg=2.5 (no Lightning LoRA)</div>
<div class="label-meta">models=qwen-image-2.0</div>
<div class="label-auto-eval">pastel=0.0% / black=100.0%</div>
<div class="label-flags"><span class="flag flag-warn">black-suspicious</span><span class="flag flag-warn">pastel-low</span></div>
</div>
</div>
<div class="cell status-success">
<img src="../results/meeting-103-v2.1-clean/round5/5-5_thumb.png" data-original="../results/meeting-103-v2.1-clean/round5/5-5.png" alt="5-5">
<div class="label">
<div class="label-title">R5-5-5: B — Hanok winter (snow)</div>
<div class="label-meta">models=flux-dev</div>
<div class="label-auto-eval">pastel=48.65% / black=3.7%</div>
<div class="label-flags"><span class="flag flag-ok">clean</span></div>
</div>
</div>
<div class="cell status-success">
<img src="../results/meeting-103-v2.1-clean/round6/6-1_thumb.png" data-original="../results/meeting-103-v2.1-clean/round6/6-1.png" alt="6-1">
<div class="label">
<div class="label-title">R6-6-1: A — PuLID 0.7 + Redux 1.0 (ref byeolyi-916.png)</div>
<div class="label-meta">models=flux-dev, pulid-flux, flux-redux</div>
<div class="label-auto-eval">pastel=52.99% / black=0.5%</div>
<div class="label-flags"><span class="flag flag-ok">clean</span></div>
</div>
</div>
<div class="cell status-success">
<img src="../results/meeting-103-v2.1-clean/round6/6-2_thumb.png" data-original="../results/meeting-103-v2.1-clean/round6/6-2.png" alt="6-2">
<div class="label">
<div class="label-title">R6-6-2: A — PuLID 0.7 + Redux 1.0 (ref byeolyi-default.png)</div>
<div class="label-meta">models=flux-dev, pulid-flux, flux-redux</div>
<div class="label-auto-eval">pastel=69.66% / black=0.05%</div>
<div class="label-flags"><span class="flag flag-ok">clean</span></div>
</div>
</div>
<div class="cell status-error">
<div class="no-image">ERROR</div>
<div class="label">
<div class="label-title">R6-6-3: A — PuLID 0.7 + multi-Redux (ref 1344+default)</div>
<div class="label-meta">models=flux-dev, pulid-flux, flux-redux</div>
<div class="label-auto-eval">err: ApplyPulidFlux</div>
<div class="label-flags"><span class="flag flag-warn">status-error</span></div>
</div>
</div>
<div class="cell status-success">
<img src="../results/meeting-103-v2.1-clean/round6/6-4_thumb.png" data-original="../results/meeting-103-v2.1-clean/round6/6-4.png" alt="6-4">
<div class="label">
<div class="label-title">R6-6-4: C — 60갑자 Qwen fp8 + ModelSamplingAuraFlow shift=3.0</div>
<div class="label-meta">models=qwen-image-2.0</div>
<div class="label-auto-eval">pastel=0.0% / black=100.0%</div>
<div class="label-flags"><span class="flag flag-warn">black-suspicious</span><span class="flag flag-warn">pastel-low</span></div>
</div>
</div>
<div class="cell status-success">
<img src="../results/meeting-103-v2.1-clean/round6/6-5_thumb.png" data-original="../results/meeting-103-v2.1-clean/round6/6-5.png" alt="6-5">
<div class="label">
<div class="label-title">R6-6-5: B — Hanok dancheong (red blue green eaves)</div>
<div class="label-meta">models=flux-dev</div>
<div class="label-auto-eval">pastel=15.09% / black=12.46%</div>
<div class="label-flags"><span class="flag flag-warn">black-suspicious</span></div>
</div>
</div>
<div class="cell status-success">
<img src="../results/meeting-103-v2.1-clean/round7/7-1_thumb.png" data-original="../results/meeting-103-v2.1-clean/round7/7-1.png" alt="7-1">
<div class="label">
<div class="label-title">R7-7-1: A — PuLID 0.85 + Redux 1.0 (default ref)</div>
<div class="label-meta">models=flux-dev, pulid-flux, flux-redux</div>
<div class="label-auto-eval">pastel=64.45% / black=0.01%</div>
<div class="label-flags"><span class="flag flag-ok">clean</span></div>
</div>
</div>
<div class="cell status-success">
<img src="../results/meeting-103-v2.1-clean/round7/7-2_thumb.png" data-original="../results/meeting-103-v2.1-clean/round7/7-2.png" alt="7-2">
<div class="label">
<div class="label-title">R7-7-2: A — PuLID 0.6 + Redux 1.0 (default ref)</div>
<div class="label-meta">models=flux-dev, pulid-flux, flux-redux</div>
<div class="label-auto-eval">pastel=65.93% / black=0.19%</div>
<div class="label-flags"><span class="flag flag-ok">clean</span></div>
</div>
</div>
<div class="cell status-error">
<div class="no-image">ERROR</div>
<div class="label">
<div class="label-title">R7-7-3: A — PuLID 0.7 + Redux 1.0 (default ref, seed 999777)</div>
<div class="label-meta">models=flux-dev, pulid-flux, flux-redux</div>
<div class="label-auto-eval">err: ApplyPulidFlux</div>
<div class="label-flags"><span class="flag flag-warn">status-error</span></div>
</div>
</div>
<div class="cell status-error">
<div class="no-image">ERROR</div>
<div class="label">
<div class="label-title">R7-7-4: A — PuLID 0.7 + Redux 1.0 + Stage 3 (denoise 0.20)</div>
<div class="label-meta">models=flux-dev, pulid-flux, flux-redux, flux-dev-refiner</div>
<div class="label-auto-eval">err: ApplyPulidFlux</div>
<div class="label-flags"><span class="flag flag-warn">status-error</span></div>
</div>
</div>
<div class="cell status-success">
<img src="../results/meeting-103-v2.1-clean/round7/7-5_thumb.png" data-original="../results/meeting-103-v2.1-clean/round7/7-5.png" alt="7-5">
<div class="label">
<div class="label-title">R7-7-5: C — 60갑자 Pony V6 calligraphy prompt</div>
<div class="label-meta">models=pony-v6</div>
<div class="label-auto-eval">pastel=18.09% / black=0.02%</div>
<div class="label-flags"><span class="flag flag-ok">clean</span></div>
</div>
</div>
<div class="cell status-success">
<img src="../results/meeting-103-v2.1-clean/round8/8-1_thumb.png" data-original="../results/meeting-103-v2.1-clean/round8/8-1.png" alt="8-1">
<div class="label">
<div class="label-title">R8-8-1: A — R6-2 baseline seed 200000</div>
<div class="label-meta">models=flux-dev, pulid-flux, flux-redux</div>
<div class="label-auto-eval">pastel=65.73% / black=0.03%</div>
<div class="label-flags"><span class="flag flag-ok">clean</span></div>
</div>
</div>
<div class="cell status-success">
<img src="../results/meeting-103-v2.1-clean/round8/8-2_thumb.png" data-original="../results/meeting-103-v2.1-clean/round8/8-2.png" alt="8-2">
<div class="label">
<div class="label-title">R8-8-2: A — R6-2 baseline seed 555555</div>
<div class="label-meta">models=flux-dev, pulid-flux, flux-redux</div>
<div class="label-auto-eval">pastel=64.3% / black=0.05%</div>
<div class="label-flags"><span class="flag flag-ok">clean</span></div>
</div>
</div>
<div class="cell status-success">
<img src="../results/meeting-103-v2.1-clean/round8/8-3_thumb.png" data-original="../results/meeting-103-v2.1-clean/round8/8-3.png" alt="8-3">
<div class="label">
<div class="label-title">R8-8-3: A — R6-2 baseline + guidance 2.5</div>
<div class="label-meta">models=flux-dev, pulid-flux, flux-redux</div>
<div class="label-auto-eval">pastel=62.71% / black=0.0%</div>
<div class="label-flags"><span class="flag flag-ok">clean</span></div>
</div>
</div>
<div class="cell status-success">
<img src="../results/meeting-103-v2.1-clean/round8/8-4_thumb.png" data-original="../results/meeting-103-v2.1-clean/round8/8-4.png" alt="8-4">
<div class="label">
<div class="label-title">R8-8-4: A — R6-2 baseline + guidance 5.0</div>
<div class="label-meta">models=flux-dev, pulid-flux, flux-redux</div>
<div class="label-auto-eval">pastel=69.99% / black=0.47%</div>
<div class="label-flags"><span class="flag flag-ok">clean</span></div>
</div>
</div>
<div class="cell status-success">
<img src="../results/meeting-103-v2.1-clean/round8/8-5_thumb.png" data-original="../results/meeting-103-v2.1-clean/round8/8-5.png" alt="8-5">
<div class="label">
<div class="label-title">R8-8-5 🏆: A — R6-2 baseline + dpmpp_2m karras</div>
<div class="label-meta">models=flux-dev, pulid-flux, flux-redux</div>
<div class="label-auto-eval">pastel=82.43% / black=0.0%</div>
<div class="label-flags"><span class="flag flag-ok">clean</span></div>
</div>
</div>
</div> </div>
</body></html> </body></html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 922 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 945 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 KiB

View File

@@ -0,0 +1,114 @@
{
"round": 7,
"captured_at": "2026-05-20T00:07:54",
"track": "meeting-103-v2.1-clean",
"note": "R7 — byeolyi-default.png 베이스 PuLID 변화 + Stage 3 + Pony 60갑자",
"combos": [
{
"id": "7-1",
"prompt_id": "9d92bbf5-9791-4558-aa30-d065e4c005c8",
"status": "success",
"prompt_set": "A",
"variant": "PuLID 0.85 + Redux 1.0 (default ref)",
"models_used": [
"flux-dev",
"pulid-flux",
"flux-redux"
],
"size_bytes": 944671,
"thumb_size_kb": 326,
"width": 768,
"height": 1344,
"aspect": 0.5714,
"black_pct": 0.01,
"pastel_pct": 64.45,
"filename_local": "7-1.png",
"thumb_local": "7-1_thumb.png",
"flags": []
},
{
"id": "7-2",
"prompt_id": "6f7d8447-4f14-4866-878f-12fd9c91feb7",
"status": "success",
"prompt_set": "A",
"variant": "PuLID 0.6 + Redux 1.0 (default ref)",
"models_used": [
"flux-dev",
"pulid-flux",
"flux-redux"
],
"size_bytes": 967597,
"thumb_size_kb": 333,
"width": 768,
"height": 1344,
"aspect": 0.5714,
"black_pct": 0.19,
"pastel_pct": 65.93,
"filename_local": "7-2.png",
"thumb_local": "7-2_thumb.png",
"flags": []
},
{
"id": "7-3",
"prompt_id": "a4691107-c748-4e61-904e-54e0dd4f8b77",
"status": "error",
"prompt_set": "A",
"variant": "PuLID 0.7 + Redux 1.0 (default ref, seed 999777)",
"models_used": [
"flux-dev",
"pulid-flux",
"flux-redux"
],
"error_node": "ApplyPulidFlux",
"error_message": "CUDA error: invalid argument\nSearch for `cudaErrorInvalidValue' in https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__TYPES.html for more information.\nCUDA kernel errors might be asynchronou",
"flags": [
"status-error"
]
},
{
"id": "7-4",
"prompt_id": "92cebbfb-5d68-4023-b7f5-4977cd98ef5d",
"status": "error",
"prompt_set": "A",
"variant": "PuLID 0.7 + Redux 1.0 + Stage 3 (denoise 0.20)",
"models_used": [
"flux-dev",
"pulid-flux",
"flux-redux",
"flux-dev-refiner"
],
"error_node": "ApplyPulidFlux",
"error_message": "Error(s) in loading state_dict for RetinaFace:\n\tWhile copying the parameter named \"body.layer3.4.bn3.bias\", whose dimensions in the model are torch.Size([1024]) and whose dimensions in the checkpoint ",
"flags": [
"status-error"
]
},
{
"id": "7-5",
"prompt_id": "db9f4997-0ca6-4826-88fc-37b35c1560d3",
"status": "success",
"prompt_set": "C",
"variant": "60갑자 Pony V6 calligraphy prompt",
"models_used": [
"pony-v6"
],
"size_bytes": 1981632,
"thumb_size_kb": 642,
"width": 768,
"height": 1344,
"aspect": 0.5714,
"black_pct": 0.02,
"pastel_pct": 18.09,
"filename_local": "7-5.png",
"thumb_local": "7-5_thumb.png",
"flags": []
}
],
"learning": {
"passed_count": 3,
"failed_count": 2,
"best_pastel_id": "7-2",
"best_pastel_pct": 65.93,
"r6_best": 69.66
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 944 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 975 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 905 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 758 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

View File

@@ -0,0 +1,125 @@
{
"round": 8,
"captured_at": "2026-05-20T00:14:39",
"track": "meeting-103-v2.1-clean",
"note": "R8 — R6-2 baseline 안정성·seed variance·guidance·sampler sweep",
"combos": [
{
"id": "8-1",
"prompt_id": "2c33be6b-5dbf-4172-8b54-b67b10f6ebb3",
"status": "success",
"prompt_set": "A",
"variant": "R6-2 baseline seed 200000",
"models_used": [
"flux-dev",
"pulid-flux",
"flux-redux"
],
"size_bytes": 967133,
"thumb_size_kb": 332,
"width": 768,
"height": 1344,
"aspect": 0.5714,
"black_pct": 0.03,
"pastel_pct": 65.73,
"filename_local": "8-1.png",
"thumb_local": "8-1_thumb.png",
"flags": []
},
{
"id": "8-2",
"prompt_id": "6e96ec64-86ac-416e-8dc7-179b49691a6f",
"status": "success",
"prompt_set": "A",
"variant": "R6-2 baseline seed 555555",
"models_used": [
"flux-dev",
"pulid-flux",
"flux-redux"
],
"size_bytes": 990775,
"thumb_size_kb": 341,
"width": 768,
"height": 1344,
"aspect": 0.5714,
"black_pct": 0.05,
"pastel_pct": 64.3,
"filename_local": "8-2.png",
"thumb_local": "8-2_thumb.png",
"flags": []
},
{
"id": "8-3",
"prompt_id": "10ad72ed-5bd9-47d5-b28f-facdc906d824",
"status": "success",
"prompt_set": "A",
"variant": "R6-2 baseline + guidance 2.5",
"models_used": [
"flux-dev",
"pulid-flux",
"flux-redux"
],
"size_bytes": 998812,
"thumb_size_kb": 335,
"width": 768,
"height": 1344,
"aspect": 0.5714,
"black_pct": 0.0,
"pastel_pct": 62.71,
"filename_local": "8-3.png",
"thumb_local": "8-3_thumb.png",
"flags": []
},
{
"id": "8-4",
"prompt_id": "40428b77-ceee-49cf-a21e-6100ad0b5de3",
"status": "success",
"prompt_set": "A",
"variant": "R6-2 baseline + guidance 5.0",
"models_used": [
"flux-dev",
"pulid-flux",
"flux-redux"
],
"size_bytes": 927168,
"thumb_size_kb": 316,
"width": 768,
"height": 1344,
"aspect": 0.5714,
"black_pct": 0.47,
"pastel_pct": 69.99,
"filename_local": "8-4.png",
"thumb_local": "8-4_thumb.png",
"flags": []
},
{
"id": "8-5",
"prompt_id": "a1017d9e-cc6d-4ff8-b591-d48216f4101f",
"status": "success",
"prompt_set": "A",
"variant": "R6-2 baseline + dpmpp_2m karras",
"models_used": [
"flux-dev",
"pulid-flux",
"flux-redux"
],
"size_bytes": 775731,
"thumb_size_kb": 218,
"width": 768,
"height": 1344,
"aspect": 0.5714,
"black_pct": 0.0,
"pastel_pct": 82.43,
"filename_local": "8-5.png",
"thumb_local": "8-5_thumb.png",
"flags": []
}
],
"learning": {
"passed_count": 5,
"failed_count": 0,
"best_pastel_id": "8-5",
"best_pastel_pct": 82.43,
"r6_best": 69.66
}
}