Files
8460s-image-rd/assets-library/workflows/partial-R10-clean-10-4-flux-dev.json

110 lines
2.0 KiB
JSON
Raw Permalink Normal View History

🏆🏆🏆 meeting-103 v2.1 clean R9+R10 FINAL: uni_pc karras = pastel 88.09% R9 (2/5 success — sampler 추가 탐색): - 9-1: dpmpp_3m_sde karras → 81.95% - 9-2: uni_pc karras → 85.33% ⭐ R9 best (+2.9pp vs R8-5) - 9-3,9-4,9-5: CUDA error R10 (4/5 success — 최종 push): - 10-1: uni_pc karras seed 800000 → 🏆🏆🏆 88.09% ⭐ FINAL BEST - 10-2: uni_pc + PuLID 0.8 → 87.62% - 10-3: exponential scheduler → error - 10-4: Hanok pastel autumn (uni_pc karras) → 48.53% ⭐ 한옥 best - 10-5: Pony 60갑자 uni_pc → 9.02% (low) 🏆 FINAL BEST 워크플로 (R10-1, pastel 88.09%): - Base: flux1-dev-Q5_K_S.gguf (Flux Dev Q5 GGUF) - PuLID: pulid_flux_v0.9.1 / weight 0.7 / fusion mean / ref byeolyi-default.png - Redux: flux1-redux-dev / strength 1.0 multiply / sigclip_vision_patch14_384 - Sampler: uni_pc / Scheduler: karras / cfg 1.0 / steps 25 / guidance 3.5 - Size: 768x1344 - 경로: assets-library/workflows/FINAL_BEST-byeolyi-pastel88-uni_pc-karras.json 전체 진행: R9 legacy 44.5% → R10-1 88.09% = +43.59pp 누적 핵심 발견 (시간순): 1. R6: byeolyi-default.png ref 발견 (+13pp) 2. R8: dpmpp_2m karras 샘플러 (+13pp) 3. R9: uni_pc karras (+3pp) 4. R10: seed 800000 = 88.09% peak 60갑자 Qwen fp8 트랙 결론: - 5회 시도 모두 black 100% (R3 euler/simple, R4 lcm, R5 25step, R6 ModelSamplingAuraFlow, R7 Pony 18%, R10-5 Pony 9%) - 워크플로 구조 결함 확정 → 다음 자산 R&D 에서 Qwen-Image native (non-distill) 모델 다운로드 필요 다음 자산 R&D 추천: 1. 타로 78장 (K-타로) — FINAL_BEST 워크플로 직접 재활용, byeolyi 캐릭터 카드 등장 2. 별이 일러스트 시리즈 (다양한 자세/배경) — FINAL_BEST 워크플로 그대로 3. 12지신 캐릭터 (별이 친구들) — FINAL_BEST 워크플로 + 12지신 prompt 4. 60갑자 (재시작 필요): Qwen-Image native or Pony LoRA 학습
2026-05-20 00:30:37 +09:00
{
"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 in golden autumn afternoon, curved tile roofs (giwa), wooden gates, stone walls, soft cream sky with warm pastel clouds, gentle persimmon trees, Korean architecture, NOT Japanese, NOT pagoda, soft pastel palette, high detail",
"clip": [
"2",
0
]
}
},
"5": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "japanese, pagoda, chinese architecture, modern building, wabi-sabi, 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": 110004,
"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": "m103_clean_r10_4_hanok_unipc"
}
}
}