meeting-105 별이 v2.3 + meeting-106 한옥 사계절: Horror+선명도 TRIPLE 2건 + 9 winner-hanok

PHASE A — meeting-105 byeolyi v2.3 (Horror + 선명도, R1 한복 트랙 제외):

R2 Horror 단독 (4 조합, 2 성공):
- 2-1: Tim Burton + lavender → pastel 84.27% / cool 44.28%
- 2-2: melancholy + looking down → pastel 82.93% / cool 45.85%  best Horror
- 2-3, 2-4: CUDA error

R3 선명도 단독 (4 조합, 3 성공):
- 3-1: 1024x1792 → pastel 88.02% / edge 2.84
- 3-2: 35 steps → pastel 79.1% / edge 3.54  best edge
- 3-3: guidance 5.0 → pastel 89.71% / edge 3.12
- 3-4: dpmpp_2m → CUDA error

R4 Horror + 선명도 통합 (4 조합, 3 성공, 🏆 2 TRIPLE-CONDITIONS-MET):
- 4-1: melancholy + 35 steps → 87.23%/41.26%/3.41 🏆
- 4-2: full + 1024x1792 → 87.55%/38.33%/2.89
- 4-3: Burton + guidance 5.0 → 87.11%/45.55%/3.18 🏆
- 4-4: ALL stack → CUDA error

🏆 best combined R4-3 score 58.05 (Horror + Sharpness 동시 만족)

PHASE B — meeting-106 hanok 사계절×5유형 (9/9 = 100%):

R1 사계절 마을 (4/4):
- 봄 마을 44.1% / 여름 39.4% / 가을 45.84% / 겨울 31.99%

R2 가을 × 5 유형 (5/5):
- 마을 38.8% / 산간 41.06% / 해안 56.04%  / 궁궐 50.98% / 정원 47.74%

🏆 m106 best: R2-3 가을 해안 56.04%

자산 라이브러리 추가:
- meeting-105 TRIPLE 워크플로 2개 (R4-1, R4-3)
- meeting-105 R2 Horror best + R3 선명도 best 2개
- meeting-106 winner-hanok 워크플로 9개 (모든 시즌×유형)

vision 검수 대기:
- meeting-105: 별이 ≥8 (한복 4+ AND Horror 4+ AND 선명도 4+) 합격 판정 필요
- meeting-106: 한옥 ≥4.5/5 (한국식 곡선 기와, 일본 X, Cute Horror 일관)

다음 자산 R&D 추천:
- 별이 합격 시: 타로 78장 / 12지신 (TRIPLE 워크플로 직접 재활용)
- 한옥 합격 시: 운세 카드 배경 (해안 56.04% 베이스 우선) / 풍수 부적
This commit is contained in:
choijaewook
2026-05-20 08:07:29 +09:00
parent 02ec5880fe
commit 24d1c593b4
54 changed files with 2547 additions and 0 deletions

View File

@@ -0,0 +1,110 @@
{
"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": "Traditional Korean hanok village with curved tile roofs (giwa), wooden hanok gates (daemun), stone walls in winter with snow-covered curved tile roofs, bare pine trees with snow, soft white sky, Korean architecture, NOT Japanese, NOT pagoda, photorealistic, high detail, soft pastel palette",
"clip": [
"2",
0
]
}
},
"5": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "japanese, pagoda, chinese architecture, modern building, wabi-sabi, zen rock garden, dark",
"clip": [
"2",
0
]
}
},
"6": {
"class_type": "EmptyLatentImage",
"inputs": {
"width": 768,
"height": 1344,
"batch_size": 1
}
},
"12": {
"class_type": "FluxGuidance",
"inputs": {
"conditioning": [
"4",
0
],
"guidance": 3.5
}
},
"13": {
"class_type": "KSampler",
"inputs": {
"model": [
"1",
0
],
"positive": [
"12",
0
],
"negative": [
"5",
0
],
"latent_image": [
"6",
0
],
"seed": 600104,
"steps": 25,
"cfg": 1.0,
"sampler_name": "uni_pc",
"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": "m106_r1_\uaca8\uc6b8_\ub9c8\uc744"
}
}
}