content-engine / config /templates /workflows /sd15_base_sfw.json
dippoo's picture
Initial deployment - Content Engine
ed37502
raw
history blame
1.43 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"
}
},
"4": {
"class_type": "EmptyLatentImage",
"inputs": {
"width": 832,
"height": 1216,
"batch_size": 1
}
},
"5": {
"class_type": "KSampler",
"inputs": {
"model": ["1", 0],
"positive": ["2", 0],
"negative": ["3", 0],
"latent_image": ["4", 0],
"seed": 0,
"steps": 28,
"cfg": 7.0,
"sampler_name": "dpmpp_2m",
"scheduler": "karras",
"denoise": 1.0
}
},
"6": {
"class_type": "VAEDecode",
"inputs": {
"samples": ["5", 0],
"vae": ["1", 2]
}
},
"7": {
"class_type": "SaveImage",
"inputs": {
"images": ["6", 0],
"filename_prefix": "content_engine"
}
}
}