comfy_weights / workflow_api.json
saliacoel's picture
Update workflow_api.json
96dd483 verified
{
"3": {
"inputs": {
"seed": 42,
"steps": 11,
"cfg": 5.3,
"sampler_name": "dpmpp_sde",
"scheduler": "karras",
"denoise": 1,
"model": [
"31",
0
],
"positive": [
"36",
0
],
"negative": [
"36",
1
],
"latent_image": [
"5",
0
]
},
"class_type": "KSampler",
"_meta": {
"title": "KSampler"
}
},
"5": {
"inputs": {
"width": 1024,
"height": 1024,
"batch_size": 1
},
"class_type": "EmptyLatentImage",
"_meta": {
"title": "Empty Latent Image"
}
},
"7": {
"inputs": {
"text": "(embedding:lazyneg_v3:1.2), (embedding:ng_deepnegative_v1_75t:1.2) __NEG__",
"clip": [
"31",
1
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Prompt)"
}
},
"8": {
"inputs": {
"samples": [
"3",
0
],
"vae": [
"31",
2
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"9": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"8",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
},
"20": {
"inputs": {
"image": "image.png"
},
"class_type": "LoadImage",
"_meta": {
"title": "Load Image"
}
},
"24": {
"inputs": {
"text": "__PROMPT__",
"clip": [
"31",
1
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Prompt)"
}
},
"31": {
"inputs": {
"ckpt_name": "https://huggingface.co/saliacoel/comfy_weights/resolve/main/SaliaHighlady.safetensors"
},
"class_type": "CheckpointLoaderSimple",
"_meta": {
"title": "Load Checkpoint"
}
},
"34": {
"inputs": {
"strength": 2.0000000000000004,
"start_percent": 0,
"end_percent": 0.17000000000000004,
"positive": [
"24",
0
],
"negative": [
"7",
0
],
"control_net": [
"35",
0
],
"image": [
"20",
0
]
},
"class_type": "ControlNetApplyAdvanced",
"_meta": {
"title": "Apply ControlNet"
}
},
"35": {
"inputs": {
"control_net_name": "https://huggingface.co/saliacoel/comfy_weights/resolve/main/diffusion_pytorch_model_promax.safetensors"
},
"class_type": "ControlNetLoader",
"_meta": {
"title": "Load ControlNet Model"
}
},
"36": {
"inputs": {
"strength": 0.9100000000000001,
"start_percent": 0,
"end_percent": 0.9100000000000003,
"positive": [
"34",
0
],
"negative": [
"34",
1
],
"control_net": [
"35",
0
],
"image": [
"20",
0
]
},
"class_type": "ControlNetApplyAdvanced",
"_meta": {
"title": "Apply ControlNet"
}
}
}