166 lines
2.7 KiB
JSON
166 lines
2.7 KiB
JSON
|
|
{
|
||
|
|
"1": {
|
||
|
|
"class_type": "UnetLoaderGGUF",
|
||
|
|
"inputs": {
|
||
|
|
"unet_name": "flux1-kontext-dev-Q4_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"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"10": {
|
||
|
|
"class_type": "LoadImage",
|
||
|
|
"inputs": {
|
||
|
|
"image": "byeolyi-default.png"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"11": {
|
||
|
|
"class_type": "FluxKontextImageScale",
|
||
|
|
"inputs": {
|
||
|
|
"image": [
|
||
|
|
"10",
|
||
|
|
0
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"12": {
|
||
|
|
"class_type": "VAEEncode",
|
||
|
|
"inputs": {
|
||
|
|
"pixels": [
|
||
|
|
"11",
|
||
|
|
0
|
||
|
|
],
|
||
|
|
"vae": [
|
||
|
|
"3",
|
||
|
|
0
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"20": {
|
||
|
|
"class_type": "CLIPTextEncode",
|
||
|
|
"inputs": {
|
||
|
|
"text": "{POSITIVE_PROMPT}",
|
||
|
|
"clip": [
|
||
|
|
"2",
|
||
|
|
0
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"21": {
|
||
|
|
"class_type": "CLIPTextEncode",
|
||
|
|
"inputs": {
|
||
|
|
"text": "{NEGATIVE_PROMPT}",
|
||
|
|
"clip": [
|
||
|
|
"2",
|
||
|
|
0
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"22": {
|
||
|
|
"class_type": "ReferenceLatent",
|
||
|
|
"inputs": {
|
||
|
|
"conditioning": [
|
||
|
|
"20",
|
||
|
|
0
|
||
|
|
],
|
||
|
|
"latent": [
|
||
|
|
"12",
|
||
|
|
0
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"23": {
|
||
|
|
"class_type": "FluxGuidance",
|
||
|
|
"inputs": {
|
||
|
|
"conditioning": [
|
||
|
|
"22",
|
||
|
|
0
|
||
|
|
],
|
||
|
|
"guidance": 3.5
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"24": {
|
||
|
|
"class_type": "EmptyLatentImage",
|
||
|
|
"inputs": {
|
||
|
|
"width": 1024,
|
||
|
|
"height": 1024,
|
||
|
|
"batch_size": 1
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"30": {
|
||
|
|
"class_type": "KSampler",
|
||
|
|
"inputs": {
|
||
|
|
"model": [
|
||
|
|
"1",
|
||
|
|
0
|
||
|
|
],
|
||
|
|
"positive": [
|
||
|
|
"23",
|
||
|
|
0
|
||
|
|
],
|
||
|
|
"negative": [
|
||
|
|
"21",
|
||
|
|
0
|
||
|
|
],
|
||
|
|
"latent_image": [
|
||
|
|
"24",
|
||
|
|
0
|
||
|
|
],
|
||
|
|
"seed": "{SEED}",
|
||
|
|
"steps": 25,
|
||
|
|
"cfg": 1.0,
|
||
|
|
"sampler_name": "euler",
|
||
|
|
"scheduler": "simple",
|
||
|
|
"denoise": 1.0
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"31": {
|
||
|
|
"class_type": "VAEDecode",
|
||
|
|
"inputs": {
|
||
|
|
"samples": [
|
||
|
|
"30",
|
||
|
|
0
|
||
|
|
],
|
||
|
|
"vae": [
|
||
|
|
"3",
|
||
|
|
0
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"32": {
|
||
|
|
"class_type": "SaveImage",
|
||
|
|
"inputs": {
|
||
|
|
"images": [
|
||
|
|
"31",
|
||
|
|
0
|
||
|
|
],
|
||
|
|
"filename_prefix": "{FILENAME}"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"_meta": {
|
||
|
|
"version": "v3",
|
||
|
|
"pattern": "ReferenceLatent→conditioning + EmptyLatentImage + denoise 1.0",
|
||
|
|
"reference": "byeolyi-default.png",
|
||
|
|
"reusable_for": [
|
||
|
|
"60갑자",
|
||
|
|
"타로 78장",
|
||
|
|
"12지신",
|
||
|
|
"운세 카드",
|
||
|
|
"별이 일러스트 시리즈",
|
||
|
|
"인스타 9:16 카드"
|
||
|
|
],
|
||
|
|
"validated": "byeolyi-series-v3 10장 9.5/10",
|
||
|
|
"captured": "2026-05-20"
|
||
|
|
}
|
||
|
|
}
|