Files
8460s-image-rd/assets-library/workflows/partial-illustration_auto-R2-clean-2-5-flux-dev.json

110 lines
2.0 KiB
JSON
Raw Permalink Normal View History

2026-05-19 23:36:44 +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 spring, curved tile roofs with subtle blossom petals, wooden gates, stone walls, cherry blossom trees in bloom, soft pastel sky, Korean architecture, NOT Japanese, NOT pagoda, photorealistic, high detail",
"clip": [
"2",
0
]
}
},
"5": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "japanese, pagoda, chinese architecture, modern building, wabi-sabi",
"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": 102005,
"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_r2_5_hanok_spring"
}
}
}