38 lines
689 B
JSON
38 lines
689 B
JSON
{
|
|
"1": {
|
|
"class_type": "LoadImage",
|
|
"inputs": {
|
|
"image": "example.png"
|
|
}
|
|
},
|
|
"2": {
|
|
"class_type": "CLIPTextEncode",
|
|
"inputs": {
|
|
"text": "placeholder prompt",
|
|
"clip": ["3", 0]
|
|
}
|
|
},
|
|
"4": {
|
|
"class_type": "KSampler",
|
|
"inputs": {
|
|
"seed": 0,
|
|
"steps": 20,
|
|
"cfg": 1.0,
|
|
"sampler_name": "euler",
|
|
"scheduler": "simple",
|
|
"denoise": 0.35,
|
|
"model": ["5", 0],
|
|
"positive": ["2", 0],
|
|
"negative": ["6", 0],
|
|
"latent_image": ["7", 0]
|
|
}
|
|
},
|
|
"8": {
|
|
"class_type": "SaveImage",
|
|
"inputs": {
|
|
"filename_prefix": "imagepipeline_flux_edit",
|
|
"images": ["9", 0]
|
|
}
|
|
}
|
|
}
|