content-engine / config /templates /workflows /sd15_img2img_sfw.json
dippoo's picture
Initial deployment - Content Engine
ed37502
raw
history blame
1.53 kB
{
"1": {
"class_type": "CheckpointLoaderSimple",
"inputs": {
"ckpt_name": "realisticVisionV51_v51VAE.safetensors"
}
},
"2": {
"class_type": "CLIPTextEncode",
"inputs": {
"clip": ["1", 1],
"text": ""
}
},
"3": {
"class_type": "CLIPTextEncode",
"inputs": {
"clip": ["1", 1],
"text": "worst quality, low quality, blurry, deformed, bad anatomy, bad hands, extra fingers, watermark, text, signature"
}
},
"8": {
"class_type": "LoadImage",
"inputs": {
"image": "input_image.png"
}
},
"9": {
"class_type": "VAEEncode",
"inputs": {
"pixels": ["8", 0],
"vae": ["1", 2]
}
},
"5": {
"class_type": "KSampler",
"inputs": {
"model": ["1", 0],
"positive": ["2", 0],
"negative": ["3", 0],
"latent_image": ["9", 0],
"seed": 0,
"steps": 28,
"cfg": 7.0,
"sampler_name": "dpmpp_2m",
"scheduler": "karras",
"denoise": 0.65
}
},
"6": {
"class_type": "VAEDecode",
"inputs": {
"samples": ["5", 0],
"vae": ["1", 2]
}
},
"7": {
"class_type": "SaveImage",
"inputs": {
"images": ["6", 0],
"filename_prefix": "content_engine_img2img"
}
}
}