i2i_sample.json•2.02 kB
{
"3": {
"inputs": {
"seed": "%seed",
"steps": "%steps",
"cfg": "%cfg",
"sampler_name": "%sampler_name",
"scheduler": "%scheduler",
"denoise": "%denoise",
"model": [
"14",
0
],
"positive": [
"6",
0
],
"negative": [
"7",
0
],
"latent_image": [
"12",
0
]
},
"class_type": "KSampler",
"_meta": {
"title": "Kサンプラー"
}
},
"6": {
"inputs": {
"text": "%prompt",
"clip": [
"14",
1
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIPテキストエンコード(プロンプト)"
}
},
"7": {
"inputs": {
"text": "%negative_prompt",
"clip": [
"14",
1
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIPテキストエンコード(プロンプト)"
}
},
"8": {
"inputs": {
"samples": [
"3",
0
],
"vae": [
"14",
2
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAEデコード"
}
},
"9": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"8",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "画像を保存"
}
},
"10": {
"inputs": {
"image": "%uploadFileName",
"upload": "image"
},
"class_type": "LoadImage",
"_meta": {
"title": "画像を読み込む"
}
},
"12": {
"inputs": {
"pixels": [
"10",
0
],
"vae": [
"14",
2
]
},
"class_type": "VAEEncode",
"_meta": {
"title": "VAEエンコード"
}
},
"14": {
"inputs": {
"ckpt_name": "%ckpt_name"
},
"class_type": "CheckpointLoaderSimple",
"_meta": {
"title": "チェックポイントを読み込む"
}
}
}